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
Below is a list of transaction codes which are relevant to this SAP report
RKACSHOW - Display CO Cost Segments
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: 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
INCLUDE RKACSHOWNTOP.
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.