SAP Reports / Programs | Basis Components | Basis Services / Communication Interfaces | Report Tree(BC-SRV-REP) SAP BC

ERP61F01 SAP ABAP INCLUDE - documentation and ABAP source code







ERP61F01 is a standard ABAP INCLUDE available within your SAP system (depending on your version and release level). Below is the basic information available for this SAP report including which OBJECTS it interacts with such as TABLES, FUNCTION MODULES, INCLUDES ETC. Also check out the submitted Comments related to this SAP report or see any standard documentation available.

If you would like to execute this report or see the full code listing simply enter ERP61F01 into the relevant SAP transactions such as SE38 or SE80


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 ERP61F01. "Basic submit
SUBMIT ERP61F01 AND RETURN. "Return to original report after report execution complete
SUBMIT ERP61F01 VIA SELECTION-SCREEN. "Display selection screen of submitted report to user
    See more syntax options for the ABAP SUBMIT statement


INCLUDES used within this REPORT ERP61F01

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:

F4IF_INT_TABLE_VALUE_REQUEST CALL FUNCTION 'F4IF_INT_TABLE_VALUE_REQUEST' EXPORTING RETFIELD = 'TDFORM' DYNPPROG = C_MAIN_PROGRAM DYNPNR = DYNNR DYNPROFIELD = L_DYNPROFIELD WINDOW_TITLE = TEXT-011 VALUE_ORG = 'S' TABLES VALUE_TAB = L_SELECTED_TDOCLASS EXCEPTIONS OTHERS = 1.

RS_SELECTIONSCREEN_READ CALL FUNCTION 'RS_SELECTIONSCREEN_READ' EXPORTING PROGRAM = C_MAIN_PROGRAM TABLES FIELDVALUES = I_FIELDVALUES.

DISPLAY_REPORTING_TREE_F4 CALL FUNCTION 'DISPLAY_REPORTING_TREE_F4' EXPORTING I_TREE_ID = C_TREE_ID I_GET_STANDARD_CLIENT = C_TRUE FLAG_STRUCTURE_NODE = C_TRUE IMPORTING E_SREPOVARI = SELECTED_NODE E_TEXT_1 = TEXT_OF_SELECTED_NODE EXCEPTIONS CANCELLED = 1 PARAMETER_ERROR = 2 NO_TREE = 3 NO_TREE_FOR_APPL_ID = 4 OTHERS = 5.

DYNP_VALUES_UPDATE CALL FUNCTION 'DYNP_VALUES_UPDATE' EXPORTING DYNAME = MAIN_PROGRAM DYNUMB = SY-DYNNR TABLES DYNPFIELDS = I_DYNPFIELDS EXCEPTIONS OTHERS = 1.

F4IF_INT_TABLE_VALUE_REQUEST CALL FUNCTION 'F4IF_INT_TABLE_VALUE_REQUEST' EXPORTING RETFIELD = 'TDFORM' DYNPPROG = C_MAIN_PROGRAM DYNPNR = DYNNR DYNPROFIELD = L_DYNPROFIELD WINDOW_TITLE = TEXT-010 VALUE_ORG = 'S' TABLES VALUE_TAB = L_SEL_LAYOUTS_OUTPUT EXCEPTIONS OTHERS = 1.

SELECT_FORM CALL FUNCTION 'SELECT_FORM' EXPORTING FORM = P_FORM_NAME LANGUAGE = P_LANGUAGE THROUGHCLIENT = P_THROUGHCLIENT TABLES SELECTIONS = P_SELECTED_LAYOUT_SETS EXCEPTIONS OTHERS = 1.

CHECK_FORM_AUTHORITY CALL FUNCTION 'CHECK_FORM_AUTHORITY' EXPORTING ACTIVITY = 'SHOW' FORM = P_SELECTED_LAYOUT_SETS_TDFORM LANGUAGE = P_SELECTED_LAYOUT_SETS_TDSPRAS EXCEPTIONS NO_AUTHORITY = 1 OTHERS = 2.

DEQUEUE_ESSERPNODE CALL FUNCTION 'DEQUEUE_ESSERPNODE' EXPORTING TREE_ID = C_TREE_ID NODE = P_NODE.

RS_REPORTINGTREE_NODE_AUTH CALL FUNCTION 'RS_REPORTINGTREE_NODE_AUTH' EXPORTING AUTHGROUP = L_ACT_AUTH EXCEPTIONS NO_SUBMIT_AUTH = 01.



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 ERP61F01 or its description.