SAP LE_MOVEMENT_IS_QUITL_DETERMINE Function Module for NOTRANSL: Ermittlung von 'Quittieren Leistung' Positionen









LE_MOVEMENT_IS_QUITL_DETERMINE is a standard le movement is quitl determine 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: Ermittlung von 'Quittieren Leistung' Positionen 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 movement is quitl determine FM, simply by entering the name LE_MOVEMENT_IS_QUITL_DETERMINE into the relevant SAP transaction such as SE37 or SE38.

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



Function LE_MOVEMENT_IS_QUITL_DETERMINE 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_MOVEMENT_IS_QUITL_DETERMINE'"NOTRANSL: Ermittlung von 'Quittieren Leistung' Positionen
EXPORTING
* IF_VBELN = "Delivery
IF_BWART = "Movement Type (Inventory Management)
IF_SOBKZ = "Special Stock Indicator
IF_VGTYP = "Activity or element category
IF_POSAR = "Item Type
IF_XCHAR = "Batch Management Indicator (Internal)
IF_XCHPF = "Batch Management Requirement Indicator
IF_UECHA = "Higher-Level Item of Batch Split Item
IF_KCMENG = "Cumulative batch quantity of all split items (in StckUnit)
IF_WERKS = "Plant
IF_MTART = "Material Type
* IF_POSNR = "Delivery Item
* IF_EBUMG = "
* IF_LGNUM = "
IF_LFIMG = "Actual Quantity Delivered (In Sales Units)
IF_LGMNG = "Actual Quantity Delivered in Stockkeeping Units
* IF_LFIMG_FLO = "Internal field/ Do not use / LFIMG in float / MUM
* IF_LGMNG_FLO = "Internal field/ Do not use / LGMNG in float / MUM
IF_VBUMG = "GR-Posted Quantity in SUn
IF_VBUMG_BME = "Quantity (GR Posted) in Base Unit of Measure
IF_NOWAB = "Indicator: Item not relevant for goods movements

IMPORTING
ES_V134W = "Generated Table for View V134W
EF_IS_QUITL = "
.



IMPORTING Parameters details for LE_MOVEMENT_IS_QUITL_DETERMINE

IF_VBELN - Delivery

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

IF_BWART - Movement Type (Inventory Management)

Data type: BWART
Optional: No
Call by Reference: Yes

IF_SOBKZ - Special Stock Indicator

Data type: SOBKZ
Optional: No
Call by Reference: Yes

IF_VGTYP - Activity or element category

Data type: VBTYP
Optional: No
Call by Reference: Yes

IF_POSAR - Item Type

Data type: POSAR
Optional: No
Call by Reference: Yes

IF_XCHAR - Batch Management Indicator (Internal)

Data type: XCHAR
Optional: No
Call by Reference: Yes

IF_XCHPF - Batch Management Requirement Indicator

Data type: XCHPF
Optional: No
Call by Reference: Yes

IF_UECHA - Higher-Level Item of Batch Split Item

Data type: UECHA
Optional: No
Call by Reference: Yes

IF_KCMENG - Cumulative batch quantity of all split items (in StckUnit)

Data type: KCMENG
Optional: No
Call by Reference: Yes

IF_WERKS - Plant

Data type: WERKS_D
Optional: No
Call by Reference: Yes

IF_MTART - Material Type

Data type: MTART
Optional: No
Call by Reference: Yes

IF_POSNR - Delivery Item

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

IF_EBUMG -

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

IF_LGNUM -

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

IF_LFIMG - Actual Quantity Delivered (In Sales Units)

Data type: LFIMG
Optional: No
Call by Reference: Yes

IF_LGMNG - Actual Quantity Delivered in Stockkeeping Units

Data type: LGMNG
Optional: No
Call by Reference: Yes

IF_LFIMG_FLO - Internal field/ Do not use / LFIMG in float / MUM

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

IF_LGMNG_FLO - Internal field/ Do not use / LGMNG in float / MUM

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

IF_VBUMG - GR-Posted Quantity in SUn

Data type: VBUMG
Optional: No
Call by Reference: Yes

IF_VBUMG_BME - Quantity (GR Posted) in Base Unit of Measure

Data type: VBUMG_BME
Optional: No
Call by Reference: Yes

IF_NOWAB - Indicator: Item not relevant for goods movements

Data type: NOWAB
Optional: No
Call by Reference: Yes

EXPORTING Parameters details for LE_MOVEMENT_IS_QUITL_DETERMINE

ES_V134W - Generated Table for View V134W

Data type: V134W
Optional: No
Call by Reference: Yes

EF_IS_QUITL -

Data type: IS_QUITL
Optional: No
Call by Reference: Yes

Copy and paste ABAP code example for LE_MOVEMENT_IS_QUITL_DETERMINE 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_es_v134w  TYPE V134W, "   
lv_if_vbeln  TYPE VBELN_VL, "   
lv_if_bwart  TYPE BWART, "   
lv_if_sobkz  TYPE SOBKZ, "   
lv_if_vgtyp  TYPE VBTYP, "   
lv_if_posar  TYPE POSAR, "   
lv_if_xchar  TYPE XCHAR, "   
lv_if_xchpf  TYPE XCHPF, "   
lv_if_uecha  TYPE UECHA, "   
lv_if_kcmeng  TYPE KCMENG, "   
lv_if_werks  TYPE WERKS_D, "   
lv_if_mtart  TYPE MTART, "   
lv_if_posnr  TYPE POSNR_VL, "   
lv_ef_is_quitl  TYPE IS_QUITL, "   
lv_if_ebumg  TYPE EBUMG, "   
lv_if_lgnum  TYPE LGNUM, "   
lv_if_lfimg  TYPE LFIMG, "   
lv_if_lgmng  TYPE LGMNG, "   
lv_if_lfimg_flo  TYPE LFIMG_FLO, "   
lv_if_lgmng_flo  TYPE LGMNG_FLO, "   
lv_if_vbumg  TYPE VBUMG, "   
lv_if_vbumg_bme  TYPE VBUMG_BME, "   
lv_if_nowab  TYPE NOWAB. "   

  CALL FUNCTION 'LE_MOVEMENT_IS_QUITL_DETERMINE'  "NOTRANSL: Ermittlung von 'Quittieren Leistung' Positionen
    EXPORTING
         IF_VBELN = lv_if_vbeln
         IF_BWART = lv_if_bwart
         IF_SOBKZ = lv_if_sobkz
         IF_VGTYP = lv_if_vgtyp
         IF_POSAR = lv_if_posar
         IF_XCHAR = lv_if_xchar
         IF_XCHPF = lv_if_xchpf
         IF_UECHA = lv_if_uecha
         IF_KCMENG = lv_if_kcmeng
         IF_WERKS = lv_if_werks
         IF_MTART = lv_if_mtart
         IF_POSNR = lv_if_posnr
         IF_EBUMG = lv_if_ebumg
         IF_LGNUM = lv_if_lgnum
         IF_LFIMG = lv_if_lfimg
         IF_LGMNG = lv_if_lgmng
         IF_LFIMG_FLO = lv_if_lfimg_flo
         IF_LGMNG_FLO = lv_if_lgmng_flo
         IF_VBUMG = lv_if_vbumg
         IF_VBUMG_BME = lv_if_vbumg_bme
         IF_NOWAB = lv_if_nowab
    IMPORTING
         ES_V134W = lv_es_v134w
         EF_IS_QUITL = lv_ef_is_quitl
. " LE_MOVEMENT_IS_QUITL_DETERMINE




ABAP code using 7.40 inline data declarations to call FM LE_MOVEMENT_IS_QUITL_DETERMINE

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.

 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 


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!