SAP Reports / Programs | Production Planning and Control | Basic Data | Computer Aided Process Planning(PP-BD-CAP) SAP PP

MCEVFFOK SAP ABAP INCLUDE - documentation and ABAP source code







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

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:

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.

SCROLLING_IN_TABLE CALL FUNCTION 'SCROLLING_IN_TABLE' EXPORTING ENTRY_ACT = RCEVF-ENTRY_ACT ENTRY_FROM = 1 ENTRY_TO = FORMULA_CTRL-LINES LAST_PAGE_FULL = SPACE loops = loop_count OK_CODE = OK_CODE OVERLAPPING = SPACE PAGE_ACT = 0 PAGE_GO = 0 IMPORTING ENTRY_NEW = RCEVF-ENTRY_ACT EXCEPTIONS NO_ENTRY_OR_PAGE_ACT = 01 NO_ENTRY_TO = 02 NO_OK_CODE_OR_PAGE_GO = 04.

CEV3_HELP_ORIGIN CALL FUNCTION 'CEV3_HELP_ORIGIN' EXPORTING ORIGIN = AUSWAHL-PAHER ORIGIN2 = AUSWAHL-PAHE2 ORIGIN_KEY = AUSWAHL-PAHSC PARAMETER_NAME = AUSWAHL-ATNAM TOP_FORMULA = VFORK-FOMNR PARAMETER_BEZEICHNUNG = AUSWAHL-ATBEZ IMPORTING FLG_ESC = FLG_ESC ORIGIN = AUSWAHL-PAHER ORIGIN2 = AUSWAHL-PAHE2 ORIGIN_KEY = AUSWAHL-PAHSC EXCEPTIONS ORIGIN_KEY_WRONG = 1 OTHERS = 2.

CEV3_HELP_ORIGIN2 CALL FUNCTION 'CEV3_HELP_ORIGIN2' EXPORTING ORIGIN = auswahl-paher ORIGIN2 = auswahl-pahe2 PARAMETER_BEZEICHNUNG = auswahl-atbez PARAMETER_NAME = auswahl-atnam DISPLAY_MODE = kreuz IMPORTING ORIGIN2 = auswahl-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 = params-pahe2 EXCEPTIONS NO_FIELDS_FOUND = 1 OTHERS = 2.

DYNP_VALUES_READ CALL FUNCTION 'DYNP_VALUES_READ' EXPORTING DYNAME = P_SY_REPID DYNUMB = P_SY_DYNNR TABLES DYNPFIELDS = DYNP_FIELD_TAB EXCEPTIONS INVALID_ABAPWORKAREA = 01 INVALID_DYNPROFIELD = 02 INVALID_DYNPRONAME = 03 INVALID_DYNPRONUMMER = 04 INVALID_REQUEST = 05 NO_FIELDDESCRIPTION = 06 UNDEFIND_ERROR = 07.

POPUP_TO_CONFIRM_WITH_VALUE CALL FUNCTION 'POPUP_TO_CONFIRM_WITH_VALUE' EXPORTING OBJECTVALUE = VFORK-FOMNR TEXT_AFTER = TEXT-121 TEXT_BEFORE = TEXT-120 TITEL = TEXT-110 IMPORTING ANSWER = IMP_ANSWER EXCEPTIONS TEXT_TOO_LONG = 1 OTHERS = 2.

POPUP_TO_CONFIRM_WITH_VALUE CALL FUNCTION 'POPUP_TO_CONFIRM_WITH_VALUE' EXPORTING DEFAULTOPTION = 'N' OBJECTVALUE = VFORK-FOMNR TEXT_AFTER = TEXT-131 TEXT_BEFORE = TEXT-130 TITEL = TEXT-140 IMPORTING ANSWER = IMP_ANSWER EXCEPTIONS TEXT_TOO_LONG = 1 OTHERS = 2.



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