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

MCEVMF20 SAP ABAP INCLUDE - FILL_POSTING_TABLES_PERIODIC







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

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:

CEV3_TABLE_READ CALL FUNCTION 'CEV3_TABLE_READ' EXPORTING table_name = tab_act language = sy-langu IMPORTING ddtext = table_text TABLES table_fields = tab_fields EXCEPTIONS no_fields_found = 02 table_not_found = 01.

CTUT_FEATURE_CHECK CALL FUNCTION 'CTUT_FEATURE_CHECK' EXPORTING feature_id = params-mernn language = sy-langu 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 table_feature = new_feature_id EXCEPTIONS invalid_class_type = 01 missing_feature_information = 02 no_feature_found = 03 no_feature_valid = 04 no_language = 05.

CTUT_TABLE_FIELD_CHECK CALL FUNCTION 'CTUT_TABLE_FIELD_CHECK' EXPORTING feature_name = params-atbez feature_neutral_name = string_neutral-string fieldname = dsec_o-fieldname language = sy-langu tablename = dsec_o-tabname IMPORTING feature_id = table_feature new_feature = new_feature_id EXCEPTIONS cancel_by_user = 01 invalid_fieldname = 02 invalid_name = 03 invalid_tabname = 04 key_locked = 05.

CTUT_INIT CALL FUNCTION 'CTUT_INIT' TABLES feature_numbers = i_tatinn.

CTMV_FEATURE_COPY CALL FUNCTION 'CTMV_FEATURE_COPY' EXPORTING feature_to_copy = params-merno IMPORTING new_feature = params-merno EXCEPTIONS enqueue_error = 01 feature_not_found = 02 invalid_feature_name = 03 missing_feature_name = 04.

CEVA_CREATE_STEPS CALL FUNCTION 'CEVA_CREATE_STEPS' EXPORTING mstuf_imp = stufe IMPORTING mstuf_exp = params-stump.

CEVA_CREATE_STEPS CALL FUNCTION 'CEVA_CREATE_STEPS' EXPORTING mstuf_imp = stufe IMPORTING mstuf_exp = params-stump.

CEVA_CREATE_STEPS CALL FUNCTION 'CEVA_CREATE_STEPS' EXPORTING mstuf_imp = stufe IMPORTING mstuf_exp = params-stump.

CEVA_CREATE_STEPS CALL FUNCTION 'CEVA_CREATE_STEPS' EXPORTING mstuf_imp = stufe IMPORTING mstuf_exp = params-stump.



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