SAP Reports / Programs | Cross-Application Components | European Monetary Union: Euro(CA-EUR) SAP CA

CNV_TDMS_BI_TABLEREDUCTION SAP ABAP Report - Assign Data Slice Date and Object Transfer Categories







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


ABAP code to call this SAP report using the submit statement

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.






SUBMIT CNV_TDMS_BI_TABLEREDUCTION. "Basic submit
SUBMIT CNV_TDMS_BI_TABLEREDUCTION AND RETURN. "Return to original report after report execution complete
SUBMIT CNV_TDMS_BI_TABLEREDUCTION VIA SELECTION-SCREEN. "Display selection screen of submitted report to user
    See more syntax options for the ABAP SUBMIT statement


Text pool values


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





Text Symbol: 105 = Choose a method to select objects:
Text Symbol: 106 = "SAP Standard": Reduce objects using predefined selection criteria.
Text Symbol: 107 = "Customize": Select objects for reduction.
Text Symbol: 110 = SAP Standard
Text Symbol: 120 = Customize
Text Symbol: 121 = List of Objects
Text Symbol: 122 = Object Category
Text Symbol: 123 = InfoProviders
Text Symbol: 124 = ODS Objects
Text Symbol: 125 = InfoObjects
Text Symbol: 126 = Other Tables
Text Symbol: 127 = Transfer Category
Text Symbol: 128 = Updating ODS Settings...
Text Symbol: 132 = Technical Name
Text Symbol: 133 = Transfer Size (in KB)
Text Symbol: 134 = Select All
Text Symbol: 135 = Deselect All
Text Symbol: 136 = Expand All
Text Symbol: 137 = Collapse All
Text Symbol: 138 = Find
Text Symbol: 141 = Transfer
Text Symbol: 143 = Reduced Transfer
Text Symbol: 144 = Full Transfer


INCLUDES used within this REPORT CNV_TDMS_BI_TABLEREDUCTION

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.


TABLES used within REPORT and the associated SELECT statement:

No SAP DATABASE tables are accessed within this REPORT code!


Function Modules used within report and the associated call statement:

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.



Contribute (Add Comments)

Although this basic information may have limited use it does provide an easy to find location to store any knowledge about this program/report.







The contribute/comments section below therefore offer's an opportunity for anyone to add additional information. This can be anything from useful hints, tips and screen shots to relevant SAP notes or anything else you feel is relevant to this report.

This will then be available for everyone to easily find by simply searching on the report name CNV_TDMS_BI_TABLEREDUCTION or its description.