SAP Reports / Programs

RLEDSP SAP ABAP Report - Subsequent Delivery Split (Outbound Deliv.) in Foreground







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


Transaction Code(s):

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

VLSP - Subsequent Outbound-Delivery Split


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 RLEDSP. "Basic submit
SUBMIT RLEDSP AND RETURN. "Return to original report after report execution complete
SUBMIT RLEDSP 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: 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?





Selection Text: IF_PMODE = D Split Profile
Selection Text: IF_PARVW = D Partner Function
Selection Text: IF_ALDST = D Set load. status automatically
Title: Subsequent Delivery Split (Outbound Deliv.) in Foreground
Text Symbol: S01 = Organizational Data
Text Symbol: S02 = Document Editing
Text Symbol: S03 = Time Data
Text Symbol: S04 = Picking Data
Text Symbol: S05 = Document Data
Text Symbol: S06 = Handling Unit Data
Text Symbol: S07 = Partner Data
Text Symbol: S08 = More Partners
Text Symbol: S09 = Shipment Data
Text Symbol: S10 = Status: Outb. Delivs
Text Symbol: S11 = Split Parameters
Text Symbol: S12 = Control Background Processing
Text Symbol: S13 = Output Proposal
Text Symbol: S14 = Via Scanning
Text Symbol: S15 = Intractive
Text Symbol: S16 = Combined
Text Symbol: S19 = Split Profile
Text Symbol: S20 = Set loading status automatically


INCLUDES used within this REPORT RLEDSP

INCLUDE RLEDSPTOP.
INCLUDE RLEDSPSEL.
INCLUDE RLEDSPF01. "REPORT PROGRAM LOGIC
INCLUDE RLEDSPF02. "DATA SELECTION


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:

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.



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