SAP Reports / Programs | Sales and Distribution | Basic Functions(SD-BF) SAP SD

RVV05IVB SAP ABAP Report - Reorganization of SD Document Indices







RVV05IVB is a standard Executable ABAP Report available within your SAP system (depending on your version and release level). It is used for Report for Reorganization of Sales Indexes Index tables are used in sales and distribution to set up work lists (shipping due date index, billing index, transportation planning index) or to enable fast access to sales documents according to specific criteria, for example for issuing lists...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 RVV05IVB 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 RVV05IVB. "Basic submit
SUBMIT RVV05IVB AND RETURN. "Return to original report after report execution complete
SUBMIT RVV05IVB 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: VTRDI = Transportation planning index
Selection Text: VRSLI = Delivery qty for reservations
Selection Text: VRPMA = Material index
Selection Text: VRKPA = Partner index
Selection Text: VLPMA = Material index
Selection Text: VLPKM = Scheduling agrmnts/UnloadingPt
Selection Text: VLKPA = Partner index
Selection Text: VKDFS_L = Billing index
Selection Text: VKDFS_F = Billing index
Selection Text: VKDFS = Billing index
Selection Text: VEPVG = Shipping due date index
Selection Text: VAPMA = Material index
Selection Text: VAKPA = Partner index
Selection Text: VAKGU = Quotation validity index
Selection Text: I_L = Delivery
Selection Text: I_F = Billing document
Selection Text: I_A = Sales document
Selection Text: ANZAHL = No. of docs between COMMIT
Title: Reorganization of SD Document Indices
Text Symbol: STR = ----------------------------------------------------------------------
Text Symbol: L01 = Deliveries
Text Symbol: F01 = Billing documents
Text Symbol: A01 = Sales documents
Text Symbol: 011 = Billing index reorganization
Text Symbol: 010 = Reorganization of dlv. indices
Text Symbol: 008 = Transport.plan.index
Text Symbol: 007 = Scheduling agreements / Unloading point
Text Symbol: 006 = Billing index
Text Symbol: 005 = Delivery due Index
Text Symbol: 004 = Material index
Text Symbol: 003 = Partner index
Text Symbol: 002 = Quotation validity index
Text Symbol: 001 = Reorganization of sales document indices


INCLUDES used within this REPORT RVV05IVB

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:

RV_INDEX_REORG CALL FUNCTION 'RV_INDEX_REORG' EXPORTING ANZAHL_BIS_COMMIT = ANZAHL VAKPA_CORRECT = VAKPA VAPMA_CORRECT = VAPMA VEPVG_CORRECT = VEPVG VKDFS_CORRECT = VKDFS VLKPA_CORRECT = VLKPA VLPMA_CORRECT = VLPMA VRKPA_CORRECT = VRKPA VRPMA_CORRECT = VRPMA VTRDI_CORRECT = VTRDI VLPKM_CORRECT = VLPKM VAKGU_CORRECT = VAKGU VRSLI_CORRECT = VRSLI VKDFS_CORRECT_LIKP = VKDFS_L VKDFS_CORRECT_VBRK = VKDFS_F TABLES I_A = I_A I_L = I_L I_F = I_F.



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