MCEVMFOK 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 MCEVMFOK 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!
DEQUEUE_ALL CALL FUNCTION 'DEQUEUE_ALL'.
SCREEN_SEQUENCE_CONTROL CALL FUNCTION 'SCREEN_SEQUENCE_CONTROL' EXPORTING FUNKTION = FBS-FUNKTION KOPFGRUPPE = FBS-KOPFGRUPPE POSITIONSGRUPPE = FBS-POSITIONSG PROGRAMM = FBS-PROGRAM IMPORTING CUA_TITEL = FBS-CUA_TITEL CUA_PARA1 = FBS-CUA_PARA1 CUA_PARA2 = FBS-CUA_PARA2 CUA_PARA3 = FBS-CUA_PARA3 CUA_PARA4 = FBS-CUA_PARA4 AKTYP = FBS-AKTYP DUNKEL = FBS-DUNKEL FOLGEFUNKTION = FBS-FOLGEFUNKT LEAVE = FBS-LEAVE.
CEV3_F4_PAHER_VALUE_DISPLAY CALL FUNCTION 'CEV3_F4_PAHER_VALUE_DISPLAY' EXPORTING DYNAME = P_SY_REPID DYNUMG = P_SY_DYNNR PAHSC = 'RCEVM-PAHSC' PAHER = 'RCEVM-PAHER' STEP_LOOP_ZEILE = LOOP_ZEILE.
CEV3_HELP_ORIGIN2 CALL FUNCTION 'CEV3_HELP_ORIGIN2' EXPORTING ORIGIN = params-paher ORIGIN2 = params-pahe2 PARAMETER_BEZEICHNUNG = params-atbez PARAMETER_NAME = params-atnam DISPLAY_MODE = kreuz IMPORTING ORIGIN2 = TAB_PAHE2 EXCEPTIONS NO_FIELDS_FOUND = 1 OTHERS = 2.
CEV3_HELP_ORIGIN2 CALL FUNCTION 'CEV3_HELP_ORIGIN2' EXPORTING ORIGIN = PARAMS-PAHER ORIGIN2 = PARAMS-PAHE2 PARAMETER_BEZEICHNUNG = PARAMS-ATBEZ PARAMETER_NAME = PARAMS-ATNAM DISPLAY_MODE = KREUZ IMPORTING ORIGIN2 = TAB_PAHE2 EXCEPTIONS NO_FIELDS_FOUND = 1 OTHERS = 2.
CEV3_HELP_ORIGIN CALL FUNCTION 'CEV3_HELP_ORIGIN' EXPORTING ORIGIN = entry_vor-paher ORIGIN_KEY = entry_vor-pahsc PARAMETER_NAME = entry_vor-atnam TOP_FORMULA = rcevm-mthrk PARAMETER_BEZEICHNUNG = params-atbez IMPORTING FLG_ESC = flg_esc ORIGIN = entry_nch-paher ORIGIN2 = entry_nch-pahe2 ORIGIN_KEY = entry_nch-pahsc EXCEPTIONS ORIGIN_KEY_WRONG = 1 OTHERS = 2.
CTMV_FEATURE_VALUES CALL FUNCTION 'CTMV_FEATURE_VALUES' EXPORTING CHANGE_OBJECT = WERT_CHANGE CREATE_OBJECT = WERT_NEU FEATURE_NEUTRAL_ID = PARAMS-MERNN FEATURE_OBJECT_ID = PARAMS-MERNO LANGUAGE = SY-LANGU OBJECT_ID = WERT_ID NO_CHECK_OF_VALUES = KREUZ IMPORTING FEATURE_OBJECT_ID = FEATURE_MERNO EXCEPTIONS CANCEL_BY_USER = 01 DUPLICATE_OBJECT = 02 FEATURE_TO_DELETE = 03 KEY_LOCKED_NEUTRAL = 04 KEY_LOCKED_OBJECT = 05 NO_NEUTRAL_FOUND = 06 NO_OBJECT_FOUND = 07.
DEQUEUE_ALL CALL FUNCTION 'DEQUEUE_ALL'.
POPUP_TO_CONFIRM_STEP CALL FUNCTION 'POPUP_TO_CONFIRM_STEP' EXPORTING DEFAULTOPTION = DEFAULT TEXTLINE1 = TEXT1 TEXTLINE2 = TEXT2 TITEL = TEXT3 IMPORTING ANSWER = ANSWER.
CTRE_CHECK_IF_TABLEFIELD CALL FUNCTION 'CTRE_CHECK_IF_TABLEFIELD' EXPORTING CHARACTERISTIC = PARAMS-MERNN TABLES REFERENCES = CABNZ_I EXCEPTIONS NO_TABLE_FIELD = 1 OTHERS = 2.
Although this basic information may have limited use it does provide an easy to find location to store any knowledge about this program/report.