SAP SD_HELP_DELIVERIES Function Module for NOTRANSL: Anzeige der Lieferungen zu einer Position mit Fortschrittszahl









SD_HELP_DELIVERIES is a standard sd help deliveries 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: Anzeige der Lieferungen zu einer Position mit Fortschrittszahl 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 sd help deliveries FM, simply by entering the name SD_HELP_DELIVERIES into the relevant SAP transaction such as SE37 or SE38.

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



Function SD_HELP_DELIVERIES 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 'SD_HELP_DELIVERIES'"NOTRANSL: Anzeige der Lieferungen zu einer Position mit Fortschrittszahl
EXPORTING
I_ABRFZ = "
* I_SET_TITLE = ' ' "
* I_VRKME = "
* I_KUWEV = "
* I_VBLB = "Release Data
* I_WAGFZ = "
* I_CUST_PLANNED_ABEFZ = "
* I_UMVKN = 1 "
* I_UMVKZ = 1 "
* I_EDLUE = "External Service Agent Carry Forward
I_LIFFZ = "
* I_POSNV = ' ' "Value of help field before F4
* I_TRTYP = ' ' "
* I_VBELN = ' ' "
* I_VBELV = ' ' "Description of value before F4
* I_KORMNG = 0 "
* I_KORDT = ' ' "
* I_KORLI = ' ' "

IMPORTING
E_LIFFZ = "
E_VBELN = "
E_DOCUMENT_NOT_FOUND = "

TABLES
FXVBFA = "
.




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_SAPLV45L_001 SD Component Processing: Release - Deviation Check
EXIT_SAPLV45L_002 SD Component Supply Processing: Supplement VBLB Structure
EXIT_SAPLV45L_004 Reset the Cumulative Delivered Quantity At Fiscal Year End
EXIT_SAPLV45L_005 Stop fiscal year change for scheduling agreements

IMPORTING Parameters details for SD_HELP_DELIVERIES

I_ABRFZ -

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

I_SET_TITLE -

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

I_VRKME -

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

I_KUWEV -

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

I_VBLB - Release Data

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

I_WAGFZ -

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

I_CUST_PLANNED_ABEFZ -

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

I_UMVKN -

Data type: VBAP-UMVKN
Default: 1
Optional: Yes
Call by Reference: No ( called with pass by value option)

I_UMVKZ -

Data type: VBAP-UMVKZ
Default: 1
Optional: Yes
Call by Reference: No ( called with pass by value option)

I_EDLUE - External Service Agent Carry Forward

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

I_LIFFZ -

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

I_POSNV - Value of help field before F4

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

I_TRTYP -

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

I_VBELN -

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

I_VBELV - Description of value before F4

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

I_KORMNG -

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

I_KORDT -

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

I_KORLI -

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

EXPORTING Parameters details for SD_HELP_DELIVERIES

E_LIFFZ -

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

E_VBELN -

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

E_DOCUMENT_NOT_FOUND -

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

TABLES Parameters details for SD_HELP_DELIVERIES

FXVBFA -

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

Copy and paste ABAP code example for SD_HELP_DELIVERIES 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:
lt_fxvbfa  TYPE STANDARD TABLE OF VBFA, "   
lv_e_liffz  TYPE VBLB-ABEFZ, "   
lv_i_abrfz  TYPE VBLB-ABEFZ, "   
lv_i_set_title  TYPE RV45A-VBEP_SELKZ, "   SPACE
lv_i_vrkme  TYPE VBAP-VRKME, "   
lv_i_kuwev  TYPE KUWEV, "   
lv_i_vblb  TYPE VBLB, "   
lv_i_wagfz  TYPE RV45Z-WAGFZ, "   
lv_i_cust_planned_abefz  TYPE RV45Z-CUST_PLANNED_ABEFZ, "   
lv_i_umvkn  TYPE VBAP-UMVKN, "   1
lv_i_umvkz  TYPE VBAP-UMVKZ, "   1
lv_i_edlue  TYPE RV45Z-EDLUE, "   
lv_e_vbeln  TYPE VBFA-VBELN, "   
lv_i_liffz  TYPE VBLB-ABEFZ, "   
lv_i_posnv  TYPE VBAP-POSNR, "   SPACE
lv_e_document_not_found  TYPE C, "   
lv_i_trtyp  TYPE T180-TRTYP, "   SPACE
lv_i_vbeln  TYPE VBAK-VBELN, "   SPACE
lv_i_vbelv  TYPE VBAK-VBELN, "   SPACE
lv_i_kormng  TYPE LIPS-LFIMG, "   0
lv_i_kordt  TYPE VBAPD-KORDT, "   SPACE
lv_i_korli  TYPE TVAK-KORLI. "   SPACE

  CALL FUNCTION 'SD_HELP_DELIVERIES'  "NOTRANSL: Anzeige der Lieferungen zu einer Position mit Fortschrittszahl
    EXPORTING
         I_ABRFZ = lv_i_abrfz
         I_SET_TITLE = lv_i_set_title
         I_VRKME = lv_i_vrkme
         I_KUWEV = lv_i_kuwev
         I_VBLB = lv_i_vblb
         I_WAGFZ = lv_i_wagfz
         I_CUST_PLANNED_ABEFZ = lv_i_cust_planned_abefz
         I_UMVKN = lv_i_umvkn
         I_UMVKZ = lv_i_umvkz
         I_EDLUE = lv_i_edlue
         I_LIFFZ = lv_i_liffz
         I_POSNV = lv_i_posnv
         I_TRTYP = lv_i_trtyp
         I_VBELN = lv_i_vbeln
         I_VBELV = lv_i_vbelv
         I_KORMNG = lv_i_kormng
         I_KORDT = lv_i_kordt
         I_KORLI = lv_i_korli
    IMPORTING
         E_LIFFZ = lv_e_liffz
         E_VBELN = lv_e_vbeln
         E_DOCUMENT_NOT_FOUND = lv_e_document_not_found
    TABLES
         FXVBFA = lt_fxvbfa
. " SD_HELP_DELIVERIES




ABAP code using 7.40 inline data declarations to call FM SD_HELP_DELIVERIES

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 ABEFZ FROM VBLB INTO @DATA(ld_e_liffz).
 
"SELECT single ABEFZ FROM VBLB INTO @DATA(ld_i_abrfz).
 
"SELECT single VBEP_SELKZ FROM RV45A INTO @DATA(ld_i_set_title).
DATA(ld_i_set_title) = ' '.
 
"SELECT single VRKME FROM VBAP INTO @DATA(ld_i_vrkme).
 
 
 
"SELECT single WAGFZ FROM RV45Z INTO @DATA(ld_i_wagfz).
 
"SELECT single CUST_PLANNED_ABEFZ FROM RV45Z INTO @DATA(ld_i_cust_planned_abefz).
 
"SELECT single UMVKN FROM VBAP INTO @DATA(ld_i_umvkn).
DATA(ld_i_umvkn) = 1.
 
"SELECT single UMVKZ FROM VBAP INTO @DATA(ld_i_umvkz).
DATA(ld_i_umvkz) = 1.
 
"SELECT single EDLUE FROM RV45Z INTO @DATA(ld_i_edlue).
 
"SELECT single VBELN FROM VBFA INTO @DATA(ld_e_vbeln).
 
"SELECT single ABEFZ FROM VBLB INTO @DATA(ld_i_liffz).
 
"SELECT single POSNR FROM VBAP INTO @DATA(ld_i_posnv).
DATA(ld_i_posnv) = ' '.
 
 
"SELECT single TRTYP FROM T180 INTO @DATA(ld_i_trtyp).
DATA(ld_i_trtyp) = ' '.
 
"SELECT single VBELN FROM VBAK INTO @DATA(ld_i_vbeln).
DATA(ld_i_vbeln) = ' '.
 
"SELECT single VBELN FROM VBAK INTO @DATA(ld_i_vbelv).
DATA(ld_i_vbelv) = ' '.
 
"SELECT single LFIMG FROM LIPS INTO @DATA(ld_i_kormng).
 
"SELECT single KORDT FROM VBAPD INTO @DATA(ld_i_kordt).
DATA(ld_i_kordt) = ' '.
 
"SELECT single KORLI FROM TVAK INTO @DATA(ld_i_korli).
DATA(ld_i_korli) = ' '.
 


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!