SAP Reports / Programs

BBP_ES_ANALYSE_RFC_CALLS SAP ABAP Report - BBPESANALYSERFCCALLS







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


Transaction Code(s):

Below is a list of transaction codes which are relevant to this SAP report

BBP_ES_ANALYZE - Analyze RFC Data from E-Sourcing


ABAP code to call this SAP report using the submit statement

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.






SUBMIT BBP_ES_ANALYSE_RFC_CALLS. "Basic submit
SUBMIT BBP_ES_ANALYSE_RFC_CALLS AND RETURN. "Return to original report after report execution complete
SUBMIT BBP_ES_ANALYSE_RFC_CALLS VIA SELECTION-SCREEN. "Display selection screen of submitted report to user
    See more syntax options for the ABAP SUBMIT statement


Text pool values


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


INCLUDES used within this REPORT BBP_ES_ANALYSE_RFC_CALLS

No INCLUDES are used within this REPORT code!


TABLES used within REPORT and the associated SELECT statement:





No SAP DATABASE tables are accessed within this REPORT code!


Function Modules used within report and the associated call statement:

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.



Contribute (Add Comments)

Although this basic information may have limited use it does provide an easy to find location to store any knowledge about this program/report.







The contribute/comments section below therefore offer's an opportunity for anyone to add additional information. This can be anything from useful hints, tips and screen shots to relevant SAP notes or anything else you feel is relevant to this report.

This will then be available for everyone to easily find by simply searching on the report name BBP_ES_ANALYSE_RFC_CALLS or its description.