SAP VELO17_WS_DELIVERY_UPDATE Function Module for RFC function for WS_DELIVERY_UPDATE_2









VELO17_WS_DELIVERY_UPDATE is a standard velo17 ws 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 RFC function for WS_DELIVERY_UPDATE_2 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 velo17 ws delivery update FM, simply by entering the name VELO17_WS_DELIVERY_UPDATE into the relevant SAP transaction such as SE37 or SE38.

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



Function VELO17_WS_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 'VELO17_WS_DELIVERY_UPDATE'"RFC function for WS_DELIVERY_UPDATE_2
EXPORTING
VBKOK_WA = "Confirming Picking Data from Delivery Header
* IF_GET_DELIVERY_BUFFERED = ' ' "Checkbox
* IF_NO_GENERIC_SYSTEM_SERVICE = ' ' "Checkbox
* IF_DATABASE_UPDATE_1 = '1' "Saving a Delivery can be Deactivated: See Fixed Values
* IF_NO_INIT_1 = ' ' "Checkbox
* IF_NO_READ_1 = ' ' "Checkbox
* IF_ERROR_MESSAGES_SEND = 'X' "Checkbox
* IF_NO_BUFFER_REFRESH = ' ' "Do Not Reset Delivery Buffer
* IT_PARTNER_UPDATE = "Request Partner Changes for a Delivery
* IT_SERNR_UPDATE = "Serial Number Changes in the Delivery
* IF_NO_REMOTE_CHG_1 = ' ' "Checkbox
* SYNCHRON = ' ' "Checkbox
* IF_NO_MES_UPD_PACK = ' ' "Do Not Generate Handling Unit Messages
* IF_LATE_DELIVERY_UPD = ' ' "Checkbox
* IF_TXT_REINITIALIZE = "Checkbox
* IF_BOR_INIT = ' ' "Checkbox
* SPE_MES_NO_SEND_NODIAL = "Checkbox
* IF_BOR_REINITIALIZE = "Checkbox
* NO_MESSAGES_UPDATE_1 = ' ' "Checkbox
* COMMIT = ' ' "Checkbox
DELIVERY = "Delivery
* UPDATE_PICKING = ' ' "Checkbox
* NICHT_SPERREN_1 = ' ' "No-Blocking Field
* IF_CONFIRM_CENTRAL = ' ' "Checkbox
* IF_WMPP = ' ' "Checkbox

IMPORTING
EF_ERROR_ANY = "Checkbox
EF_ERROR_IN_ITEM_DELETION = "Checkbox
EF_ERROR_IN_POD_UPDATE = "Checkbox
EF_ERROR_IN_INTERFACE = "Checkbox
EF_ERROR_IN_GOODS_ISSUE = "Checkbox
EF_ERROR_IN_FINAL_CHECK = "Checkbox
EF_ERROR_PARTNER_UPDATE = "Checkbox
EF_ERROR_SERNR_UPDATE = "Checkbox

TABLES
* VBPOK_TAB = "Confirming Picking Data from Delivery Item
* IT_HANDLING_UNITS_1 = "Copy Handling Unit into Delivery
* IT_OBJECTS = "Objects for Partial GR Posting
* ET_CREATED_HUS = "Work Structure for Handling Unit Header
* TVPOD_TAB = "Reference Structure for XTVPOD/YTVPOD
* IT_TEXTH = "Text Header Data for Transmission to WMS
* IT_TEXTL = "Text Lines for Transmission to WMS
* IT_TMSTMP = "Table type for the Time stamps
* IT_OBJ_QUAN_CHG = "Table for the quantity changes of the inbound objects
* IT_VBPOK_SPLIT = "Split Table for VBPOK_TAB
* IT_BAPIADDR1 = "BAPI Reference Structure for Addresses (Org./Company)
* PROT = "Log for Picking Report
* IT_ORMNG_TABLE = "POD: Table for the original quantities
* SERNR_TAB = "Delivery serial numbers
* EMKPF_ET = "Table MKPF
* EMSEG_ET = "Table MSEG
* VERKO_TAB = "Handling-Unit Confirmation: Header Data
* VERPO_TAB = "Handling Unit Confirmation: Content Data
* VBSUPCON_TAB_1 = "Confirmation Data Vendor Consignment Goods
* IT_VERPO_SERNR = "Serial Number for HU Item Proposal in the VERPO Structure
* IT_PACKING = "Repack Instructions for HUs from WM and Reassignment to Dlv.
* IT_PACKING_SERNR = "Serial Number Table for Repack
* IT_REPACK = "Structure for Repacking HUs

EXCEPTIONS
ERROR_MESSAGE = 1 OTHERS = 2
.



IMPORTING Parameters details for VELO17_WS_DELIVERY_UPDATE

VBKOK_WA - Confirming Picking Data from Delivery Header

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

IF_GET_DELIVERY_BUFFERED - Checkbox

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

IF_NO_GENERIC_SYSTEM_SERVICE - Checkbox

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

IF_DATABASE_UPDATE_1 - Saving a Delivery can be Deactivated: See Fixed Values

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

IF_NO_INIT_1 - Checkbox

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

IF_NO_READ_1 - Checkbox

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

IF_ERROR_MESSAGES_SEND - Checkbox

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

IF_NO_BUFFER_REFRESH - Do Not Reset Delivery Buffer

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

IT_PARTNER_UPDATE - Request Partner Changes for a Delivery

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

IT_SERNR_UPDATE - Serial Number Changes in the Delivery

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

IF_NO_REMOTE_CHG_1 - Checkbox

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

SYNCHRON - Checkbox

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

IF_NO_MES_UPD_PACK - Do Not Generate Handling Unit Messages

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 - Checkbox

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

IF_TXT_REINITIALIZE - Checkbox

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

IF_BOR_INIT - Checkbox

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

SPE_MES_NO_SEND_NODIAL - Checkbox

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

IF_BOR_REINITIALIZE - Checkbox

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

NO_MESSAGES_UPDATE_1 - Checkbox

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

COMMIT - Checkbox

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

DELIVERY - Delivery

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

UPDATE_PICKING - Checkbox

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

NICHT_SPERREN_1 - No-Blocking Field

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

IF_CONFIRM_CENTRAL - Checkbox

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

IF_WMPP - Checkbox

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

EXPORTING Parameters details for VELO17_WS_DELIVERY_UPDATE

EF_ERROR_ANY - Checkbox

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

EF_ERROR_IN_ITEM_DELETION - Checkbox

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

EF_ERROR_IN_POD_UPDATE - Checkbox

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

EF_ERROR_IN_INTERFACE - Checkbox

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

EF_ERROR_IN_GOODS_ISSUE - Checkbox

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

EF_ERROR_IN_FINAL_CHECK - Checkbox

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

EF_ERROR_PARTNER_UPDATE - Checkbox

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

EF_ERROR_SERNR_UPDATE - Checkbox

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

TABLES Parameters details for VELO17_WS_DELIVERY_UPDATE

VBPOK_TAB - Confirming Picking Data from Delivery Item

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

IT_HANDLING_UNITS_1 - Copy Handling Unit into Delivery

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

IT_OBJECTS - Objects for Partial GR Posting

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

ET_CREATED_HUS - Work Structure for Handling Unit Header

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

TVPOD_TAB - Reference Structure for XTVPOD/YTVPOD

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

IT_TEXTH - Text Header Data for Transmission to WMS

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

IT_TEXTL - Text Lines for Transmission to WMS

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

IT_TMSTMP - Table type for the Time stamps

Data type: /SPE/TIMESTAMP_T
Optional: Yes
Call by Reference: Yes

IT_OBJ_QUAN_CHG - Table for the quantity changes of the inbound objects

Data type: /SPE/INB_OBJ_QUAN_CHG_T
Optional: Yes
Call by Reference: Yes

IT_VBPOK_SPLIT - Split Table for VBPOK_TAB

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

IT_BAPIADDR1 - BAPI Reference Structure for Addresses (Org./Company)

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

PROT - Log for Picking Report

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

IT_ORMNG_TABLE - POD: Table for the original quantities

Data type: /SPE/TT_INB_ORMNG
Optional: Yes
Call by Reference: Yes

SERNR_TAB - Delivery serial numbers

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

EMKPF_ET - Table MKPF

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

EMSEG_ET - Table MSEG

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

VERKO_TAB - Handling-Unit Confirmation: Header Data

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

VERPO_TAB - Handling Unit Confirmation: Content Data

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

VBSUPCON_TAB_1 - Confirmation Data Vendor Consignment Goods

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

IT_VERPO_SERNR - Serial Number for HU Item Proposal in the VERPO Structure

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

IT_PACKING - Repack Instructions for HUs from WM and Reassignment to Dlv.

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

IT_PACKING_SERNR - Serial Number Table for Repack

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

IT_REPACK - Structure for Repacking HUs

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

EXCEPTIONS details

ERROR_MESSAGE - Error message

Data type:
Optional: No
Call by Reference: Yes

OTHERS - Others

Data type:
Optional: No
Call by Reference: Yes

Copy and paste ABAP code example for VELO17_WS_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  TYPE XFELD, "   
lv_error_message  TYPE XFELD, "   
lt_it_handling_units_1  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_1  TYPE LESHP_DATABASE_UPDATE, "   '1'
lt_tvpod_tab  TYPE STANDARD TABLE OF TVPODVB, "   
lv_if_no_init_1  TYPE XFELD, "   SPACE
lt_it_texth  TYPE STANDARD TABLE OF TEXTH_GN, "   
lv_if_no_read_1  TYPE XFELD, "   SPACE
lt_it_textl  TYPE STANDARD TABLE OF TEXTL_GN, "   
lv_if_error_messages_send  TYPE XFELD, "   'X'
lt_it_tmstmp  TYPE STANDARD TABLE OF /SPE/TIMESTAMP_T, "   
lv_if_no_buffer_refresh  TYPE V50AGL_NO_BUFFER_REFRESH, "   SPACE
lt_it_obj_quan_chg  TYPE STANDARD TABLE OF /SPE/INB_OBJ_QUAN_CHG_T, "   
lv_it_partner_update  TYPE SHP_PARTNER_UPDATE_T, "   
lt_it_vbpok_split  TYPE STANDARD TABLE OF BORGR_VBPOK_SPLIT_T, "   
lv_it_sernr_update  TYPE SHP_SERNR_UPDATE_T, "   
lt_it_bapiaddr1  TYPE STANDARD TABLE OF BAPIADDR1, "   
lv_if_no_remote_chg_1  TYPE RVSEL-XFELD, "   SPACE
lt_prot  TYPE STANDARD TABLE OF PROTT, "   
lv_others  TYPE PROTT, "   
lv_synchron  TYPE RVSEL-XFELD, "   ' '
lv_ef_error_in_item_deletion  TYPE XFELD, "   
lt_it_ormng_table  TYPE STANDARD TABLE OF /SPE/TT_INB_ORMNG, "   
lv_if_no_mes_upd_pack  TYPE V50AGL_NO_MES_UPD_PACK, "   SPACE
lt_sernr_tab  TYPE STANDARD TABLE OF VLSER, "   
lv_if_late_delivery_upd  TYPE XFELD, "   SPACE
lt_emkpf_et  TYPE STANDARD TABLE OF TY_T_MKPF, "   
lv_if_txt_reinitialize  TYPE XFELD, "   
lt_emseg_et  TYPE STANDARD TABLE OF TY_T_MSEG, "   
lv_if_bor_init  TYPE XFELD, "   SPACE
lv_spe_mes_no_send_nodial  TYPE XFELD, "   
lv_if_bor_reinitialize  TYPE XFELD, "   
lt_verko_tab  TYPE STANDARD TABLE OF VERKO, "   
lv_no_messages_update_1  TYPE RVSEL-XFELD, "   SPACE
lv_ef_error_in_pod_update  TYPE XFELD, "   
lv_commit  TYPE RVSEL-XFELD, "   SPACE
lt_verpo_tab  TYPE STANDARD TABLE OF VERPO, "   
lv_ef_error_in_interface  TYPE XFELD, "   
lv_delivery  TYPE LIKP-VBELN, "   
lt_vbsupcon_tab_1  TYPE STANDARD TABLE OF VBSUPCON, "   
lv_ef_error_in_goods_issue  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  TYPE XFELD, "   
lt_it_packing  TYPE STANDARD TABLE OF REPACK_HU_WM, "   
lv_nicht_sperren_1  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
lt_it_repack  TYPE STANDARD TABLE OF HUM_REPACK. "   

  CALL FUNCTION 'VELO17_WS_DELIVERY_UPDATE'  "RFC function for WS_DELIVERY_UPDATE_2
    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_1 = lv_if_database_update_1
         IF_NO_INIT_1 = lv_if_no_init_1
         IF_NO_READ_1 = lv_if_no_read_1
         IF_ERROR_MESSAGES_SEND = lv_if_error_messages_send
         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_1 = lv_if_no_remote_chg_1
         SYNCHRON = lv_synchron
         IF_NO_MES_UPD_PACK = lv_if_no_mes_upd_pack
         IF_LATE_DELIVERY_UPD = lv_if_late_delivery_upd
         IF_TXT_REINITIALIZE = lv_if_txt_reinitialize
         IF_BOR_INIT = lv_if_bor_init
         SPE_MES_NO_SEND_NODIAL = lv_spe_mes_no_send_nodial
         IF_BOR_REINITIALIZE = lv_if_bor_reinitialize
         NO_MESSAGES_UPDATE_1 = lv_no_messages_update_1
         COMMIT = lv_commit
         DELIVERY = lv_delivery
         UPDATE_PICKING = lv_update_picking
         NICHT_SPERREN_1 = lv_nicht_sperren_1
         IF_CONFIRM_CENTRAL = lv_if_confirm_central
         IF_WMPP = lv_if_wmpp
    IMPORTING
         EF_ERROR_ANY = lv_ef_error_any
         EF_ERROR_IN_ITEM_DELETION = lv_ef_error_in_item_deletion
         EF_ERROR_IN_POD_UPDATE = lv_ef_error_in_pod_update
         EF_ERROR_IN_INTERFACE = lv_ef_error_in_interface
         EF_ERROR_IN_GOODS_ISSUE = lv_ef_error_in_goods_issue
         EF_ERROR_IN_FINAL_CHECK = lv_ef_error_in_final_check
         EF_ERROR_PARTNER_UPDATE = lv_ef_error_partner_update
         EF_ERROR_SERNR_UPDATE = lv_ef_error_sernr_update
    TABLES
         VBPOK_TAB = lt_vbpok_tab
         IT_HANDLING_UNITS_1 = lt_it_handling_units_1
         IT_OBJECTS = lt_it_objects
         ET_CREATED_HUS = lt_et_created_hus
         TVPOD_TAB = lt_tvpod_tab
         IT_TEXTH = lt_it_texth
         IT_TEXTL = lt_it_textl
         IT_TMSTMP = lt_it_tmstmp
         IT_OBJ_QUAN_CHG = lt_it_obj_quan_chg
         IT_VBPOK_SPLIT = lt_it_vbpok_split
         IT_BAPIADDR1 = lt_it_bapiaddr1
         PROT = lt_prot
         IT_ORMNG_TABLE = lt_it_ormng_table
         SERNR_TAB = lt_sernr_tab
         EMKPF_ET = lt_emkpf_et
         EMSEG_ET = lt_emseg_et
         VERKO_TAB = lt_verko_tab
         VERPO_TAB = lt_verpo_tab
         VBSUPCON_TAB_1 = lt_vbsupcon_tab_1
         IT_VERPO_SERNR = lt_it_verpo_sernr
         IT_PACKING = lt_it_packing
         IT_PACKING_SERNR = lt_it_packing_sernr
         IT_REPACK = lt_it_repack
    EXCEPTIONS
        ERROR_MESSAGE = 1
        OTHERS = 2
. " VELO17_WS_DELIVERY_UPDATE




ABAP code using 7.40 inline data declarations to call FM VELO17_WS_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) = '1'.
 
 
DATA(ld_if_no_init_1) = ' '.
 
 
DATA(ld_if_no_read_1) = ' '.
 
 
DATA(ld_if_error_messages_send) = 'X'.
 
 
DATA(ld_if_no_buffer_refresh) = ' '.
 
 
 
 
 
 
"SELECT single XFELD FROM RVSEL INTO @DATA(ld_if_no_remote_chg_1).
DATA(ld_if_no_remote_chg_1) = ' '.
 
 
 
"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_bor_init) = ' '.
 
 
 
 
"SELECT single XFELD FROM RVSEL INTO @DATA(ld_no_messages_update_1).
DATA(ld_no_messages_update_1) = ' '.
 
 
"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_1).
DATA(ld_nicht_sperren_1) = ' '.
 
 
 
"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!