SAP Reports / Programs | Controlling | Overhead Cost Controlling(CO-OM) SAP CO

CO_CUS_DISPLAY SAP ABAP Report - Selected Settings for CO Configuration and Data Analysis







CO_CUS_DISPLAY 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 CO_CUS_DISPLAY 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

COCUSDIS - Display Customizing Settings


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 CO_CUS_DISPLAY. "Basic submit
SUBMIT CO_CUS_DISPLAY AND RETURN. "Return to original report after report execution complete
SUBMIT CO_CUS_DISPLAY 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: VERSN = D Version
Selection Text: VERSIONS = Versions
Selection Text: SUBVAL = Act. Substitution/Validation
Selection Text: NUM_RKB = Number Range for CO Document
Selection Text: HIER_MD = Standard Hierarchy/Master Data
Selection Text: FI_YEAR = D Fiscal Year
Selection Text: CO_AREA = D Controlling Area
Selection Text: CNTRMSG = Message Control K*
Selection Text: BASICCUS = CO Area/Company Code Info
Selection Text: ARCH_TAB = D Table Name
Selection Text: ARCH_FLG = Archiving of
Selection Text: ALE_CUS = ALE Info
Title: Selected Settings for CO Configuration and Data Analysis
Text Symbol: CCC = Logical Systems that are in CSKS
Text Symbol: 001 = Check Valuation
Text Symbol: 002 = Archiving
Text Symbol: 004 = No data
Text Symbol: 005 = Data is inconsistent
Text Symbol: 006 = Status in buffer on current server
Text Symbol: 007 = Curr. Number
Text Symbol: 008 = Critical Number
Text Symbol: 009 = To-Number in Buffer
Text Symbol: 010 = Name
Text Symbol: 011 = Levels
Text Symbol: 012 = Groups
Text Symbol: 013 = Cost Centers in Hierarchy
Text Symbol: 014 = Cost Centers in CSKS
Text Symbol: 015 = Cost Centers in CMDT_CC


INCLUDES used within this REPORT CO_CUS_DISPLAY

INCLUDE CO_CUS_DISPLAY_I7.
INCLUDE CO_CUS_DISPLAY_I8.
INCLUDE CO_CUS_DISPLAY_I9.


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