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
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!
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.
Although this basic information may have limited use it does provide an easy to find location to store any knowledge about this program/report.