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
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.
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
No INCLUDES are used within this REPORT code!
No SAP DATABASE tables are accessed within this REPORT code!
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.
Although this basic information may have limited use it does provide an easy to find location to store any knowledge about this program/report.
RK_BAPI_POSTACTOUTPUT - Example Program BAPI_COSTACTPLN_POSTACTOUTPUT RK_BAPI_POSTACTOUTPUT - Example Program BAPI_COSTACTPLN_POSTACTOUTPUT RK_BAPI_POSTACTINPUT - Example program BAPI_COSTACTPLN_POSTACTINPUT RK_BAPI_POSTACTINPUT - Example program BAPI_COSTACTPLN_POSTACTINPUT RK_AL_CHECK_RKS_EASY - Check Cylce (4.0 Version) RK_AL_CHECK_RKS_EASY - Check Cylce (4.0 Version)