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
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.
No INCLUDES are used within this REPORT code!
No SAP DATABASE tables are accessed within this REPORT code!
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 .
Although this basic information may have limited use it does provide an easy to find location to store any knowledge about this program/report.
RLEDSPF02 - documentation and ABAP source code RLEDSPF01 - documentation and ABAP source code 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