SAP MB_UPDATE_VALUE_ENQUEUE_TABLE Function Module for NOTRANSL: Die Wertesperrtabelle wird fortgeschrieben.









MB_UPDATE_VALUE_ENQUEUE_TABLE is a standard mb update value enqueue table SAP function module available within SAP R/3 or S/4 Hana systems, depending on your version and release level. It is used for NOTRANSL: Die Wertesperrtabelle wird fortgeschrieben. 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 mb update value enqueue table FM, simply by entering the name MB_UPDATE_VALUE_ENQUEUE_TABLE into the relevant SAP transaction such as SE37 or SE38.

Function Group: MBGB
Program Name: SAPLMBGB
Main Program: SAPLMBGB
Appliation area: M
Release date: N/A
Mode(Normal, Remote etc): Normal Function Module
Update:



Function MB_UPDATE_VALUE_ENQUEUE_TABLE 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 'MB_UPDATE_VALUE_ENQUEUE_TABLE'"NOTRANSL: Die Wertesperrtabelle wird fortgeschrieben.
EXPORTING
AKTYP = "
DM07M = "
MKPF = "
MSEG = "
VM07M = "

IMPORTING
DM07M = "
UPD_UM03B = "
VKWRT = "Value at Sales Prices Including Value-Added Tax
VKWRA = "Value at sales prices excluding value-added tax

TABLES
X156W = "
XZCXCB = "
XZCXCM = "
YEKBNK = "
* YEKBNK_CR = "
* YEBEFU_CR = "
* YFBEFU_CR = "
XEBEW = "
XQBEW = "
XOBEW = "
* XEKWV = "
XEKBN = "
XEKBV = "
XEKLB = "
XEKLS = "
XEKWS = "
XFAWS = "
XFAWV = "
XMBEW = "
.



IMPORTING Parameters details for MB_UPDATE_VALUE_ENQUEUE_TABLE

AKTYP -

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

DM07M -

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

MKPF -

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

MSEG -

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

VM07M -

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

EXPORTING Parameters details for MB_UPDATE_VALUE_ENQUEUE_TABLE

DM07M -

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

UPD_UM03B -

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

VKWRT - Value at Sales Prices Including Value-Added Tax

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

VKWRA - Value at sales prices excluding value-added tax

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

TABLES Parameters details for MB_UPDATE_VALUE_ENQUEUE_TABLE

X156W -

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

XZCXCB -

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

XZCXCM -

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

YEKBNK -

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

YEKBNK_CR -

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

YEBEFU_CR -

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

YFBEFU_CR -

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

XEBEW -

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

XQBEW -

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

XOBEW -

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

XEKWV -

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

XEKBN -

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

XEKBV -

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

XEKLB -

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

XEKLS -

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

XEKWS -

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

XFAWS -

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

XFAWV -

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

XMBEW -

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

Copy and paste ABAP code example for MB_UPDATE_VALUE_ENQUEUE_TABLE 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_aktyp  TYPE STRING, "   
lv_dm07m  TYPE DM07M, "   
lt_x156w  TYPE STANDARD TABLE OF T156W, "   
lt_xzcxcb  TYPE STANDARD TABLE OF ZCXCB, "   
lt_xzcxcm  TYPE STANDARD TABLE OF ZCXCM, "   
lt_yekbnk  TYPE STANDARD TABLE OF EKBNK, "   
lt_yekbnk_cr  TYPE STANDARD TABLE OF EKBNK_CR, "   
lt_yebefu_cr  TYPE STANDARD TABLE OF EBEFU_CR, "   
lt_yfbefu_cr  TYPE STANDARD TABLE OF FBEFU_CR, "   
lt_xebew  TYPE STANDARD TABLE OF SEBEW, "   
lt_xqbew  TYPE STANDARD TABLE OF SQBEW, "   
lt_xobew  TYPE STANDARD TABLE OF SOBEW, "   
lt_xekwv  TYPE STANDARD TABLE OF SEKWV, "   
lv_dm07m  TYPE DM07M, "   
lt_xekbn  TYPE STANDARD TABLE OF SEKBN, "   
lv_upd_um03b  TYPE SEKBN, "   
lv_mkpf  TYPE MKPF, "   
lv_vkwrt  TYPE MSEG-VKWRT, "   
lt_xekbv  TYPE STANDARD TABLE OF SEKBV, "   
lv_mseg  TYPE MSEG, "   
lv_vkwra  TYPE MSEG-VKWRA, "   
lt_xeklb  TYPE STANDARD TABLE OF SEKLB, "   
lv_vm07m  TYPE VM07M, "   
lt_xekls  TYPE STANDARD TABLE OF SEKLS, "   
lt_xekws  TYPE STANDARD TABLE OF SEKWS, "   
lt_xfaws  TYPE STANDARD TABLE OF SFAWS, "   
lt_xfawv  TYPE STANDARD TABLE OF SFAWV, "   
lt_xmbew  TYPE STANDARD TABLE OF SMBEW. "   

  CALL FUNCTION 'MB_UPDATE_VALUE_ENQUEUE_TABLE'  "NOTRANSL: Die Wertesperrtabelle wird fortgeschrieben.
    EXPORTING
         AKTYP = lv_aktyp
         DM07M = lv_dm07m
         MKPF = lv_mkpf
         MSEG = lv_mseg
         VM07M = lv_vm07m
    IMPORTING
         DM07M = lv_dm07m
         UPD_UM03B = lv_upd_um03b
         VKWRT = lv_vkwrt
         VKWRA = lv_vkwra
    TABLES
         X156W = lt_x156w
         XZCXCB = lt_xzcxcb
         XZCXCM = lt_xzcxcm
         YEKBNK = lt_yekbnk
         YEKBNK_CR = lt_yekbnk_cr
         YEBEFU_CR = lt_yebefu_cr
         YFBEFU_CR = lt_yfbefu_cr
         XEBEW = lt_xebew
         XQBEW = lt_xqbew
         XOBEW = lt_xobew
         XEKWV = lt_xekwv
         XEKBN = lt_xekbn
         XEKBV = lt_xekbv
         XEKLB = lt_xeklb
         XEKLS = lt_xekls
         XEKWS = lt_xekws
         XFAWS = lt_xfaws
         XFAWV = lt_xfawv
         XMBEW = lt_xmbew
. " MB_UPDATE_VALUE_ENQUEUE_TABLE




ABAP code using 7.40 inline data declarations to call FM MB_UPDATE_VALUE_ENQUEUE_TABLE

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 VKWRT FROM MSEG INTO @DATA(ld_vkwrt).
 
 
 
"SELECT single VKWRA FROM MSEG INTO @DATA(ld_vkwra).
 
 
 
 
 
 
 
 


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!