MM00CF02 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 MM00CF02 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!
HELP_VALUES_GET_NO_DD_NAME CALL FUNCTION 'HELP_VALUES_GET_NO_DD_NAME' EXPORTING * cucol = 0 * curow = 0 * DISPLAY = ' ' SELECTFIELD = 'BLDGR' TITEL = HTEXT * NO_PERS_HELP_SELECT = ' ' * TITLE_IN_VALUES_LIST = ' ' * SHOW_ALL_VALUES_AT_FIRST_TIME = ' ' * USE_USER_SELECTIONS = ' ' * WRITE_SELECTFIELD_IN_COLOURS = 'X' * NO_SCROLL = ' ' * NO_CONVERSION = ' ' IMPORTING IND = IND TABLES FIELDS = FIELDS FULL_TABLE = XTFAW * USER_SEL_FIELDS = EXCEPTIONS FULL_TABLE_EMPTY = 1 NO_TABLESTRUCTURE_GIVEN = 2 NO_TABLEFIELDS_IN_DICTIONARY = 3 MORE_THEN_ONE_SELECTFIELD = 4 NO_SELECTFIELD = 5 OTHERS = 6.
HELP_VALUES_GET_NO_DD_NAME CALL FUNCTION 'HELP_VALUES_GET_NO_DD_NAME' EXPORTING * cucol = 0 * curow = 0 * DISPLAY = ' ' SELECTFIELD = 'PROG' TITEL = TEXT-H02 * NO_PERS_HELP_SELECT = ' ' * TITLE_IN_VALUES_LIST = ' ' * SHOW_ALL_VALUES_AT_FIRST_TIME = ' ' * USE_USER_SELECTIONS = ' ' * WRITE_SELECTFIELD_IN_COLOURS = 'X' * NO_SCROLL = ' ' * NO_CONVERSION = ' ' IMPORTING IND = IND TABLES FIELDS = FIELDS FULL_TABLE = XPROG * USER_SEL_FIELDS = EXCEPTIONS FULL_TABLE_EMPTY = 1 NO_TABLESTRUCTURE_GIVEN = 2 NO_TABLEFIELDS_IN_DICTIONARY = 3 MORE_THEN_ONE_SELECTFIELD = 4 NO_SELECTFIELD = 5 OTHERS = 6.
ENQUEUE_ESTFAWE CALL FUNCTION 'ENQUEUE_ESTFAWE' EXPORTING PROG = RMFAW-PROG BLDGR = RMFAW-DYNGRP EXCEPTIONS FOREIGN_LOCK = 1 SYSTEM_FAILURE = 2.
DEQUEUE_ESTFAWE CALL FUNCTION 'DEQUEUE_ESTFAWE' EXPORTING PROG = RMFAW-PROG BLDGR = RMFAW-DYNGRP.
TR_OBJECT_CHECK CALL FUNCTION 'TR_OBJECT_CHECK' EXPORTING WI_KO200 = ls_ko200 * IV_NO_STANDARD_EDITOR = ' ' * IV_NO_SHOW_OPTION = ' ' * IV_EXTERNALPS = ' ' * IV_EXTERNALID = ' ' * IV_NO_PS = ' ' IMPORTING * WE_ORDER = WE_TASK = korrnum * WE_KO200 = * WE_OBJECT_APPENDABLE = * ES_TADIR = * TABLES * WT_E071K = EXCEPTIONS CANCEL_EDIT_OTHER_ERROR = 1 SHOW_ONLY_OTHER_ERROR = 2 OTHERS = 3 .
DEQUEUE_ALL * CALL FUNCTION 'DEQUEUE_ALL'.
Although this basic information may have limited use it does provide an easy to find location to store any knowledge about this program/report.