MCEVMF50 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 MCEVMF50 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!
CEVB_INSERT_METHOD CALL FUNCTION 'CEVB_INSERT_METHOD' IN UPDATE TASK TABLES VMETK_I = VMETK_I VMETP_I = VMETP_I VMETT_I = VMETT_I VMETVOR_I = VMETVOR_I.
CEVB_CHANGE_METHOD CALL FUNCTION 'CEVB_CHANGE_METHOD' IN UPDATE TASK TABLES VMETK_I = VMETK_I VMETP_I = VMETP_I VMETT_I = VMETT_I VMETVOR_I = VMETVOR_I.
NUMBER_GET_NEXT CALL FUNCTION 'NUMBER_GET_NEXT' EXPORTING NR_RANGE_NR = NR_NRRANGENR OBJECT = NR_OBJECT QUANTITY = NR_QUANTITY IMPORTING NUMBER = VMETK-MEINN RETURNCODE = SUBRC_NR EXCEPTIONS INTERVAL_NOT_FOUND = 01 NUMBER_RANGE_NOT_INTERN = 02 OBJECT_NOT_FOUND = 03 QUANTITY_IS_0 = 04.
CEVB_PRE_CHECK_TCAPT CALL FUNCTION 'CEVB_PRE_CHECK_TCAPT' IMPORTING INDEX_EXP = VB_TABLE TABLES TCAPT_IMP = TCAPT_I EXCEPTIONS OTHERS = 1.
CEVB_INSERT_TCAPT CALL FUNCTION 'CEVB_INSERT_TCAPT' IN UPDATE TASK TABLES TCAPT_I = TCAPT_I.
CETU_METHOD_IN_PLPH CALL FUNCTION 'CETU_METHOD_IN_PLPH' EXPORTING MEINN = VMETK-MEINN EXCEPTIONS NO_USAGE = 1 OTHERS = 2.
CTMV_FEATURE_DELETE CALL FUNCTION 'CTMV_FEATURE_DELETE' EXPORTING CLASS_TYPE = ' ' FEATURE_ID = PARAMS-MERNO EXCEPTIONS NO_FEATURE_FOUND = 01 NO_MODIFICATION = 02.
CEVB_DELETE_METHOD CALL FUNCTION 'CEVB_DELETE_METHOD' IN UPDATE TASK EXPORTING METHOD = VMETK-MEINN.
DELETE_TEXT CALL FUNCTION 'DELETE_TEXT' EXPORTING ID = TEXT_ID_DOKU LANGUAGE = SYST-LANGU NAME = TEXT_NAME OBJECT = TEXT_OBJECT EXCEPTIONS NOT_FOUND = 01.
COMMIT_TEXT CALL FUNCTION 'COMMIT_TEXT'.
Although this basic information may have limited use it does provide an easy to find location to store any knowledge about this program/report.
MCEVMF50 - Schnittstellenbeschreibung zum Event DE_BCS2S MCEVMF40 - Graphics component MCEVMF30 - Schnittstellenbeschreibung zum Event DE_BCS2S MCEVMF20 - FILL_POSTING_TABLES_PERIODIC MCEVMF10 - Schnittstellenbeschreibung zum Event DE_BCS2S MCEVMCOD - Data Declaration for the Generation of Table Accesses