SAP Reports / Programs

CNV_20551_DELTAB SAP ABAP dialog Program - Edit list of tables to be dropped







CNV_20551_DELTAB is a standard Module pool for a dialog screen ABAP Program 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_20551_DELTAB into the relevant SAP transactions such as SE38 or SE80


Transaction Code(s):

Below is a list of transaction codes which are relevant to this SAP report

CNV_20551_DELTAB - Edit list of tables to be dropped
CNV_20551_DELTAB_E - Edit list of tables to be dropped(E)


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


Text pool values


Title: Edit list of tables to be dropped
Text Symbol: 010 = System table, maint. only by SAP, change = modification
Text Symbol: 011 = System table, contents transportable via separate TR objects
Text Symbol: 013 = Table type:
Text Symbol: 014 = Client dependent:
Text Symbol: 016 = Search in col.
Text Symbol: 018 = Select a search column!
Text Symbol: 001 = Delivery class
Text Symbol: 005 = Applic. tables (master & transaction data)
Text Symbol: 006 = Customizing table, maintenance only by cust., not SAP import
Text Symbol: 007 = Table for storing temporary data, delivered empty
Text Symbol: 008 = Customizing table, protected against SAP Upd., only INS all.
Text Symbol: 009 = Contr. table, SAP and customer have separate key areas
Text Symbol: 023 = Controlling area
Text Symbol: 044 = Client analysis for table
Text Symbol: 099 = Add table to list
Text Symbol: 100 = Exclude certain tables from a delivery class
Text Symbol: 101 = from deletion or add them again?
Text Symbol: 102 = Optional IMG step
Text Symbol: 110 = Data has been changed!
Text Symbol: 024 = Personnel area
Text Symbol: 025 = Company code
Text Symbol: 026 = Personnel area text
Text Symbol: 029 = Deletion indicator
Text Symbol: 033 = Notuse:
Text Symbol: 035 = Delivery class
Text Symbol: 151 = Data has been saved
Text Symbol: 180 = Yes
Text Symbol: 190 = No
Text Symbol: 200 = Table
Text Symbol: 210 = Table
Text Symbol: 410 = Execute value check?
Text Symbol: 125 = Import file (CSV, XLS or TXT format)
Text Symbol: 126 = Export file (CSV, XLS or TXT format)
Text Symbol: 128 = File name
Text Symbol: 129 = with leading zeroes
Text Symbol: 130 = only add
Text Symbol: 150 = Status management: Activity cannot be executed!





Text Symbol: 500 = Company code
Text Symbol: 507 = Credit control area
Text Symbol: 508 = Controlling area
Text Symbol: 509 = Company
Text Symbol: 511 = Plnt
Text Symbol: 512 = Sales organization
Text Symbol: 501 = Asset company code
Text Symbol: 502 = Valuation area
Text Symbol: 503 = Purchasing organiz.
Text Symbol: 504 = Op. concern
Text Symbol: 505 = Consolidation unit
Text Symbol: 506 = FM area
Text Symbol: 120 = Save?


INCLUDES used within this REPORT CNV_20551_DELTAB

INCLUDE CNV_20551_TOP_INCLUDE.
INCLUDE CNV_20551_D_MAINT_DELTAB.
INCLUDE CNV_20551_P_MODULES_DELTAB.
INCLUDE CNV_20551_P_MAINT_DELTAB.
INCLUDE CNV_20551_P_PROT.


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:

No SAP FUNCTION MODULES are executed within this report code!



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