SAP Reports / Programs

CNV_20551_MAINTAIN_ORG SAP ABAP dialog Program - Display/change organizational units for clean-up







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


Text pool values


Title: Display/change organizational units for clean-up
Text Symbol: 105 = Plants
Text Symbol: 106 = Sales organizations
Text Symbol: 107 = Purchasing organiz.
Text Symbol: 108 = Companies
Text Symbol: 109 = Credit control areas
Text Symbol: 110 = FM areas
Text Symbol: 111 = Operating concerns
Text Symbol: 112 = Consolidation units (ECCS)
Text Symbol: 104 = Valuation areas
Text Symbol: 016 = Entry
Text Symbol: 018 = No column is selected
Text Symbol: 023 = GenObjNoT
Text Symbol: 024 = Table
Text Symbol: 029 = Object type
Text Symbol: 101 = Company codes
Text Symbol: 102 = Controlling areas
Text Symbol: 103 = Asset company codes
Text Symbol: 509 = Company
Text Symbol: 510 = Sales organization
Text Symbol: 511 = Plant
Text Symbol: 512 = Sales organization
Text Symbol: 574 = Fin.Stmt.version
Text Symbol: 577 = Global company code
Text Symbol: 578 = Chart of accounts
Text Symbol: 508 = Controlling area
Text Symbol: 500 = Company code
Text Symbol: 501 = Asset company code
Text Symbol: 502 = Valuation area
Text Symbol: 503 = Purchasing organiz.
Text Symbol: 504 = Operating concern
Text Symbol: 505 = Consolidation unit
Text Symbol: 506 = FM area
Text Symbol: 507 = Credit control area


INCLUDES used within this REPORT CNV_20551_MAINTAIN_ORG

INCLUDE CNV_20551_TOP_INCLUDE.
INCLUDE CNV_20551_D_MAINT_ORG.
INCLUDE CNV_20551_P_MODULES_ANALYSIS.
INCLUDE CNV_20551_P_MAINT_ORG.




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