SAP Reports / Programs

RKSPI_OO_000 SAP ABAP Report - Iterative Price Calculation with Object-Oriented Iteration







RKSPI_OO_000 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 RKSPI_OO_000 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 RKSPI_OO_000. "Basic submit
SUBMIT RKSPI_OO_000 AND RETURN. "Return to original report after report execution complete
SUBMIT RKSPI_OO_000 VIA SELECTION-SCREEN. "Display selection screen of submitted report to user
    See more syntax options for the ABAP SUBMIT statement


Text pool values


Results of Iterative Price Calculation
Title: Iterative Price Calculation with Object-Oriented Iteration
Text Symbol: 302 = Object currency
Text Symbol: 301 = CO area currency
Text Symbol: 207 = Max. error level
Text Symbol: 206 = Error
Text Symbol: 105 = Sender analysis
Text Symbol: 104 = Divergence analysis
Text Symbol: 103 = Error list
Text Symbol: 102 = Period list
Text Symbol: 101 = Basic list
Text Symbol: 003 = Calculate actual price
Text Symbol: 001 = Calculate plan price
Text Symbol: 402 = Fully iterative
Text Symbol: 702 = Error
Text Symbol: 701 = Termin.
Text Symbol: 614 = to ;;<<<<<<<<<<<<
Text Symbol: 613 = Document number from;;<<
Text Symbol: 611 = Date
Text Symbol: 604 = Max. category
Text Symbol: 603 = Page
Text Symbol: 602 = Number of messages
Text Symbol: 601 = Period
Text Symbol: 503 = errors?
Text Symbol: 502 = Do you want to post data despite
Text Symbol: 501 = Post price calculation
Text Symbol: 401 = Allocation
Text Symbol: P05 = Import: Activity-independent costs and activity inputs
Text Symbol: P04 = Import: Acty quantities
Text Symbol: P03 = Import: Activity types
Text Symbol: P02 = Import: Activity types for cost centers
Text Symbol: P01 = Import: Cost centers
Text Symbol: IT1 = Iteration step: &
Text Symbol: EX3 = ;;
Text Symbol: EX2 = End price calculation?
Text Symbol: EX1 = End price calculation
Text Symbol: 901 = and
Text Symbol: 801 = Acty network





Text Symbol: 704 = Information
Text Symbol: P06 = Import: Activity-dependent costs and activity inputs
Text Symbol: X05 = Missing object number in table I_CSKS_PI
Text Symbol: X04 = Object number already in table I_SERE
Text Symbol: X03 = Missing object number in table I_SERE
Text Symbol: X02 = No master data for COSLA record in table I_SERE
Text Symbol: X01 = No master data for COKL record in table I_SERE
Text Symbol: SV2 = price calculation?
Text Symbol: SV1 = Do you want to post the results of
Text Symbol: P11 = Update
Text Symbol: P08 = Import: Business processes
Text Symbol: P07 = Import: Prices
Text Symbol: 703 = Warning


INCLUDES used within this REPORT RKSPI_OO_000

INCLUDE RKSPI_OO_D00.
INCLUDE RKSPI_OO_DTP.
INCLUDE RKSPI_OO_I00.
INCLUDE RKSPI_OO_D10.
INCLUDE RKSPI_OO_D11.
INCLUDE RKSPI_OO_F00.
INCLUDE RKSPI_OO_F10.
INCLUDE RKSPI_OO_F11.
INCLUDE RKSPI_OO_F01.
INCLUDE RKSPI_OO_F12.
INCLUDE MKAIT_OO_F20.
INCLUDE COITERATIONDEBUGI.
INCLUDE: RKSPI_OO_EXITI01, "LC_ITER_EXIT_AVERAGE
RKSPI_OO_EXITI02, "LC_ITER_EXIT_POLITOCAL
RKSPI_OO_EXITI03, "LC_ITER_EXIT_FIX_QUAN
RKSPI_OO_EXITI04. "LC_ITER_EXIT_PRICE_RECON
INCLUDE RKSPI_OO_F20.
INCLUDE RKSPI_OO_F50.
INCLUDE RKSPI_OO_F80.
INCLUDE RKSPI_OO_F81.
INCLUDE RKSPI_OO_F90.
INCLUDE RKSPI_OO_F99.
INCLUDE RKSPI_OO_ENQ.
INCLUDE RKSPI_OO_F82.
INCLUDE RKSPI_OO_F83.
INCLUDE RKSPI_OO_F84.





INCLUDE RKSPI_OO_F85.
INCLUDE RKSPI_OO_F86.


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