CNV_TDMS_BI_TABLEREDUCTION 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_BI_TABLEREDUCTION 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 = D Phase
Selection Text: P_PACK = D Migration Package
Selection Text: P_DATE = Data Slice Date
Selection Text: P_ACT_ID = D Activity ID
Title: Assign Data Slice Date and Object Transfer Categories
Text Symbol: 146 = No Data
Text Symbol: 147 = Warning
Text Symbol: 148 = You have unsaved changes. Do you want to save your data?
Text Symbol: 149 = Yes
Text Symbol: 150 = No
Text Symbol: 153 = Find Next
Text Symbol: 154 = ODS Table Settings
Text Symbol: 155 = Display Selection Groups
Text Symbol: 156 = Sel. Group for Other Tables
Text Symbol: 160 = Field 1
Text Symbol: 161 = Field 2
Text Symbol: 162 = Field 3
Text Symbol: 163 = Field 4
Text Symbol: 164 = Field 5
Text Symbol: 165 = Field 6
Text Symbol: 166 = Selection Group
Text Symbol: 167 = InfoCube
Text Symbol: 168 = Info Catalogues
Text Symbol: 172 = Selecting Data.....
Text Symbol: 173 = Unselecting Data....
Text Symbol: 174 = Saving Data.....
Text Symbol: 175 = Applying SAP standard settings....
Text Symbol: 176 = PSAs
Text Symbol: 183 = Data Slice Date
Text Symbol: 184 = Sel. Group
Text Symbol: 145 = No Transfer
Text Symbol: 004 = TDBWP_TABLEINFO
Text Symbol: 036 = No Data
Text Symbol: 057 = Loading Data...
Text Symbol: 100 = Assign Data Slice Date and Object Transfer Categories
Text Symbol: 101 = Reduced Transfer
Text Symbol: 102 = No Transfer
Text Symbol: 103 = Full Transfer
INCLUDE CNV_TDMS_AP_PARAMS.
INCLUDE CNV_TDMS_BI_TABLEREDUC_TOP.
INCLUDE CNV_TDMS_BI_TABLEREDUC_CLASS.
INCLUDE CNV_TDMS_BI_TABLEREDUC_O01.
INCLUDE CNV_TDMS_BI_TABLEREDUC_I01.
INCLUDE CNV_TDMS_BI_TABLEREDUC_F011.
INCLUDE CNV_TDMS_BI_TABLEREDUC_F012.
No SAP DATABASE tables are accessed within this REPORT code!
SAPGUI_PROGRESS_INDICATOR CALL FUNCTION 'SAPGUI_PROGRESS_INDICATOR' EXPORTING percentage = 10 text = text-057.
SAPGUI_PROGRESS_INDICATOR CALL FUNCTION 'SAPGUI_PROGRESS_INDICATOR' EXPORTING percentage = 50 text = text-057.
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_BI_TABLEREDUCTION - Assign Data Slice Date and Object Transfer Categories CNV_TDMS_BI_TABLEREDUCTION - Assign Data Slice Date and Object Transfer Categories CNV_TDMS_BI_LOGSYS_PBO_PAI - Include CNV_TDMS_LOGSYS_CON_PBO_PAI CNV_TDMS_BI_LOGSYS_CONV_TOP - Include CNV_TDMS_BW_LOGSYS_CONV_TOP CNV_TDMS_BI_LOGSYS_CONV_FORMS - Include CNV_TDMS_LOGSYS_CONV_FORMS CNV_TDMS_BI_LOGSYS_CONV_CLASS - Include CNV_TDMS_BW_LOGSYS_CONV_CLASS