RKEBBI12 is a standard Executable ABAP Report available within your SAP system (depending on your version and release level). It is used for Using the report RKEBBI02, you can generate the index 'Orders for Sales Order Item'...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 RKEBBI12 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: ACTION = Index Insert(I)/Delete(D)
Selection Text: INDEXID = Index Identification
Title: Create Index 'Sales Document Items for Order'
Text Symbol: 001 = Index: Sales Document Items for Order
No INCLUDES are used within this REPORT code!
No SAP DATABASE tables are accessed within this REPORT code!
DD_INDEX_INTERFACE CALL FUNCTION 'DD_INDEX_INTERFACE' EXPORTING table_name = 'VBAP' index_name = indexid unique = space action = action shorttext = text-001 activate = activate TABLES index_fields = fields EXCEPTIONS OTHERS = 1.
Although this basic information may have limited use it does provide an easy to find location to store any knowledge about this program/report.
RKEBBI12 - Create Index 'Sales Document Items for Order' RKEBBI12 - Create Index 'Sales Document Items for Order' RKEBBI02 - Create Index "Orders for Sales Order Item" RKEBBI02 - Create Index "Orders for Sales Order Item" RKEBATSM - Background processing for Drilldown reports RKEBATSM - Background processing for Drilldown reports