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

RKACSHOW_GRID SAP ABAP Report - RKACSHOWGRID







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

RKACGRID - CO Table Display


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 RKACSHOW_GRID. "Basic submit
SUBMIT RKACSHOW_GRID AND RETURN. "Return to original report after report execution complete
SUBMIT RKACSHOW_GRID 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: AUFNR = D Order
Selection Text: ERKRS = D Operating Concern
Selection Text: KOKRS = D Controlling Area
Selection Text: KOSTL = D Cost Center
Selection Text: KSTRG = D Cost Object
Selection Text: LEDNR = D Ledger
Selection Text: LSTAR = D Activity Type
Selection Text: OBJNR = D Object Number
Selection Text: PAOBJNR = D Profitability Segment Number
Selection Text: POSNR = D Item
Selection Text: PROJN = D Project Definition
Selection Text: PRZNR = D Business Process
Selection Text: PSPNR = D WBS Element
Selection Text: P_GJAHR = D Fiscal Year
Selection Text: P_KSTAR = D Cost Element
Selection Text: P_SINGLE = LI Tables (Number of Entries)
Selection Text: P_VERSN = D Version
Selection Text: P_WRTTP = D Value Type
Selection Text: RSNUM = D Reservation
Selection Text: RSPOS = D Item No.Stock Transfer Reserv.
Selection Text: VBELN = D Sales Document
Selection Text: VORNR = D Business Transaction
Text Symbol: 036 = Unit
Text Symbol: 006 = Restrictions
Text Symbol: 007 = Version.............,,
Text Symbol: 008 = Fiscal Year.........,,
Text Symbol: 009 = Cost Element........,,
Text Symbol: 010 = Value Type..........,,
Text Symbol: 011 = Object Number
Text Symbol: 013 = Ledger..............,,
Text Symbol: 016 = Cost Center/Activity Type
Text Symbol: 017 = Order (Network)/Activity
Text Symbol: 018 = Sales Order/Item
Text Symbol: 019 = Prof. Seg./Operating Concern
Text Symbol: 020 = Reservation/Item
Text Symbol: 021 = Object Number
Text Symbol: 022 = Business Process
Text Symbol: 023 = Cost Object





Text Symbol: 024 = Project Definition
Text Symbol: 025 = WBS Element
Text Symbol: 030 = Object Name
Text Symbol: 031 = Number
Text Symbol: 032 = Description
Text Symbol: 033 = Single Item
Text Symbol: 034 = Field Name
Text Symbol: 035 = Field Contents


INCLUDES used within this REPORT RKACSHOW_GRID

INCLUDE RKACSHOWTOP_GRID.
INCLUDE RKACSHOWSLSSCR_GRID.
INCLUDE RKACSHOWCL1_GRID.
INCLUDE RKACSHOWO01_GRID.
INCLUDE RKACSHOWI01_GRID.
INCLUDE RKACSHOWF01_GRID.


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