SAP Reports / Programs

RKIBI001 SAP ABAP Report - Batch Input for Repostings of Costs or Revenues







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


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


Text pool values


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:


INCLUDES used within this REPORT RKIBI001

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:

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.



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