SAP Reports / Programs | Cross-Application Components | European Monetary Union: Euro(CA-EUR) SAP CA

CNV_TDMS_05_IS_U_I_MODIFY SAP ABAP INCLUDE - Modification routines for TDMS for IS-U







CNV_TDMS_05_IS_U_I_MODIFY 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 CNV_TDMS_05_IS_U_I_MODIFY 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 CNV_TDMS_05_IS_U_I_MODIFY. "Basic submit
SUBMIT CNV_TDMS_05_IS_U_I_MODIFY AND RETURN. "Return to original report after report execution complete
SUBMIT CNV_TDMS_05_IS_U_I_MODIFY VIA SELECTION-SCREEN. "Display selection screen of submitted report to user
    See more syntax options for the ABAP SUBMIT statement


Text pool values


Title: Modification routines for TDMS for IS-U


INCLUDES used within this REPORT CNV_TDMS_05_IS_U_I_MODIFY

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:

DTL_GET_DELIMIT_REPORT_NAME CALL FUNCTION 'DTL_GET_DELIMIT_REPORT_NAME' EXPORTING i_header_table = pv_tab i_check_existence = 'X' IMPORTING e_reportname = pv_report e_report_exists = lv_exist.

CNV_MBT_ADM_MAX_JOBS_GET CALL FUNCTION 'CNV_MBT_ADM_MAX_JOBS_GET' EXPORTING packid = p_pack exec_target = 'S' phase = p_phase activity_id = p_act_id IMPORTING ex_jobs_free = lv_jobs EXCEPTIONS get_pcl_destination_error = 1 get_jobs_control_error = 2 rfc_failure = 3.

CNV_MBT_SUBSTATE_WRITE CALL FUNCTION 'CNV_MBT_SUBSTATE_WRITE' TABLES im_cnvmbtsubstate = lt_substate EXCEPTIONS update_failed = 1 OTHERS = 2.

CNV_MBT_SUBSTATE_WRITE CALL FUNCTION 'CNV_MBT_SUBSTATE_WRITE' DESTINATION gd_dest TABLES im_cnvmbtsubstate = lt_substate EXCEPTIONS update_failed = 1 communication_failure = 98 MESSAGE gd_msgtext system_failure = 99 MESSAGE gd_msgtext OTHERS = 2.

CNV_MBT_SUBPARAMS_SET CALL FUNCTION 'CNV_MBT_SUBPARAMS_SET' TABLES t_im_subact_params = lt_subparams EXCEPTIONS modify_subparams_error = 1 calling_of_function_error = 2 delete_subparams_error = 3 OTHERS = 4.

CNV_MBT_SUBPARAMS_SET CALL FUNCTION 'CNV_MBT_SUBPARAMS_SET' DESTINATION gd_dest TABLES t_im_subact_params = lt_subparams EXCEPTIONS modify_subparams_error = 1 calling_of_function_error = 2 delete_subparams_error = 3 OTHERS = 4.

CNV_MBT_SUBACT_JOBS_CREATE CALL FUNCTION 'CNV_MBT_SUBACT_JOBS_CREATE' EXPORTING program_starter = 'CNV_MBT_SUBACT_JOBS_START' TABLES im_cnvmbtsubstate = lt_substate EXCEPTIONS scheduling_error = 1 modify_substate_error = 2 program_execution_failed = 3 OTHERS = 4.

CNV_MBT_SUBSTATE_WRITE CALL FUNCTION 'CNV_MBT_SUBSTATE_WRITE' TABLES im_cnvmbtsubstate = lt_substate EXCEPTIONS update_failed = 1 OTHERS = 2.

CNV_MBT_SUBSTATE_WRITE CALL FUNCTION 'CNV_MBT_SUBSTATE_WRITE' DESTINATION gd_dest TABLES im_cnvmbtsubstate = lt_substate EXCEPTIONS update_failed = 1 communication_failure = 98 MESSAGE gd_msgtext system_failure = 99 MESSAGE gd_msgtext 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 CNV_TDMS_05_IS_U_I_MODIFY or its description.