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

RK_BAPI_POSTACTOUTPUT SAP ABAP Report - Example Program BAPI_COSTACTPLN_POSTACTOUTPUT







RK_BAPI_POSTACTOUTPUT 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_POSTACTOUTPUT 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_POSTACTOUTPUT. "Basic submit
SUBMIT RK_BAPI_POSTACTOUTPUT AND RETURN. "Return to original report after report execution complete
SUBMIT RK_BAPI_POSTACTOUTPUT 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_VERSPV = Dist. key: Variable price
Selection Text: P_VERSPF = Distribution key: Fixed price
Selection Text: P_VERSN = Plan version
Selection Text: P_VERSAQ = Dist. key: Plan activity qty
Selection Text: P_VERSAC = Distribution key: Capacity
Selection Text: P_PR_EHC = Price unit in CO area currency
Selection Text: P_PRZNR = Business process
Selection Text: P_PRSVAR = Variable currency amount
Selection Text: P_PRSFIX = Fixed currency amount
Selection Text: P_PERBI = To period
Selection Text: P_PERAB = From period
Selection Text: P_LSTAR = Activity type
Selection Text: P_KOSTL = Cost center
Selection Text: P_KOKRS = Controlling area
Selection Text: P_GJAHR = Fiscal year
Selection Text: P_CURRT = Currency type (only C or O)
Selection Text: P_BLTXT = Document header text
Selection Text: P_AEQUIZ = Equivalence number
Selection Text: P_ACTVTQ = Activity quantity
Selection Text: P_ACTVTC = Capacity
Title: Example Program BAPI_COSTACTPLN_POSTACTOUTPUT


INCLUDES used within this REPORT RK_BAPI_POSTACTOUTPUT

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_POSTACTOUTPUT CALL FUNCTION 'BAPI_COSTACTPLN_POSTACTOUTPUT' EXPORTING HEADERINFO = LS_HEADERINFO TABLES INDEXSTRUCTURE = LT_INDEXSTRUCTURE COOBJECT = LT_COOBJECT PERVALUE = LT_PERVALUE TOTVALUE = LT_TOTVALUE CONTRL = LT_CONTRL 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_POSTACTOUTPUT or its description.