SAP Reports / Programs

RKCOOCUS SAP ABAP Report - CO Planning: Display Customizing Data







RKCOOCUS is a standard Executable ABAP Report available within your SAP system (depending on your version and release level). It is used for Displays important customizing data for a particular controlling area...see full standard documentation available for this report. Also check out the submitted Comments related to this SAP report and the details below to see which OBJECTS it interacts with such as TABLES, FUNCTION MODULES, INCLUDES ETC.

If you would like to execute this report or see the full code listing simply enter RKCOOCUS 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 RKCOOCUS. "Basic submit
SUBMIT RKCOOCUS AND RETURN. "Return to original report after report execution complete
SUBMIT RKCOOCUS 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: GJAHR = Fiscal year
Selection Text: KOKRS = Controlling area
Selection Text: VERSN = Version
Title: CO Planning: Display Customizing Data
Text Symbol: 001 = Planning
Text Symbol: 002 = Currency translation
Text Symbol: 003 = Orders/projects
Text Symbol: 004 = Parameters for which customizing data is to be given
Text Symbol: 005 = Customizing data for controlling area
Text Symbol: 006 = Price Calculation
Text Symbol: 007 = Number range intervals for controlling area
Text Symbol: 008 = No number range for transaction
Text Symbol: 009 = exists
Text Symbol: 011 = And fiscal year
Text Symbol: 018 = And version
Text Symbol: 020 = Fisc.year
Text Symbol: 021 = Reposting by period
Text Symbol: 022 = General
Text Symbol: 036 = No table entries exist
Text Symbol: 038 = (*No Entry*)


INCLUDES used within this REPORT RKCOOCUS

INCLUDE RKCOOF01.
INCLUDE RKCOOF02.


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