RKIBI001 is a standard Executable ABAP Report available within your SAP system (depending on your version and release level). It is used for This report is an sample for accessing the function module K_TRANSFER_BATCHINPUT (Batch Input to actual postings: transfer of CO costs and revenues)...see full standard documentation available for this report. Also check out the submitted Comments related to this SAP report and the details below to see which OBJECTS it interacts with such as TABLES, FUNCTION MODULES, INCLUDES ETC.
If you would like to execute this report or see the full code listing simply enter RKIBI001 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.
Selection Text: USER = User
Selection Text: SORT_TAB = Sort Table
Selection Text: ONLINE = Input Online (A, E, N)
Selection Text: MAPN_R = Name of Batch Input Session
Selection Text: MAPN_E = Name of Error Session
Selection Text: KEEP = Keep Session
Selection Text: HOLDDATE = Lock Session Until
Selection Text: CLIENT = Client
Title: Batch Input for Repostings of Costs or Revenues
Text Symbol: 014 = EFlag
Text Symbol: 013 = Sender
Text Symbol: 012 = COAr
Text Symbol: 011 = Doc.Date
Text Symbol: 010 = Post Date
Text Symbol: 002 = The following records could not be processed:
Text Symbol: 001 = Message:
No INCLUDES are used within this REPORT code!
No SAP DATABASE tables are accessed within this REPORT code!
K_TRANSFER_BATCHINPUT CALL FUNCTION 'K_TRANSFER_BATCHINPUT' EXPORTING CLIENT = CLIENT MAPN_R = MAPN_R MAPN_E = MAPN_E HOLDDATE = HOLDDATE KEEP = KEEP USER = USER ONLINE = ONLINE SORT_TAB = SORT_TAB IMPORTING SUBRC = SUBRC TABLES I_RKIBI1 = ITAB.
Although this basic information may have limited use it does provide an easy to find location to store any knowledge about this program/report.
RKIBI001 - Batch Input for Repostings of Costs or Revenues RKIBI001 - Batch Input for Repostings of Costs or Revenues RKHRPLAN - Data Transfer from HR Personnel Cost Planning RKHRPLAN - Data Transfer from HR Personnel Cost Planning RKHKMAT0 - Set Material Origin Indicator in Costing View of Material RKHKMAT0 - Set Material Origin Indicator in Costing View of Material