MKEC2F03 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 MKEC2F03 into the relevant SAP transactions such as SE38 or SE80
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.
No INCLUDES are used within this REPORT code!
No SAP DATABASE tables are accessed within this REPORT code!
G_SET_ENCRYPT_SETID CALL FUNCTION 'G_SET_ENCRYPT_SETID' EXPORTING SETCLASS = SET_CLASS SHORTNAME = HIE_NODE KOKRS = PRCT1-KOKRS IMPORTING SETID = SUBSET_ID. "for hie_node
G_SET_GET_INFO CALL FUNCTION 'G_SET_GET_INFO' EXPORTING NO_SET_TITLE = SPACE SETNAME = SUBSET_ID "for hie_node USE_TABLE_BUFFER = 'X' IMPORTING INFO = SET_INFO EXCEPTIONS SET_NOT_FOUND = 1 OTHERS = 2.
G_SET_ENCRYPT_SETID CALL FUNCTION 'G_SET_ENCRYPT_SETID' EXPORTING SETCLASS = SET_CLASS SHORTNAME = TKA01-PHINR KOKRS = TKA01-KOKRS IMPORTING SETID = SET_ID. "for tka01-phinr
G_SET_TREE_SEARCH_BOTTOM_UP CALL FUNCTION 'G_SET_TREE_SEARCH_BOTTOM_UP' EXPORTING SETNR = SET_ID "for tka01-phinr SUBSETNR = SUBSET_ID "for hie_node EXCEPTIONS SUPERSET_NOT_FOUND = 1.
G_CONTROL_BLOCK_RESET * CALL FUNCTION 'G_CONTROL_BLOCK_RESET' "QSTK11K117066 * EXPORTING CONTROL_BLOCK = CONTROL_BLOCK. "QSTK11K117066
G_SET_GET * CALL FUNCTION 'G_SET_GET' "QSTK11K117066 * EXPORTING INDEX = SET_INDEX "QSTK11K117066 * CONTROL_BLOCK = CONTROL_BLOCK "QSTK11K117066 * LEVEL = SEL_STUFE "QSTK11K117066 * IMPORTING HEADER = SET_HEADER "QSTK11K117066 * SUBRC = SET_SUBRC. "QSTK11K117066
G_SET_GET * CALL FUNCTION 'G_SET_GET' "QSTK11K117066 * EXPORTING INDEX = SET_INDEX "QSTK11K117066 * CONTROL_BLOCK = CONTROL_BLOCK "QSTK11K117066 * LEVEL = SEL_STUFE "QSTK11K117066 * IMPORTING HEADER = SET_HEADER "QSTK11K117066 * SUBRC = SET_SUBRC. "QSTK11K117066
G_CONTROL_BLOCK_RESET * CALL FUNCTION 'G_CONTROL_BLOCK_RESET' "QSTK11K117066 * EXPORTING CONTROL_BLOCK = CONTROL_BLOCK. "QSTK11K117066
G_SET_ENCRYPT_SETID CALL FUNCTION 'G_SET_ENCRYPT_SETID' EXPORTING SETCLASS = SET_CLASS SHORTNAME = SET_SETNR KOKRS = PRCT1-KOKRS IMPORTING SETID = SET_ID.
G_SET_ENQUEUE_WITH_FATHERS CALL FUNCTION 'G_SET_ENQUEUE_WITH_FATHERS' EXPORTING SETID = SET_ID EXCEPTIONS FOREIGN_LOCK = 4 SYSTEM_FAILURE = 8.
G_SET_ENCRYPT_SETID CALL FUNCTION 'G_SET_ENCRYPT_SETID' EXPORTING SETCLASS = SET_CLASS SHORTNAME = SET_SETNR KOKRS = PRCT1-KOKRS IMPORTING SETID = SET_ID.
G_SET_DEQUEUE CALL FUNCTION 'G_SET_DEQUEUE' EXPORTING SETID = SET_ID.
Although this basic information may have limited use it does provide an easy to find location to store any knowledge about this program/report.