SAP Reports / Programs | Logistics Execution | Warehouse Management(LE-WM) SAP LE

RLLX4700 SAP ABAP Report - Analysis of Delayed Delivery Update







RLLX4700 is a standard Executable ABAP Report available within your SAP system (depending on your version and release level). It is used for This report gives you an overview of the update status of outbound 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 RLLX4700 into the relevant SAP transactions such as SE38 or SE80


Transaction Code(s):

Below is a list of transaction codes which are relevant to this SAP report

LX47 - Analysis of Delayed Delivery Update


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 RLLX4700. "Basic submit
SUBMIT RLLX4700 AND RETURN. "Return to original report after report execution complete
SUBMIT RLLX4700 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: LV_VARNT = D Layout
Selection Text: PR_TANUM = D Transfer Order Number
Selection Text: PR_VBELN = D Delivery
Selection Text: PV_ITEM = Analyze TO Item
Selection Text: PV_LGNUM = D Warehouse Number
Selection Text: PV_MARK = Activate Item
Title: Analysis of Delayed Delivery Update
Text Symbol: 001 = Program Parameters


INCLUDES used within this REPORT RLLX4700

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:

L_TO_DN_READ CALL FUNCTION 'L_TO_DN_READ' EXPORTING iv_lgnum = pv_lgnum iv_mark = pv_mark iv_item = pv_item TABLES et_ltodn = lt_ltodn ir_tanum = pr_tanum ir_vbeln = pr_vbeln EXCEPTIONS not_found = 1 not_found_to_dn = 2 not_found_dn = 3.

L_TO_DN_READ_ERROR CALL FUNCTION 'L_TO_DN_READ_ERROR' EXPORTING iv_lgnum = pv_lgnum TABLES et_ltodn = lt_ltodn[].

L_TO_DN_DISPLAY CALL FUNCTION 'L_TO_DN_DISPLAY' EXPORTING is_disvariant = ls_disvariant iv_lgnum = pv_lgnum iv_batch = lv_batch TABLES it_ltodn = lt_ltodn ir_tanum = pr_tanum ir_vbeln = pr_vbeln.

REUSE_ALV_VARIANT_F4 CALL FUNCTION 'REUSE_ALV_VARIANT_F4' EXPORTING is_variant = ls_disvar i_save = con_x IMPORTING es_variant = cv_disvariant EXCEPTIONS not_found = 1.



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