CNV_TDMS_13_SHELL_DETER_INSIZE 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_DETER_INSIZE 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.
Selection Text: P_PHASE = Phase
Selection Text: P_PACK = Package
Selection Text: P_ACT_ID = Activity
Title: TDSHL_DETERMINE_TABSIZE // Modify Tab. and Index Sizes (assign Method)
Text Symbol: 026 = New reduction ratios will be assigned to the tables. All old method assignments will get cleared. Are you sure you want to continue?
Text Symbol: 025 = New template assignment
Text Symbol: 024 = PackID
Text Symbol: 023 = Client
Text Symbol: 022 = ADD TABLE
Text Symbol: 021 = Add Table
Text Symbol: 020 = You have just selected the Template option. Do you want to replace the displayed values?
Text Symbol: 019 = Replace the displayed values (or return to Values?)
Text Symbol: 018 = Change assigned Method
Text Symbol: 017 = Change Method
Text Symbol: 016 = Method
Text Symbol: 015 = Size RCV
Text Symbol: 014 = Size SND
Text Symbol: 013 = Table
Text Symbol: 012 = Package Template
Text Symbol: 011 = Standard Template
Text Symbol: 010 = Hidden Entries
Text Symbol: 009 = Displayed Entries
Text Symbol: 008 = Modify Mode :
Text Symbol: 007 = Display Mode:
Text Symbol: 006 = Available Packages
Text Symbol: 005 = Method values
Text Symbol: 004 = All Values
Text Symbol: 003 = You have selected the delete function - are you sure you want to delete?
Text Symbol: 002 = New Method calculations have been made - save changes to database?
Text Symbol: 001 = Save modified entries?
No INCLUDES are used within this REPORT code!
No SAP DATABASE tables are accessed within this REPORT code!
ENQUEUE_CNVTDMS_13_EXCTB CALL FUNCTION 'ENQUEUE_CNVTDMS_13_EXCTB' EXCEPTIONS foreign_lock = 1 system_failure = 2 OTHERS = 3.
DEQUEUE_CNVTDMS_13_EXCTB CALL FUNCTION 'DEQUEUE_CNVTDMS_13_EXCTB' EXPORTING packid = p_pack.
F4IF_INT_TABLE_VALUE_REQUEST CALL FUNCTION 'F4IF_INT_TABLE_VALUE_REQUEST' EXPORTING retfield = p_retfield dynpprog = lf_repid dynpnr = lf_dynnr dynprofield = p_dynp_field window_title = p_title value_org = 'S' display = 'F' TABLES value_tab = pt_values return_tab = gt_f4_return EXCEPTIONS parameter_error = 0 no_values_found = 0 OTHERS = 0.
LVC_FIELDCATALOG_MERGE CALL FUNCTION 'LVC_FIELDCATALOG_MERGE' EXPORTING i_structure_name = 'CNVTDMS_13_EXCTB' CHANGING ct_fieldcat = gt_fieldcat[].
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_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 CNV_TDMS_13_SHELL_CREAT_EXCTB - TDSHL_EDIT_EXC_TAB // Define Tables To Be Excluded CNV_TDMS_13_SHELL_CHKSIZE_TOP - Include CNV_TDMS_02_GETSIZE_TOP