CNV_TDMS_13_SHELL_EDIT_SIZE 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_EDIT_SIZE 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_CALCULATE_TABSIZE // Calculate Size of Database
Text Symbol: 001 = Shell creation
Text Symbol: 002 = Do you want to save your changes?
Text Symbol: 003 = Yes
Text Symbol: 004 = No
Text Symbol: 005 = Use existing values?
Text Symbol: 006 = DBSIZE values already exist. Do you want to use these? If not, new values will be calculated.
INCLUDE: CNV_MBT_SM_PARAMS,
INCLUDE: CNV_TDMS_13_SHELL_EDIT_SIZE_CL.
No SAP DATABASE tables are accessed within this REPORT code!
CNV_TDMS_13_SHELL_CALC_DBSIZE CALL FUNCTION 'CNV_TDMS_13_SHELL_CALC_DBSIZE' DESTINATION GV_CNVMBTDEST EXPORTING PACKAGE_ID = GV_PACKAGE DB_SYSTEM = GV_DBSYS EXPDIR = GV_EXPDIR TABLES EXCL_TAB = GT_EXCTB DBSIZE_TAB = GT_DBSIZE ET_OD_MESSAGES = GT_OD_MESSAGES EXCEPTIONS DB_SYSTEM_NOT_SUPPORTED = 1 NOTHING_TO_CALCULATE = 2 EMPTY_DIRECTORY_LIST = 3 WRITE_FILE_EMPTY = 4 READ_FILE_EMPTY = 5 INCLUDE_ERROR = 6 NO_DIRECTORY_AUTHORISATION = 7 NO_DATA_FOUND = 8 COMMUNICATION_FAILURE = 9 MESSAGE GV_MESSAGE SYSTEM_FAILURE = 10 MESSAGE GV_MESSAGE FILE_OFFSET_ERROR = 11 unknown_file_structure = 12 OTHERS = 13.
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_EDIT_SIZE - TDSHL_CALCULATE_TABSIZE // Calculate Size of Database CNV_TDMS_13_SHELL_EDIT_SIZE - TDSHL_CALCULATE_TABSIZE // Calculate Size of Database CNV_TDMS_13_SHELL_DETER_INSIZE - TDSHL_DETERMINE_TABSIZE // Modify Tab. and Index Sizes (assign Method) CNV_TDMS_13_SHELL_DETER_INSIZE - TDSHL_DETERMINE_TABSIZE // Modify Tab. and Index Sizes (assign Method) CNV_TDMS_13_SHELL_DATA - Include CNV_TDMS_13_DATA - General Data CNV_TDMS_13_SHELL_CREAT_EXCTB - TDSHL_EDIT_EXC_TAB // Define Tables To Be Excluded