CNV_TDMS_07_FINAL is a standard Executable ABAP Report 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_07_FINAL 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.
Title: Final step forTDMS package
Text Symbol: 001 = Post-processing phase not finished - deactivate anyway?
Text Symbol: 002 = Warning Message
Text Symbol: 003 = Yes
Text Symbol: 004 = No
INCLUDE CNV_MBT_SM_PARAMS.
INCLUDE CNV_TDMS_07_FINAL_DATA.
No SAP DATABASE tables are accessed within this REPORT code!
CNV_MBT_L_STATE_INIT CALL FUNCTION 'CNV_MBT_L_STATE_INIT' EXPORTING packid = gd_packid phase = gd_phase activity_id = gd_act_id * IMPORTING * SESSION_ID = EXCEPTIONS OTHERS = 1.
CNV_MBT_L_STATE_FINISH CALL FUNCTION 'CNV_MBT_L_STATE_FINISH' EXPORTING packid = gd_packid phase = gd_phase activity_id = gd_act_id EXCEPTIONS OTHERS = 1.
CNV_MBT_ADM_PACKAGE_DEACT CALL FUNCTION 'CNV_MBT_ADM_PACKAGE_DEACT' EXPORTING packid = gd_packid I_SUPPRESS_POPUP = ' ' EXCEPTIONS package_not_active = 1 database_operation_not_success = 2 package_doesnot_exist = 3 OTHERS = 4.
CNV_MBT_L_STATE_FINISH CALL FUNCTION 'CNV_MBT_L_STATE_FINISH' EXPORTING packid = gd_packid phase = gd_phase activity_id = gd_act_id EXCEPTIONS OTHERS = 1.
CNV_MBT_STATE_REFRESH CALL FUNCTION 'CNV_MBT_STATE_REFRESH' EXPORTING packid = gd_packid.
Although this basic information may have limited use it does provide an easy to find location to store any knowledge about this program/report.
CNV_TDMS_07_FINAL - Final step forTDMS package CNV_TDMS_07_FINAL - Final step forTDMS package CNV_TDMS_07_CHOOSE_SAPOFFICE - To choose to Drop/Not drop SAP Office tables in the receiver system CNV_TDMS_07_CHOOSE_SAPOFFICE - To choose to Drop/Not drop SAP Office tables in the receiver system CNV_TDMS_07_BEF_SUBR - Include CNV_TDMS_07_SUBROUTINES CNV_TDMS_07_BEFORE_TOP - Include CNV_TDMS_07_GLOBAL_PARAMS