BBP_ES_ANALYSE_RFC_CALLS is a standard Executable ABAP Report available within your SAP system (depending on your version and release level). It is used for The report supports an analysis of RFC call parameters that are stored during RFC calls from SAP Sourcing to SAP ERP...see full standard documentation available for this report. Also check out the submitted Comments related to this SAP report and the details below to see which OBJECTS it interacts with such as TABLES, FUNCTION MODULES, INCLUDES ETC.
If you would like to execute this report or see the full code listing simply enter BBP_ES_ANALYSE_RFC_CALLS into the relevant SAP transactions such as SE38 or SE80
Below is a list of transaction codes which are relevant to this SAP report
BBP_ES_ANALYZE - Analyze RFC Data from E-Sourcing
This report can be called from another progam/report simply by using the ABAP SUBMIT statement, see below for example ABAP code snipts of how to do this.
Selection Text: P_MEMOID = D .
Text Symbol: 001 = Select RFC Call
Text Symbol: 002 = Memory ID
Text Symbol: 003 = Created on
Text Symbol: 004 = Created by
Text Symbol: 005 = External Reference number
No INCLUDES are used within this REPORT code!
No SAP DATABASE tables are accessed within this REPORT code!
DYNP_VALUES_READ CALL FUNCTION 'DYNP_VALUES_READ' EXPORTING dyname = sy-repid dynumb = sy-dynnr TABLES dynpfields = lt_dynpro_values EXCEPTIONS OTHERS = 01.
DDIF_FIELDINFO_GET CALL FUNCTION 'DDIF_FIELDINFO_GET' EXPORTING tabname = 'INDX' lfieldname = 'SRTFD' IMPORTING dfies_wa = field_wa.
DDIF_FIELDINFO_GET CALL FUNCTION 'DDIF_FIELDINFO_GET' EXPORTING tabname = 'INDX' lfieldname = 'AEDAT' IMPORTING dfies_wa = field_wa.
DDIF_FIELDINFO_GET CALL FUNCTION 'DDIF_FIELDINFO_GET' EXPORTING tabname = 'INDX' lfieldname = 'USERA' IMPORTING dfies_wa = field_wa.
DDIF_FIELDINFO_GET CALL FUNCTION 'DDIF_FIELDINFO_GET' EXPORTING tabname = 'INDX' lfieldname = 'PGMID' IMPORTING dfies_wa = field_wa.
F4IF_INT_TABLE_VALUE_REQUEST CALL FUNCTION 'F4IF_INT_TABLE_VALUE_REQUEST' EXPORTING retfield = 'SRTFD' dynpprog = sy-repid dynpnr = sy-dynnr dynprofield = 'P_MEMOID' window_title = text-001 TABLES value_tab = valuetab field_tab = field_tab EXCEPTIONS parameter_error = 1 no_values_found = 2 OTHERS = 3.
BBP_ES_QUEUE_CONTAINER_SHOW CALL FUNCTION 'BBP_ES_QUEUE_CONTAINER_SHOW' EXPORTING iv_memoryid = p_memoid EXCEPTIONS not_found = 1 OTHERS = 2.
Although this basic information may have limited use it does provide an easy to find location to store any knowledge about this program/report.
BBP_ES_ANALYSE_RFC_CALLS - BBPESANALYSERFCCALLS BBP_ES_ANALYSE_RFC_CALLS - BBPESANALYSERFCCALLS BBP_ESCAPE_LIB - Include ESCAPE_LIB BBP_ENTER_DYNCOL_FLAGS - Program BBP_ENTER_DYNCOL_FLAGS BBP_ENTER_DYNCOL_FLAGS - Program BBP_ENTER_DYNCOL_FLAGS BBP_ENHANCEMENT_INCLUDE - Include BBP_ENHANCEMENT_INCLUDE