MCEVVFOK 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 MCEVVFOK 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!
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.
CTTB_TABLE_EDIT CALL FUNCTION 'CTTB_TABLE_EDIT' EXPORTING BLOCK_FLAG = SPACE DYNPRO_LINE = ZEILE FCODE = 'MOVE' MARK_FLAG = MARK_FLAG OFFSET = PAGEBEGIN_112 IMPORTING MARK_FLAG = MARK_FLAG TABLES CHANGE_TAB = METHODS INTTAB = METHODS MARK_TAB = MARK_TAB EXCEPTIONS INVALID_LINE = 01 INVALID_TARGET = 02.
SCROLLING_IN_TABLE CALL FUNCTION 'SCROLLING_IN_TABLE' EXPORTING ENTRY_ACT = PAGEBEGIN_112 ENTRY_FROM = 1 ENTRY_TO = METHODS_ANZ LAST_PAGE_FULL = SPACE LOOPS = LOOP_COUNT_112 OK_CODE = OK_CODE OVERLAPPING = SPACE PAGE_ACT = 0 PAGE_GO = 0 IMPORTING ENTRY_NEW = PAGEBEGIN_112 EXCEPTIONS NO_ENTRY_OR_PAGE_ACT = 01 NO_ENTRY_TO = 02 NO_OK_CODE_OR_PAGE_GO = 04.
Although this basic information may have limited use it does provide an easy to find location to store any knowledge about this program/report.