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

MCEVFF30 SAP ABAP INCLUDE - documentation and ABAP source code







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

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:

SAPGUI_PROGRESS_INDICATOR CALL FUNCTION 'SAPGUI_PROGRESS_INDICATOR' EXPORTING TEXT = TEXT-100 EXCEPTIONS OTHERS = 1.

CTUT_INIT CALL FUNCTION 'CTUT_INIT' "Mermale einmalig von DB lesen TABLES FEATURE_NUMBERS = TATINN.

CTUT_FEATURE_CHECK CALL FUNCTION 'CTUT_FEATURE_CHECK' EXPORTING FEATURE_ID = PARAMS-MERNN LANGUAGE = LANGUAGE IMPORTING FEATURE_ID = PARAMS-MERNN FEATURE_NAME = PARAMS-ATBEZ FEATURE_NEUTRAL_NAME = PARAMS-ATNAM FORMAT = PARAMS-ATFOR INTERNAL_UNIT_OF_MEASURE = PARAMS-MSEHI NUMBER_OF_POSITIONS = PARAMS-ANZST PLACES_AFTER_DECIMAL_SIGN = PARAMS-ANZDZ EXCEPTIONS INVALID_CLASS_TYPE = 01 MISSING_FEATURE_INFORMATION = 02 NO_FEATURE_FOUND = 03 NO_FEATURE_VALID = 04 NO_LANGUAGE = 05.

CTUT_FEATURE_CHECK CALL FUNCTION 'CTUT_FEATURE_CHECK' EXPORTING FEATURE_NEUTRAL_NAME = PARAMS-ATNAM LANGUAGE = LANGUAGE IMPORTING FEATURE_ID = PARAMS-MERNN FEATURE_NAME = PARAMS-ATBEZ FEATURE_NEUTRAL_NAME = PARAMS-ATNAM FORMAT = PARAMS-ATFOR INTERNAL_UNIT_OF_MEASURE = PARAMS-MSEHI NUMBER_OF_POSITIONS = PARAMS-ANZST PLACES_AFTER_DECIMAL_SIGN = PARAMS-ANZDZ EXCEPTIONS INVALID_CLASS_TYPE = 01 MISSING_FEATURE_INFORMATION = 02 NO_FEATURE_FOUND = 03 NO_FEATURE_VALID = 04 NO_LANGUAGE = 05 OTHERS = 99.

CEV3_PARAMETER_CHECK CALL FUNCTION 'CEV3_PARAMETER_CHECK' EXPORTING ORIGIN1 = RCEVF-PAHER ORIGIN2 = RCEVF-PAHE2 ORIGIN_KEY = RCEVF-PAHSC ORIGIN_NR = RCEVF-PAHNR IMPORTING ORIGIN2 = RCEVF-PAHE2 ORIGIN_NR = RCEVF-PAHNR EXCEPTIONS FORMULA_NAME_MISSING = 1 FORMULA_NOT_ACTIVE = 2 FORMULA_NOT_FOUND = 3 NO_INPUT_WITH_SPACE = 4 TABLE_NAME_MISSING = 5 TABLE_NOT_FOUND = 6 OTHERS = 7.

CEV2_FORMULA_EXPLOSION * CALL FUNCTION 'CEV2_FORMULA_EXPLOSION' * EXPORTING * EXPLOSION_TYPE = RCEVF-PAHSC * START_NA = FOMNR * START_NR = RCEVF-PAHNR * IMPORTING * RECURS = RECURSION * TABLES * HI = HIER * EXCEPTIONS * WRONG_TYPE = 01 * START_MISSING = 02.

CEV3_TABLE_READ CALL FUNCTION 'CEV3_TABLE_READ' EXPORTING TABLE_NAME = TABLE_NAME LANGUAGE = SY-LANGU TABLES TABLE_FIELDS = TAB_FIELDS EXCEPTIONS NO_FIELDS_FOUND = 02 TABLE_NOT_FOUND = 01.

READ_TEXT CALL FUNCTION 'READ_TEXT' EXPORTING ID = TEXT_ID_DOKU LANGUAGE = LANGUAGE NAME = TEXT_NAME OBJECT = TEXT_OBJECT IMPORTING HEADER = HEADD TABLES LINES = TEXTD EXCEPTIONS ID = 01 LANGUAGE = 02 NAME = 03 NOT_FOUND = 04 OBJECT = 05 REFERENCE_CHECK = 06.

INIT_TEXT CALL FUNCTION 'INIT_TEXT' EXPORTING ID = TEXT_ID_DOKU LANGUAGE = LANGUAGE NAME = TXT_NAME OBJECT = TEXT_OBJECT IMPORTING HEADER = HEADD TABLES LINES = TEXTD_I EXCEPTIONS ID = 01 LANGUAGE = 02 NAME = 03 OBJECT = 04.

EDIT_TEXT CALL FUNCTION 'EDIT_TEXT' EXPORTING DISPLAY = TEXT_DISPLAY EDITOR_TITLE = TEXT_TITLE HEADER = HEADD SAVE = TEXT_SAVE IMPORTING FUNCTION = TEXT_FUNCTION NEWHEADER = HEADD TABLES LINES = TEXTD EXCEPTIONS ID = 01 LANGUAGE = 02 LINESIZE = 03 NAME = 04 OBJECT = 05.

SAVE_TEXT CALL FUNCTION 'SAVE_TEXT' EXPORTING HEADER = HEADD INSERT = KREUZ IMPORTING FUNCTION = TEXT_FUNCTION NEWHEADER = HEADD TABLES LINES = TEXTD EXCEPTIONS ID = 01 LANGUAGE = 02 NAME = 03 OBJECT = 04.

DELETE_TEXT CALL FUNCTION 'DELETE_TEXT' EXPORTING ID = TEXT_ID_DOKU LANGUAGE = LANGUAGE NAME = TEXT_NAME OBJECT = TEXT_OBJECT EXCEPTIONS NOT_FOUND = 01. "Text war nicht vh.

COMMIT_TEXT CALL FUNCTION 'COMMIT_TEXT'.



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