SAP Reports / Programs

RLE_SHP_IDX_TABLE_MAINTAIN SAP ABAP Report - Report for Maintaining Index Tables for Deliveries







RLE_SHP_IDX_TABLE_MAINTAIN is a standard Executable ABAP Report available within your SAP system (depending on your version and release level). It is used for Maintaining Index Tables for Deliveries The report is required for analyzing and reconstructing index tables for deliveries...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 RLE_SHP_IDX_TABLE_MAINTAIN 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 RLE_SHP_IDX_TABLE_MAINTAIN. "Basic submit
SUBMIT RLE_SHP_IDX_TABLE_MAINTAIN AND RETURN. "Return to original report after report execution complete
SUBMIT RLE_SHP_IDX_TABLE_MAINTAIN 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: S_VSTEL = D .
Selection Text: S_VBELN = D .
Selection Text: P_ROWS = D .
Selection Text: P_MANDT = D .
Selection Text: P_TEST = Only Perform Analysis
Title: Report for Maintaining Index Tables for Deliveries
Text Symbol: A05 = Number of Entries with Errors:
Text Symbol: A04 = None
Text Symbol: A03 = Outdated Entries:
Text Symbol: A02 = Superfluous Entries:
Text Symbol: A01 = Missing Entries:
Text Symbol: 901 = Deliveries: Relevant for Quality Inspection (SPE/SHP_IDX_QI)
Text Symbol: 015 = Inbound Delivery: External Identification (SHP_IDX_EXIB)
Text Symbol: 014 = Outbound Delivery: External Identification (SHP_IDX_EXOB)
Text Symbol: 013 = &1 Entries
Text Symbol: 012 = Rough Goods Receipts for Vendor (SHP_IDX_ROGR)
Text Symbol: 011 = Number of Deliveries Processed:
Text Symbol: 010 = Analysis performed in client &1, database not changed
Text Symbol: 009 = Reconstruction of index tables performed in client &1 in the database
Text Symbol: 008 = Inbound Deliveries: Not Putaway (SHP_IDX_PUTA)
Text Symbol: 007 = Inbound Deliveries: No Goods Receipt Posted (SHP_IDX_GDRC)
Text Symbol: 006 = Unchecked Outbound Deliveries (SHP_IDX_UNCH)
Text Symbol: 005 = Outbound Deliveries in Credit Check: Blocked and Released (SHP_IDX_CRED)
Text Symbol: 004 = Outbound Deliveries: Not Picked (SHP_IDX_PICK)
Text Symbol: 003 = Outbound Deliveries: No Goods Issue Posted (SHP_IDX_GDSI)
Text Symbol: 002 = Control Data
Text Symbol: 001 = Document Selection


INCLUDES used within this REPORT RLE_SHP_IDX_TABLE_MAINTAIN

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:

LE_SHP_IDX_TABLE_MAINTAIN call function 'LE_SHP_IDX_TABLE_MAINTAIN' exporting if_analysis_only = space it_likp_vgbel_ref = gt_likp_vgbel_ref "n_1236896 tables it_vbuk_ins = gt_vbuk it_likp_ins = gt_likp.

DB_COMMIT call function 'DB_COMMIT'.

LE_SHP_IDX_TABLE_MAINTAIN call function 'LE_SHP_IDX_TABLE_MAINTAIN' exporting if_analysis_only = 'X' it_likp_vgbel_ref = gt_likp_vgbel_ref "n_1236896 importing ex_results = gx_results tables it_vbuk_ins = gt_vbuk it_likp_ins = gt_likp.



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