CNV_TDMS_13_SHELL_EXPORT_EXCTB 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_13_SHELL_EXPORT_EXCTB 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: TDSHL_EXPORT_EXC_TAB // Export Exclude Table Information
INCLUDE: CNV_MBT_SM_PARAMS,
No SAP DATABASE tables are accessed within this REPORT code!
CNV_TDMS_13_SHELL_EXPORT_EXCTB CALL FUNCTION 'CNV_TDMS_13_SHELL_EXPORT_EXCTB' DESTINATION GV_CNVMBTDEST EXPORTING DIR = P_DIRECTORY DBSYS = GV_DBSYS IM_RELEASE = GV_RELEASE FILE = P_FILENAME TABLES EXC_TAB = GT_EXCTB ET_OD_MESSAGES = GT_OD_MESSAGES EXCEPTIONS INSERT_ABORTED = 1 COMMUNICATION_FAILURE = 2 MESSAGE GV_MESSAGE SYSTEM_FAILURE = 3 MESSAGE GV_MESSAGE OTHERS = 4.
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_13_SHELL_EXPORT_EXCTB - TDSHL_EXPORT_EXC_TAB // Export Exclude Table Information CNV_TDMS_13_SHELL_EXPORT_EXCTB - TDSHL_EXPORT_EXC_TAB // Export Exclude Table Information CNV_TDMS_13_SHELL_EDSIZE_CLASS - Include CNV_TDMS_13_SHELL_EDSIZE_CLASS CNV_TDMS_13_SHELL_EDIT_SIZE_CL - CNV_TDMS_13_SHELL_EDIT_SIZE - CLASS Include ALV CNV_TDMS_13_SHELL_EDIT_SIZE - TDSHL_CALCULATE_TABSIZE // Calculate Size of Database CNV_TDMS_13_SHELL_EDIT_SIZE - TDSHL_CALCULATE_TABSIZE // Calculate Size of Database