SAP LE_DELIVERY_UPDATE Function Module for calls WS_DELIVERY_UPDATE_2 and returns additional data









LE_DELIVERY_UPDATE is a standard le delivery update SAP function module available within SAP R/3 or S/4 Hana systems, depending on your version and release level. It is used for calls WS_DELIVERY_UPDATE_2 and returns additional data processing and below is the pattern details for this FM, showing its interface including any import and export parameters, exceptions etc. there is also a full "cut and paste" ABAP pattern code example, along with implementation ABAP coding, documentation and contribution comments specific to this or related objects.


See here to view full function module documentation and code listing for le delivery update FM, simply by entering the name LE_DELIVERY_UPDATE into the relevant SAP transaction such as SE37 or SE38.

Function Group: V50S
Program Name: SAPLV50S
Main Program: SAPLV50S
Appliation area: V
Release date: N/A
Mode(Normal, Remote etc): Remote-Enabled
Update:



Function LE_DELIVERY_UPDATE pattern details

In-order to call this FM within your sap programs, simply using the below ABAP pattern details to trigger the function call...or see the full ABAP code listing at the end of this article. You can simply cut and paste this code into your ABAP progrom as it is, including variable declarations.
CALL FUNCTION 'LE_DELIVERY_UPDATE'"calls WS_DELIVERY_UPDATE_2 and returns additional data
EXPORTING
VBKOK_WA = "
* IF_GET_DELIVERY_BUFFERED = ' ' "
* IF_NO_GENERIC_SYSTEM_SERVICE = ' ' "
* IF_DATABASE_UPDATE = '1' "
* IF_NO_INIT = ' ' "
* IF_NO_READ = ' ' "
* IF_ERROR_MESSAGES_SEND_0 = 'X' "
* IF_NO_BUFFER_REFRESH = ' ' "
* IT_PARTNER_UPDATE = "
* IT_SERNR_UPDATE = "
* IF_NO_REMOTE_CHG = ' ' "
* SYNCHRON = ' ' "
* IF_NO_MES_UPD_PACK = ' ' "
* IF_LATE_DELIVERY_UPD = ' ' "
* IF_SIMULATE = ' ' "Simlulate Delivery Update
* NO_MESSAGES_UPDATE = ' ' "
* COMMIT = ' ' "
DELIVERY = "Sales and Distribution Document Number
* UPDATE_PICKING = ' ' "
* NICHT_SPERREN = ' ' "
* IF_CONFIRM_CENTRAL = ' ' "
* IF_WMPP = ' ' "

IMPORTING
EF_ERROR_ANY_0 = "
ES_VBAK = "Document Structure for XVBAK/YVBAK
EF_ERROR_IN_ITEM_DELETION_0 = "
EF_ERROR_IN_POD_UPDATE_0 = "
EF_ERROR_IN_INTERFACE_0 = "
EF_ERROR_IN_GOODS_ISSUE_0 = "
EF_ERROR_IN_FINAL_CHECK_0 = "
EF_ERROR_PARTNER_UPDATE = "
EF_ERROR_SERNR_UPDATE = "
ES_HEADER = "SD Document: Delivery Header Data

TABLES
* VBPOK_TAB = "
* IT_HANDLING_UNITS = "
* IT_OBJECTS = "
* ET_CREATED_HUS = "
* TVPOD_TAB = "
* IT_TMSTMP = "
* IT_BAPIADDR1 = "
* IT_TEXTL = "
* IT_TEXTH = "
* IT_AAC_ITEM_BLOCK = "
* IT_HU_HEADER_EPC = "
* PROT = "
* IT_HU_ITEMS_EPC = "
* ET_ITEM = "Reference structure for XLIPS/YLIPS
* ET_VBUK = "Reference structure for XVBUK/YVBUK
* ET_VBUP = "Reference Structure for XVBUP/YVBUP
* ET_VBPA = "Reference structure for XVBPA/YVBPA
* ET_VBFA = "Reference Structure for XVBFA/YVBFA
* ET_VBAP = "Document Structure for XVBAP/YVBAP
* ET_VBEP = "Structure of Document for XVBEP/YVBEP
* VERKO_TAB = "
* VERPO_TAB = "
* VBSUPCON_TAB = "
* IT_VERPO_SERNR = "
* IT_PACKING = "
* IT_PACKING_SERNR = "
* IT_REPACK = "
.




Customer Function user exits

Below is a list of CUSTOMER FUNCTION exit user exits that are available within this program and maybe relevant for this FM.
EXIT_SAPLV50S_001 User Exit for Controlling Document Number Assignment in Decentralized WMS
EXIT_SAPLV50S_002 Control for Whether Fields in Distributed Deliveries can be Changed
EXIT_SAPLV50S_911 TAS - Customer exit after creation of delivery (rushorder)

IMPORTING Parameters details for LE_DELIVERY_UPDATE

VBKOK_WA -

Data type: VBKOK
Optional: No
Call by Reference: No ( called with pass by value option)

IF_GET_DELIVERY_BUFFERED -

Data type: RVSEL-XFELD
Default: SPACE
Optional: Yes
Call by Reference: No ( called with pass by value option)

IF_NO_GENERIC_SYSTEM_SERVICE -

Data type: RVSEL-XFELD
Default: SPACE
Optional: Yes
Call by Reference: No ( called with pass by value option)

IF_DATABASE_UPDATE -

Data type: LESHP_DATABASE_UPDATE
Default: '1'
Optional: Yes
Call by Reference: No ( called with pass by value option)

IF_NO_INIT -

Data type: XFELD
Default: SPACE
Optional: Yes
Call by Reference: No ( called with pass by value option)

IF_NO_READ -

Data type: XFELD
Default: SPACE
Optional: Yes
Call by Reference: No ( called with pass by value option)

IF_ERROR_MESSAGES_SEND_0 -

Data type: XFELD
Default: 'X'
Optional: Yes
Call by Reference: No ( called with pass by value option)

IF_NO_BUFFER_REFRESH -

Data type: V50AGL_NO_BUFFER_REFRESH
Default: SPACE
Optional: Yes
Call by Reference: No ( called with pass by value option)

IT_PARTNER_UPDATE -

Data type: SHP_PARTNER_UPDATE_T
Optional: Yes
Call by Reference: No ( called with pass by value option)

IT_SERNR_UPDATE -

Data type: SHP_SERNR_UPDATE_T
Optional: Yes
Call by Reference: No ( called with pass by value option)

IF_NO_REMOTE_CHG -

Data type: RVSEL-XFELD
Default: ' '
Optional: Yes
Call by Reference: No ( called with pass by value option)

SYNCHRON -

Data type: RVSEL-XFELD
Default: ' '
Optional: Yes
Call by Reference: No ( called with pass by value option)

IF_NO_MES_UPD_PACK -

Data type: V50AGL_NO_MES_UPD_PACK
Default: SPACE
Optional: Yes
Call by Reference: No ( called with pass by value option)

IF_LATE_DELIVERY_UPD -

Data type: XFELD
Default: SPACE
Optional: Yes
Call by Reference: No ( called with pass by value option)

IF_SIMULATE - Simlulate Delivery Update

Data type: VZ_SIMU_DELIVERY_UPDATE
Default: SPACE
Optional: Yes
Call by Reference: No ( called with pass by value option)

NO_MESSAGES_UPDATE -

Data type: RVSEL-XFELD
Default: SPACE
Optional: Yes
Call by Reference: No ( called with pass by value option)

COMMIT -

Data type: RVSEL-XFELD
Default: SPACE
Optional: Yes
Call by Reference: No ( called with pass by value option)

DELIVERY - Sales and Distribution Document Number

Data type: LIKP-VBELN
Optional: No
Call by Reference: No ( called with pass by value option)

UPDATE_PICKING -

Data type: RVSEL-XFELD
Default: SPACE
Optional: Yes
Call by Reference: No ( called with pass by value option)

NICHT_SPERREN -

Data type: RVSEL-NO_SP
Default: ' '
Optional: Yes
Call by Reference: No ( called with pass by value option)

IF_CONFIRM_CENTRAL -

Data type: RVSEL-XFELD
Default: SPACE
Optional: Yes
Call by Reference: No ( called with pass by value option)

IF_WMPP -

Data type: RVSEL-XFELD
Default: SPACE
Optional: Yes
Call by Reference: No ( called with pass by value option)

EXPORTING Parameters details for LE_DELIVERY_UPDATE

EF_ERROR_ANY_0 -

Data type: XFELD
Optional: No
Call by Reference: No ( called with pass by value option)

ES_VBAK - Document Structure for XVBAK/YVBAK

Data type: VBAKVB
Optional: No
Call by Reference: No ( called with pass by value option)

EF_ERROR_IN_ITEM_DELETION_0 -

Data type: XFELD
Optional: No
Call by Reference: No ( called with pass by value option)

EF_ERROR_IN_POD_UPDATE_0 -

Data type: XFELD
Optional: No
Call by Reference: No ( called with pass by value option)

EF_ERROR_IN_INTERFACE_0 -

Data type: XFELD
Optional: No
Call by Reference: No ( called with pass by value option)

EF_ERROR_IN_GOODS_ISSUE_0 -

Data type: XFELD
Optional: No
Call by Reference: No ( called with pass by value option)

EF_ERROR_IN_FINAL_CHECK_0 -

Data type: XFELD
Optional: No
Call by Reference: No ( called with pass by value option)

EF_ERROR_PARTNER_UPDATE -

Data type: XFELD
Optional: No
Call by Reference: No ( called with pass by value option)

EF_ERROR_SERNR_UPDATE -

Data type: XFELD
Optional: No
Call by Reference: No ( called with pass by value option)

ES_HEADER - SD Document: Delivery Header Data

Data type: LIKPVB
Optional: No
Call by Reference: No ( called with pass by value option)

TABLES Parameters details for LE_DELIVERY_UPDATE

VBPOK_TAB -

Data type: VBPOK
Optional: Yes
Call by Reference: No ( called with pass by value option)

IT_HANDLING_UNITS -

Data type: HUM_REHANG_HU
Optional: Yes
Call by Reference: No ( called with pass by value option)

IT_OBJECTS -

Data type: PGR_OBJECTS
Optional: Yes
Call by Reference: No ( called with pass by value option)

ET_CREATED_HUS -

Data type: VEKPVB
Optional: Yes
Call by Reference: No ( called with pass by value option)

TVPOD_TAB -

Data type: TVPODVB
Optional: Yes
Call by Reference: No ( called with pass by value option)

IT_TMSTMP -

Data type: /SPE/TIMESTAMP_T
Optional: Yes
Call by Reference: No ( called with pass by value option)

IT_BAPIADDR1 -

Data type: BAPIADDR1
Optional: Yes
Call by Reference: No ( called with pass by value option)

IT_TEXTL -

Data type: TEXTL_GN
Optional: Yes
Call by Reference: No ( called with pass by value option)

IT_TEXTH -

Data type: TEXTH_GN
Optional: Yes
Call by Reference: No ( called with pass by value option)

IT_AAC_ITEM_BLOCK -

Data type: /SPE/BAPIDLVCOBLITEM_T
Optional: Yes
Call by Reference: No ( called with pass by value option)

IT_HU_HEADER_EPC -

Data type: /SPE/HU_HEADER_EPC
Optional: Yes
Call by Reference: No ( called with pass by value option)

PROT -

Data type: PROTT
Optional: Yes
Call by Reference: No ( called with pass by value option)

IT_HU_ITEMS_EPC -

Data type: /SPE/HU_ITEMS_EPC
Optional: Yes
Call by Reference: No ( called with pass by value option)

ET_ITEM - Reference structure for XLIPS/YLIPS

Data type: LIPSVB
Optional: Yes
Call by Reference: Yes

ET_VBUK - Reference structure for XVBUK/YVBUK

Data type: VBUKVB
Optional: Yes
Call by Reference: Yes

ET_VBUP - Reference Structure for XVBUP/YVBUP

Data type: VBUPVB
Optional: Yes
Call by Reference: Yes

ET_VBPA - Reference structure for XVBPA/YVBPA

Data type: VBPAVB
Optional: Yes
Call by Reference: Yes

ET_VBFA - Reference Structure for XVBFA/YVBFA

Data type: VBFAVB
Optional: Yes
Call by Reference: Yes

ET_VBAP - Document Structure for XVBAP/YVBAP

Data type: VBAPVB
Optional: Yes
Call by Reference: Yes

ET_VBEP - Structure of Document for XVBEP/YVBEP

Data type: VBEPVB
Optional: Yes
Call by Reference: Yes

VERKO_TAB -

Data type: VERKO
Optional: Yes
Call by Reference: No ( called with pass by value option)

VERPO_TAB -

Data type: VERPO
Optional: Yes
Call by Reference: No ( called with pass by value option)

VBSUPCON_TAB -

Data type: VBSUPCON
Optional: Yes
Call by Reference: No ( called with pass by value option)

IT_VERPO_SERNR -

Data type: HUM_VERPO_SERNR
Optional: Yes
Call by Reference: No ( called with pass by value option)

IT_PACKING -

Data type: REPACK_HU_WM
Optional: Yes
Call by Reference: No ( called with pass by value option)

IT_PACKING_SERNR -

Data type: HUM_REP_SERNR
Optional: Yes
Call by Reference: No ( called with pass by value option)

IT_REPACK -

Data type: HUM_REPACK
Optional: Yes
Call by Reference: No ( called with pass by value option)

Copy and paste ABAP code example for LE_DELIVERY_UPDATE Function Module

The ABAP code below is a full code listing to execute function module POPUP_TO_CONFIRM including all data declarations. The code uses the original data declarations rather than the latest in-line data DECLARATION SYNTAX but I have included an ABAP code snippet at the end to show how declarations would look using the newer method of declaring data variables on the fly. This will allow you to compare and fully understand the new inline method. Please note some of the newer syntax such as the @DATA is not available until a later 4.70 service pack (SP8), which i why i have stuck to the origianl for this example.

DATA:
lv_vbkok_wa  TYPE VBKOK, "   
lt_vbpok_tab  TYPE STANDARD TABLE OF VBPOK, "   
lv_ef_error_any_0  TYPE XFELD, "   
lv_es_vbak  TYPE VBAKVB, "   
lt_it_handling_units  TYPE STANDARD TABLE OF HUM_REHANG_HU, "   
lv_if_get_delivery_buffered  TYPE RVSEL-XFELD, "   SPACE
lt_it_objects  TYPE STANDARD TABLE OF PGR_OBJECTS, "   
lv_if_no_generic_system_service  TYPE RVSEL-XFELD, "   SPACE
lt_et_created_hus  TYPE STANDARD TABLE OF VEKPVB, "   
lv_if_database_update  TYPE LESHP_DATABASE_UPDATE, "   '1'
lt_tvpod_tab  TYPE STANDARD TABLE OF TVPODVB, "   
lv_if_no_init  TYPE XFELD, "   SPACE
lt_it_tmstmp  TYPE STANDARD TABLE OF /SPE/TIMESTAMP_T, "   
lv_if_no_read  TYPE XFELD, "   SPACE
lt_it_bapiaddr1  TYPE STANDARD TABLE OF BAPIADDR1, "   
lv_if_error_messages_send_0  TYPE XFELD, "   'X'
lt_it_textl  TYPE STANDARD TABLE OF TEXTL_GN, "   
lv_if_no_buffer_refresh  TYPE V50AGL_NO_BUFFER_REFRESH, "   SPACE
lt_it_texth  TYPE STANDARD TABLE OF TEXTH_GN, "   
lv_it_partner_update  TYPE SHP_PARTNER_UPDATE_T, "   
lv_it_sernr_update  TYPE SHP_SERNR_UPDATE_T, "   
lt_it_aac_item_block  TYPE STANDARD TABLE OF /SPE/BAPIDLVCOBLITEM_T, "   
lv_if_no_remote_chg  TYPE RVSEL-XFELD, "   ' '
lt_it_hu_header_epc  TYPE STANDARD TABLE OF /SPE/HU_HEADER_EPC, "   
lt_prot  TYPE STANDARD TABLE OF PROTT, "   
lv_synchron  TYPE RVSEL-XFELD, "   ' '
lv_ef_error_in_item_deletion_0  TYPE XFELD, "   
lt_it_hu_items_epc  TYPE STANDARD TABLE OF /SPE/HU_ITEMS_EPC, "   
lv_if_no_mes_upd_pack  TYPE V50AGL_NO_MES_UPD_PACK, "   SPACE
lt_et_item  TYPE STANDARD TABLE OF LIPSVB, "   
lv_if_late_delivery_upd  TYPE XFELD, "   SPACE
lt_et_vbuk  TYPE STANDARD TABLE OF VBUKVB, "   
lv_if_simulate  TYPE VZ_SIMU_DELIVERY_UPDATE, "   SPACE
lt_et_vbup  TYPE STANDARD TABLE OF VBUPVB, "   
lt_et_vbpa  TYPE STANDARD TABLE OF VBPAVB, "   
lt_et_vbfa  TYPE STANDARD TABLE OF VBFAVB, "   
lt_et_vbap  TYPE STANDARD TABLE OF VBAPVB, "   
lt_et_vbep  TYPE STANDARD TABLE OF VBEPVB, "   
lt_verko_tab  TYPE STANDARD TABLE OF VERKO, "   
lv_no_messages_update  TYPE RVSEL-XFELD, "   SPACE
lv_ef_error_in_pod_update_0  TYPE XFELD, "   
lv_commit  TYPE RVSEL-XFELD, "   SPACE
lt_verpo_tab  TYPE STANDARD TABLE OF VERPO, "   
lv_ef_error_in_interface_0  TYPE XFELD, "   
lv_delivery  TYPE LIKP-VBELN, "   
lt_vbsupcon_tab  TYPE STANDARD TABLE OF VBSUPCON, "   
lv_ef_error_in_goods_issue_0  TYPE XFELD, "   
lt_it_verpo_sernr  TYPE STANDARD TABLE OF HUM_VERPO_SERNR, "   
lv_update_picking  TYPE RVSEL-XFELD, "   SPACE
lv_ef_error_in_final_check_0  TYPE XFELD, "   
lt_it_packing  TYPE STANDARD TABLE OF REPACK_HU_WM, "   
lv_nicht_sperren  TYPE RVSEL-NO_SP, "   ' '
lv_ef_error_partner_update  TYPE XFELD, "   
lt_it_packing_sernr  TYPE STANDARD TABLE OF HUM_REP_SERNR, "   
lv_if_confirm_central  TYPE RVSEL-XFELD, "   SPACE
lv_ef_error_sernr_update  TYPE XFELD, "   
lv_if_wmpp  TYPE RVSEL-XFELD, "   SPACE
lv_es_header  TYPE LIKPVB, "   
lt_it_repack  TYPE STANDARD TABLE OF HUM_REPACK. "   

  CALL FUNCTION 'LE_DELIVERY_UPDATE'  "calls WS_DELIVERY_UPDATE_2 and returns additional data
    EXPORTING
         VBKOK_WA = lv_vbkok_wa
         IF_GET_DELIVERY_BUFFERED = lv_if_get_delivery_buffered
         IF_NO_GENERIC_SYSTEM_SERVICE = lv_if_no_generic_system_service
         IF_DATABASE_UPDATE = lv_if_database_update
         IF_NO_INIT = lv_if_no_init
         IF_NO_READ = lv_if_no_read
         IF_ERROR_MESSAGES_SEND_0 = lv_if_error_messages_send_0
         IF_NO_BUFFER_REFRESH = lv_if_no_buffer_refresh
         IT_PARTNER_UPDATE = lv_it_partner_update
         IT_SERNR_UPDATE = lv_it_sernr_update
         IF_NO_REMOTE_CHG = lv_if_no_remote_chg
         SYNCHRON = lv_synchron
         IF_NO_MES_UPD_PACK = lv_if_no_mes_upd_pack
         IF_LATE_DELIVERY_UPD = lv_if_late_delivery_upd
         IF_SIMULATE = lv_if_simulate
         NO_MESSAGES_UPDATE = lv_no_messages_update
         COMMIT = lv_commit
         DELIVERY = lv_delivery
         UPDATE_PICKING = lv_update_picking
         NICHT_SPERREN = lv_nicht_sperren
         IF_CONFIRM_CENTRAL = lv_if_confirm_central
         IF_WMPP = lv_if_wmpp
    IMPORTING
         EF_ERROR_ANY_0 = lv_ef_error_any_0
         ES_VBAK = lv_es_vbak
         EF_ERROR_IN_ITEM_DELETION_0 = lv_ef_error_in_item_deletion_0
         EF_ERROR_IN_POD_UPDATE_0 = lv_ef_error_in_pod_update_0
         EF_ERROR_IN_INTERFACE_0 = lv_ef_error_in_interface_0
         EF_ERROR_IN_GOODS_ISSUE_0 = lv_ef_error_in_goods_issue_0
         EF_ERROR_IN_FINAL_CHECK_0 = lv_ef_error_in_final_check_0
         EF_ERROR_PARTNER_UPDATE = lv_ef_error_partner_update
         EF_ERROR_SERNR_UPDATE = lv_ef_error_sernr_update
         ES_HEADER = lv_es_header
    TABLES
         VBPOK_TAB = lt_vbpok_tab
         IT_HANDLING_UNITS = lt_it_handling_units
         IT_OBJECTS = lt_it_objects
         ET_CREATED_HUS = lt_et_created_hus
         TVPOD_TAB = lt_tvpod_tab
         IT_TMSTMP = lt_it_tmstmp
         IT_BAPIADDR1 = lt_it_bapiaddr1
         IT_TEXTL = lt_it_textl
         IT_TEXTH = lt_it_texth
         IT_AAC_ITEM_BLOCK = lt_it_aac_item_block
         IT_HU_HEADER_EPC = lt_it_hu_header_epc
         PROT = lt_prot
         IT_HU_ITEMS_EPC = lt_it_hu_items_epc
         ET_ITEM = lt_et_item
         ET_VBUK = lt_et_vbuk
         ET_VBUP = lt_et_vbup
         ET_VBPA = lt_et_vbpa
         ET_VBFA = lt_et_vbfa
         ET_VBAP = lt_et_vbap
         ET_VBEP = lt_et_vbep
         VERKO_TAB = lt_verko_tab
         VERPO_TAB = lt_verpo_tab
         VBSUPCON_TAB = lt_vbsupcon_tab
         IT_VERPO_SERNR = lt_it_verpo_sernr
         IT_PACKING = lt_it_packing
         IT_PACKING_SERNR = lt_it_packing_sernr
         IT_REPACK = lt_it_repack
. " LE_DELIVERY_UPDATE




ABAP code using 7.40 inline data declarations to call FM LE_DELIVERY_UPDATE

The below ABAP code uses the newer in-line data declarations. This allows you to see the coding differences/benefits of the later inline syntax. Please note some of the newer syntax below, such as the @DATA is not available until 4.70 EHP 8.

 
 
 
 
 
"SELECT single XFELD FROM RVSEL INTO @DATA(ld_if_get_delivery_buffered).
DATA(ld_if_get_delivery_buffered) = ' '.
 
 
"SELECT single XFELD FROM RVSEL INTO @DATA(ld_if_no_generic_system_service).
DATA(ld_if_no_generic_system_service) = ' '.
 
 
DATA(ld_if_database_update) = '1'.
 
 
DATA(ld_if_no_init) = ' '.
 
 
DATA(ld_if_no_read) = ' '.
 
 
DATA(ld_if_error_messages_send_0) = 'X'.
 
 
DATA(ld_if_no_buffer_refresh) = ' '.
 
 
 
 
 
"SELECT single XFELD FROM RVSEL INTO @DATA(ld_if_no_remote_chg).
DATA(ld_if_no_remote_chg) = ' '.
 
 
 
"SELECT single XFELD FROM RVSEL INTO @DATA(ld_synchron).
DATA(ld_synchron) = ' '.
 
 
 
DATA(ld_if_no_mes_upd_pack) = ' '.
 
 
DATA(ld_if_late_delivery_upd) = ' '.
 
 
DATA(ld_if_simulate) = ' '.
 
 
 
 
 
 
 
"SELECT single XFELD FROM RVSEL INTO @DATA(ld_no_messages_update).
DATA(ld_no_messages_update) = ' '.
 
 
"SELECT single XFELD FROM RVSEL INTO @DATA(ld_commit).
DATA(ld_commit) = ' '.
 
 
 
"SELECT single VBELN FROM LIKP INTO @DATA(ld_delivery).
 
 
 
 
"SELECT single XFELD FROM RVSEL INTO @DATA(ld_update_picking).
DATA(ld_update_picking) = ' '.
 
 
 
"SELECT single NO_SP FROM RVSEL INTO @DATA(ld_nicht_sperren).
DATA(ld_nicht_sperren) = ' '.
 
 
 
"SELECT single XFELD FROM RVSEL INTO @DATA(ld_if_confirm_central).
DATA(ld_if_confirm_central) = ' '.
 
 
"SELECT single XFELD FROM RVSEL INTO @DATA(ld_if_wmpp).
DATA(ld_if_wmpp) = ' '.
 
 
 


Search for further information about these or an SAP related objects



Comments on this SAP object

What made you want to lookup this SAP object? Please tell us what you were looking for and anything you would like to be included on this page!