SAP Reports / Programs

CNV_20551_MAINTAIN_OBJECT SAP ABAP dialog Program - Maintain org. units and master data for clean-up







CNV_20551_MAINTAIN_OBJECT 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_MAINTAIN_OBJECT 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_MAINT_OBJ4 - Display mat. numbers for clean-up
CNV_20551_MAINT_OBJ5 - Maintain mat. numbers for clean-up
CNV_20551_MAINT_OBJ6 - Display master data for clean-up
CNV_20551_MAINT_OBJ7 - Edit master data for clean-up
CNV_20551_MAINT_OBJ3 - Org. units/master data for clean-up
CNV_20551_MAINT_OBJ2 - Org. units/master data for clean-up
CNV_20551_MAINT_OBJ1 - Org. units/master data for clean-up
CNV_20551_MAINT_OBJ - Org. units/master data for clean-up


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_MAINTAIN_OBJECT. "Basic submit
SUBMIT CNV_20551_MAINTAIN_OBJECT AND RETURN. "Return to original report after report execution complete
SUBMIT CNV_20551_MAINTAIN_OBJECT 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 org. units and master data for clean-up
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 column
Text Symbol: 018 = Select a search column!
Text Symbol: 023 = Controlling area
Text Symbol: 010 = System table, maint. only by SAP, change = modification
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 = Control table, SAP and customer have separate key areas
Text Symbol: 041 = Search for term
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: 120 = Save
Text Symbol: 040 = Search term
Text Symbol: 024 = Value
Text Symbol: 025 = Company code
Text Symbol: 026 = Description
Text Symbol: 029 = Deletion indicator
Text Symbol: 033 = Notuse:
Text Symbol: 035 = Delivery class
Text Symbol: 152 = The data was already saved
Text Symbol: 180 = Yes
Text Symbol: 190 = No
Text Symbol: 410 = Execute value check?
Text Symbol: 500 = Company code
Text Symbol: 501 = Asset company code
Text Symbol: 151 = Data has been saved
Text Symbol: 126 = Export file (CSV or TXT format)
Text Symbol: 127 = with leading zeroes?
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: 509 = Company
Text Symbol: 511 = Plant
Text Symbol: 512 = Sales organization
Text Symbol: 574 = Fin.Stmt.version
Text Symbol: 577 = Global company code
Text Symbol: 508 = Controlling area
Text Symbol: 502 = Valuation area
Text Symbol: 503 = Purchasing organization
Text Symbol: 504 = Operating concern
Text Symbol: 505 = Consolidation unit
Text Symbol: 506 = FM area
Text Symbol: 507 = Credit control area
Text Symbol: 125 = Import file (CSV or TXT format)


INCLUDES used within this REPORT CNV_20551_MAINTAIN_OBJECT

INCLUDE CNV_20551_TOP_INCLUDE.
INCLUDE CNV_20551_D_MAINT.
INCLUDE CNV_20551_P_MODULES.
INCLUDE CNV_20551_P_MAINT.
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_MAINTAIN_OBJECT or its description.