SAP Reports / Programs | Logistics Execution | Shipping | Delivery Processing(LE-SHP-DL) SAP LE

RLEDSPF02 SAP ABAP INCLUDE - documentation and ABAP source code







RLEDSPF02 is a standard ABAP INCLUDE 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 RLEDSPF02 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 RLEDSPF02. "Basic submit
SUBMIT RLEDSPF02 AND RETURN. "Return to original report after report execution complete
SUBMIT RLEDSPF02 VIA SELECTION-SCREEN. "Display selection screen of submitted report to user
    See more syntax options for the ABAP SUBMIT statement


INCLUDES used within this REPORT RLEDSPF02

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:

WS_LM_DATA_SELECTION_FREE CALL FUNCTION 'WS_LM_DATA_SELECTION_FREE' EXPORTING if_parvw = if_parvw * if_item_add = gc_true TSCH if_item_add = gc_false "TSCH if_lgnum_head = gc_false TABLES it_vstel = lt_vstel_checked "n_766367 * it_route = it_route it_aulwe = it_aulwe it_spdnr = it_spdnr it_kunag = it_kunag it_kunwe = it_kunwe it_partn = it_partn it_vkorg = it_vkorg it_kdgrp = it_kdgrp it_matnr = it_matnr it_wadat = it_wadat it_wadat_ist = it_wtist it_lddat = it_lddat it_tddat = it_tddat it_lfdat = it_lfdat it_kodat = it_kodat it_sammg = it_sammg it_tknum = it_tknum it_exidv = it_exidv it_lfart = it_lfart it_vbeln = it_vbeln it_lstel = it_lstel it_lgnum = it_lgnum it_lgort = it_lgort it_lgtor = it_lgtor it_ablad = it_ablad it_vsbed = it_vsbed it_lprio = it_lprio it_kostk = it_kostk it_wbstk = lt_status it_koquk = it_koquk it_lvstk = it_lvstk it_trsta = it_trsta it_pkstk = it_pkstk it_ernam = it_ernam it_erdat = it_erdat * it_vtweg = it_vtweg * it_spart = it_spart et_postab = et_lipov EXCEPTIONS no_data_found = 01 OTHERS = 99 .

LE_DSP_DIALOG CALL FUNCTION 'LE_DSP_DIALOG' EXPORTING * IT_VTRLK = * IT_VTRLP = it_lipov = lt_lipov * IS_SPLIT_BOUNDARY_FIRST = * IS_SPLIT_BOUNDARY = * IT_TKNUM = * IT_LOCKED_VPOBJ = is_dia_param = ls_dia_param * IMPORTING * ET_VTRLK = * ET_VTRLP = * ET_LIPOV = * ET_SHPMT = CHANGING cs_dialog_memory = ls_dialog_memory cs_split_wa = ls_split_wa EXCEPTIONS parameter_error = 01 internal_error = 02 init_error = 03 * error_message = 98 OTHERS = 99 .



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