SAP Reports / Programs

CNV_TDMS_BW_TABLEREDUCTION SAP ABAP Report - Maintain Objects for reduction







CNV_TDMS_BW_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_BW_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_BW_TABLEREDUCTION. "Basic submit
SUBMIT CNV_TDMS_BW_TABLEREDUCTION AND RETURN. "Return to original report after report execution complete
SUBMIT CNV_TDMS_BW_TABLEREDUCTION VIA SELECTION-SCREEN. "Display selection screen of submitted report to user
    See more syntax options for the ABAP SUBMIT statement


Text pool values


Title: Maintain Objects for reduction
Text Symbol: 144 = Full Transfer
Text Symbol: 145 = No Transfer
Text Symbol: 146 = No Data
Text Symbol: 147 = Warning
Text Symbol: 148 = You have unsaved changes. Do you want to save before exiting ?
Text Symbol: 149 = Yes
Text Symbol: 150 = No
Text Symbol: 153 = Find Next
Text Symbol: 154 = ODS Table settings
Text Symbol: 155 = Identify Sel. Grp.
Text Symbol: 156 = identify Selection Group
Text Symbol: 157 = Objects
Text Symbol: 158 = with field name
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 = Info Cubes
Text Symbol: 168 = Info Catalogues
Text Symbol: 169 = InfoCube
Text Symbol: 170 = ODS Object
Text Symbol: 171 = Table
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 = PSA
Text Symbol: 177 = All Infoproviders
Text Symbol: 178 = All Other tables
Text Symbol: 179 = All PSA tables
Text Symbol: 180 = Datasource
Text Symbol: 181 = All PSA's in Source System
Text Symbol: 182 = Infoarea
Text Symbol: 143 = Reduced Transfer





Text Symbol: 004 = TDBWP_TABLEINFO
Text Symbol: 005 = View
Text Symbol: 006 = Change
Text Symbol: 007 = Choose view/change mode
Text Symbol: 008 = Include
Text Symbol: 009 = Exclude
Text Symbol: 010 = Select Objects for Reduction
Text Symbol: 036 = No Data
Text Symbol: 057 = Loading Data...
Text Symbol: 100 = Select Objects for reduction
Text Symbol: 101 = Reduced Transfer
Text Symbol: 102 = No Transfer
Text Symbol: 103 = Full Transfer
Text Symbol: 105 = Specify the Object reduction settings
Text Symbol: 106 = 'SAP Standard' will reduce preconfigured SAP Objects only
Text Symbol: 107 = 'Customize' allows to indiviually select add. Objects for reduction
Text Symbol: 110 = SAP Standard
Text Symbol: 120 = Customize
Text Symbol: 121 = List of Objects
Text Symbol: 122 = Objects
Text Symbol: 123 = InfoProviders
Text Symbol: 124 = ODS Objects
Text Symbol: 125 = Info Objects
Text Symbol: 126 = Other Tables
Text Symbol: 127 = Transfer Status
Text Symbol: 128 = Updating ODS Settings...
Text Symbol: 130 = Info Providers
Text Symbol: 132 = Technical Name
Text Symbol: 133 = 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: 139 = Info Objects
Text Symbol: 140 = Other Tables
Text Symbol: 141 = Transfer


INCLUDES used within this REPORT CNV_TDMS_BW_TABLEREDUCTION

INCLUDE CNV_MBT_SM_PARAMS.
INCLUDE CNV_TDMS_BW_TABLEREDUC_TOP.





INCLUDE CNV_TDMS_BW_TABLEREDUC_CLASS.
INCLUDE CNV_TDMS_BW_TABLEREDUC_O01.
INCLUDE CNV_TDMS_BW_TABLEREDUC_I01.
INCLUDE CNV_TDMS_BW_TABLEREDUC_F011.
INCLUDE CNV_TDMS_BW_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.



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_BW_TABLEREDUCTION or its description.