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

RKACSHOW SAP ABAP Report - Display CO Cost Segments







RKACSHOW is a standard Executable ABAP Report available within your SAP system (depending on your version and release level). It is used for Displays the cost segments of an object...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 RKACSHOW 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

RKACSHOW - Display CO Cost Segments


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. "Basic submit
SUBMIT RKACSHOW AND RETURN. "Return to original report after report execution complete
SUBMIT RKACSHOW 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: P_VARIA = ALV Variants as Default
Selection Text: RAUFNR = Order
Selection Text: RKOSTL = Cost Center
Selection Text: RKSTAR = Cost Element
Selection Text: RKSTARGP = Cost Element Group
Selection Text: RKSTRG = Cost Object
Selection Text: ROBJNR = Object Number
Selection Text: RPAOBJNR = Profitability Segment Number
Selection Text: RPROJN = Project Definition
Selection Text: RPRZNR = Business Process
Selection Text: RPSPNR = WBS Element
Selection Text: RRSNUM = Reservation
Selection Text: RVBELN = Sales Document
Selection Text: AUFNR = D .
Selection Text: ERKRS = D .
Selection Text: KOKRS = D .
Selection Text: KOSTL = D .
Selection Text: KSTRG = D .
Selection Text: LEDNR = D .
Selection Text: LSTAR = D .
Selection Text: OBJNR = D .
Selection Text: PAOBJNR = D .
Selection Text: POSNR = D .
Selection Text: PROJN = D .
Selection Text: PRZNR = D .
Selection Text: PSPNR = D .
Selection Text: P_GJAHR = D .
Selection Text: P_KSTAR = D .
Selection Text: P_VERSN = D .
Selection Text: P_WRTTP = D .
Selection Text: RSNUM = D .
Selection Text: RSPOS = D .
Selection Text: VBELN = D .
Selection Text: VORNR = D .
Selection Text: P_SINGLE = Line Item Tables (Dis.Entries)
Selection Text: P_KSTRGP = Cost Element Group
Title: Display CO Cost Segments
Text Symbol: 000 = File No.of Rec. Name





Text Symbol: 002 = Segment:
Text Symbol: 003 = Fld Name Fld Cont.
Text Symbol: 004 = File
Text Symbol: 005 = Field Contents
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: 014 = Line item file not found
Text Symbol: 016 = Cost Center/Activity Type
Text Symbol: 017 = Order (Network)/Activity
Text Symbol: 018 = Sales Order/Item
Text Symbol: 019 = Prof. Segment/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 = Cost Elements
Text Symbol: 031 = Cost Element Group
Text Symbol: 032 = Cost Element Group....
Text Symbol: 033 = To
Text Symbol: 100 = Or
Text Symbol: 101 = Reset All Fields
Text Symbol: E01 = The name of the group could not be found:
Text Symbol: E02 = Group contains no values:


INCLUDES used within this REPORT RKACSHOW

INCLUDE RKACSHOWNTOP.


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