SAP Reports / Programs | Enterprise Controlling | Profit Center Accounting(EC-PCA) SAP EC

MKEC2F03 SAP ABAP INCLUDE - documentation and ABAP source code







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


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 MKEC2F03. "Basic submit
SUBMIT MKEC2F03 AND RETURN. "Return to original report after report execution complete
SUBMIT MKEC2F03 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 MKEC2F03

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:

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.



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