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
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_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
No INCLUDES are used within this REPORT code!
No SAP DATABASE tables are accessed within this REPORT code!
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.
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_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) RK_AL_CHECK_RKS - Separate Check of Cycle of Cost Accounting (also Batch) RK_AL_CHECK_RKS - Separate Check of Cycle of Cost Accounting (also Batch)