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
Below is a list of transaction codes which are relevant to this SAP report
RKACGRID - CO Table Display
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.
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
INCLUDE RKACSHOWTOP_GRID.
INCLUDE RKACSHOWSLSSCR_GRID.
INCLUDE RKACSHOWCL1_GRID.
INCLUDE RKACSHOWO01_GRID.
INCLUDE RKACSHOWI01_GRID.
INCLUDE RKACSHOWF01_GRID.
No SAP DATABASE tables are accessed within this REPORT code!
No SAP FUNCTION MODULES are executed within this report code!
Although this basic information may have limited use it does provide an easy to find location to store any knowledge about this program/report.