RLEDSP is a standard Executable ABAP Report available within your SAP system (depending on your version and release level). Below is the basic information available for this SAP report including which OBJECTS it interacts with such as TABLES, FUNCTION MODULES, INCLUDES ETC. Also check out the submitted Comments related to this SAP report or see any standard documentation available.
If you would like to execute this report or see the full code listing simply enter RLEDSP into the relevant SAP transactions such as SE38 or SE80
Below is a list of transaction codes which are relevant to this SAP report
VLSP - Subsequent Outbound-Delivery Split
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: IT_FKSTK = D Billing Status
Selection Text: IT_KDGRP = D Customer Group
Selection Text: IT_KODAT = D Picking Date
Selection Text: IT_KOQUK = D Pick Confirmation
Selection Text: IT_KOSTK = D Overall Picking Status
Selection Text: IT_KUNAG = D Sold-To Party
Selection Text: IT_KUNWE = D Ship-To Party
Selection Text: IT_LDDAT = D Loading Date
Selection Text: IT_LFART = D Delivery Type
Selection Text: IT_LFDAT = D Delivery Date
Selection Text: IT_LGNUM = D Warehouse Number
Selection Text: IT_LGORT = D Storage Location
Selection Text: IT_LGTOR = D Door for Warehouse Number
Selection Text: IT_LPRIO = D Delivery Priority
Selection Text: IT_LSTEL = D Loading Point
Selection Text: IT_LVSTK = D Current Overall WM Status
Selection Text: IT_MATNR = D Material
Selection Text: IT_PARTN = D Ship-To Party
Selection Text: IT_PKSTK = D Packing Status
Selection Text: IT_SAMMG = D Group Number
Selection Text: IT_SPDNR = D Carrier
Selection Text: IT_TDDAT = D Transportation Planning Date
Selection Text: IT_TKNUM = D Shipment Number
Selection Text: IT_TRSTA = D Transportation Planning Status
Selection Text: IT_VBELN = Outbound Delivery
Selection Text: IT_VKORG = D Sales Organization
Selection Text: IT_VSBED = D Shipping Conditions
Selection Text: IT_VSTEL = D Shipping Point/Receiving Point
Selection Text: IT_WADAT = D Planned Goods Movement Date
Selection Text: IT_WTIST = D Actual Goods Movement Date
Selection Text: IT_EXIDV = D Handling Unit
Selection Text: IT_ERNAM = D Created By
Selection Text: IT_ERDAT = D Created On
Selection Text: IT_EAN11 = D EAN/UPC
Selection Text: IT_AULWE = D Route Schedule
Selection Text: IT_ABLAD = D Unloading Point
Selection Text: IF_SAVE = D Allow splitting?
Selection Text: IF_POPUP = D ALV as dialog box?
INCLUDE RLEDSPTOP.
INCLUDE RLEDSPSEL.
INCLUDE RLEDSPF01. "REPORT PROGRAM LOGIC
INCLUDE RLEDSPF02. "DATA SELECTION
No SAP DATABASE tables are accessed within this REPORT code!
HU_ACTIVE * CALL FUNCTION 'HU_ACTIVE' * IMPORTING * hu_active = gf_hu_active .
SD_F4_EXTENDED CALL FUNCTION 'SD_F4_EXTENDED' EXPORTING mode = 'HELP' EXCEPTIONS OTHERS = 0.
SD_F4_EXTENDED CALL FUNCTION 'SD_F4_EXTENDED' EXPORTING mode = 'HELP' EXCEPTIONS OTHERS = 0.
Although this basic information may have limited use it does provide an easy to find location to store any knowledge about this program/report.
RLEDSP - Subsequent Delivery Split (Outbound Deliv.) in Foreground RLEDSP - Subsequent Delivery Split (Outbound Deliv.) in Foreground RLEDNRCO - Correction Program for Fiscal Year Variant Change RLEDNRCO - Correction Program for Fiscal Year Variant Change RLEDNRCH - Check and Analysis Report on Changeability of Fiscal Year Variant RLEDNRCH - Check and Analysis Report on Changeability of Fiscal Year Variant