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

RK_BAPI_POSTACTINPUT SAP ABAP Report - Example program BAPI_COSTACTPLN_POSTACTINPUT







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


Text pool values


Errors Occurred (Contents of RETURN Table)
Selection Text: P_VERSN = Plan version
Selection Text: P_VERSMV = Distribution key: Var. qty
Selection Text: P_VERSMF = Distribution key: Fixed qty
Selection Text: P_SPRZNR = Sender Business Process
Selection Text: P_SLSTAR = Sender activity type
Selection Text: P_SKOSTL = Sender cost center
Selection Text: P_PSPEL = WBS element
Selection Text: P_PRZNR = Business process
Selection Text: P_PERBI = To period
Selection Text: P_PERAB = From period
Selection Text: P_MEVAR = Variable quantity
Selection Text: P_MEFIX = Fixed quantity
Selection Text: P_LSTAR = Receiver-activity type
Selection Text: P_KSTAR = Cost element
Selection Text: P_KOSTL = Receiver cost center
Selection Text: P_KOKRS = Controlling area
Selection Text: P_GJAHR = Fiscal year
Selection Text: P_CURRT = Planning currency
Selection Text: P_BLTXT = Document header text
Selection Text: P_AUFNR = Order number
Title: Example program BAPI_COSTACTPLN_POSTACTINPUT


INCLUDES used within this REPORT RK_BAPI_POSTACTINPUT

No INCLUDES are used within this REPORT code!


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:

BAPI_COSTACTPLN_POSTACTINPUT CALL FUNCTION 'BAPI_COSTACTPLN_POSTACTINPUT' EXPORTING HEADERINFO = LS_HEADERINFO TABLES INDEXSTRUCTURE = LT_INDEXSTRUCTURE COOBJECT = LT_COOBJECT PERVALUE = LT_PERVALUE TOTVALUE = LT_TOTVALUE RETURN = LT_RETURN.



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