来源资料待手动核验
项目简介
SAP interface monitor
SAP interface monitor
SAP interface monitor is a custom framework and application for login communications, rigth now only RFCs (functions) are supported.

You will find report ZINTFMONITOR_DUMMY_DATAGEN that prepares custo for 2 different interfaces (DUMMY01 and DUMMY02) and generates dummy executions so that they could be displayed via transaction ZINTFMONITOR.
The main idea is to create an instance via ZCF_INFTMONITOR=>NEW( ), add input/output parameters via LO_INSTANCE->ADD_PARAMETER( ) and before ending save in with LO_INSTANCE->STORE( ).
For each interface some customizing has to be done (transaction ZINTFMONITORC):
In order to display traced executions just execute transaction ZINTFMONITOR.
SAP Interface Monitor it's mainly developed for learning purposes and has no official support for SAP, so use it at your own risk (nowadays it hasn't been used in productive systems).