SAP SD_VEDA_DIALOG Function Module for NOTRANSL: Vertragsdatendynpro. Für Kopf- und Positionsdaten.









SD_VEDA_DIALOG is a standard sd veda dialog 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: Vertragsdatendynpro. Für Kopf- und Positionsdaten. 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 veda dialog FM, simply by entering the name SD_VEDA_DIALOG into the relevant SAP transaction such as SE37 or SE38.

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



Function SD_VEDA_DIALOG 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_VEDA_DIALOG'"NOTRANSL: Vertragsdatendynpro. Für Kopf- und Positionsdaten.
EXPORTING
I_DOCUMENT_NUMBER = "Contract Document Number
I_PROFILE = "Proposed Profile for Contract Data
* I_FEHGR = "Error Group for Incompletion Log
* I_DIALOG_INCOMPLETE = "Issue Warning When Incomplete
* I_R185D = "
* I_VBAK = "
* I_TVAK = "
* I_TAXI_TABSTRIP_CAPTIONS = "
* I_TAXI_PROGRAM = "
* I_TAXI_HEADER_SUBSCREEN = "
* I_TAXI_GUI_PROGRAM = "
* I_FEHLERFELD = ' ' "Field Name for Incompletion Processing
* I_TAXI_GUI_STATUS = "
* I_TAXI_GUI_TITLE = "
* I_TAXI_GUI_TITLE_PARAM = "
* I_FEHLERPROTOKOLL = ' ' "Call from Processing Incompletion Log
I_POSITION_NUMBER = "Item Number
I_POSNR_LOW = "Contract Header Item Number
I_T185 = "Subsequent Screen Control.
I_T185F = "Subsequent Screen Control. Function Code
I_T185V = "Subsequent Screen Control.
* I_TITEL = ' ' "Character String for Structure of Screen Title Line

IMPORTING
E_DATALOSS = "Change Indicator
E_T185 = "
E_T185F = "
E_VEDA = "Sales Data. New Status

CHANGING
* C_TAXI_TABSTRIP = "

TABLES
* T_HVBUV = "
* T_XVBUV = "
.




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_SAPLV45W_001 SD Service Management: Forward Contract Data to Item

IMPORTING Parameters details for SD_VEDA_DIALOG

I_DOCUMENT_NUMBER - Contract Document Number

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

I_PROFILE - Proposed Profile for Contract Data

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

I_FEHGR - Error Group for Incompletion Log

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

I_DIALOG_INCOMPLETE - Issue Warning When Incomplete

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

I_R185D -

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

I_VBAK -

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

I_TVAK -

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

I_TAXI_TABSTRIP_CAPTIONS -

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

I_TAXI_PROGRAM -

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

I_TAXI_HEADER_SUBSCREEN -

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

I_TAXI_GUI_PROGRAM -

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

I_FEHLERFELD - Field Name for Incompletion Processing

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

I_TAXI_GUI_STATUS -

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

I_TAXI_GUI_TITLE -

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

I_TAXI_GUI_TITLE_PARAM -

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

I_FEHLERPROTOKOLL - Call from Processing Incompletion Log

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

I_POSITION_NUMBER - Item Number

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

I_POSNR_LOW - Contract Header Item Number

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

I_T185 - Subsequent Screen Control.

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

I_T185F - Subsequent Screen Control. Function Code

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

I_T185V - Subsequent Screen Control.

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

I_TITEL - Character String for Structure of Screen Title Line

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

EXPORTING Parameters details for SD_VEDA_DIALOG

E_DATALOSS - Change Indicator

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

E_T185 -

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

E_T185F -

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

E_VEDA - Sales Data. New Status

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

CHANGING Parameters details for SD_VEDA_DIALOG

C_TAXI_TABSTRIP -

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

TABLES Parameters details for SD_VEDA_DIALOG

T_HVBUV -

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

T_XVBUV -

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

Copy and paste ABAP code example for SD_VEDA_DIALOG 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_t_hvbuv  TYPE STANDARD TABLE OF VBUVVB, "   
lv_e_dataloss  TYPE VBUVVB, "   
lv_c_taxi_tabstrip  TYPE VBUVVB, "   
lv_i_document_number  TYPE VEDA-VBELN, "   
lv_i_profile  TYPE TVVD-VPROF, "   
lv_i_fehgr  TYPE TVUV-FEHGR, "   
lv_i_dialog_incomplete  TYPE TVUV, "   
lv_i_r185d  TYPE R185D, "   
lv_i_vbak  TYPE VBAK, "   
lv_i_tvak  TYPE TVAK, "   
lv_i_taxi_tabstrip_captions  TYPE TAXI_TABSTRIP_CAPTIONS, "   
lv_i_taxi_program  TYPE SY-REPID, "   
lv_i_taxi_header_subscreen  TYPE SY, "   
lv_i_taxi_gui_program  TYPE SY-REPID, "   
lv_e_t185  TYPE T185, "   
lt_t_xvbuv  TYPE STANDARD TABLE OF VBUVVB, "   
lv_i_fehlerfeld  TYPE VBUVVB, "   ' '
lv_i_taxi_gui_status  TYPE TAXI_PARAMS-GUI_STATUS, "   
lv_i_taxi_gui_title  TYPE TAXI_PARAMS-GUI_TITLE, "   
lv_i_taxi_gui_title_param  TYPE TAXI_PARAMS-TITLE_PARAM, "   
lv_e_t185f  TYPE T185F, "   
lv_i_fehlerprotokoll  TYPE T185F, "   ' '
lv_e_veda  TYPE VEDA, "   
lv_i_position_number  TYPE VEDA-VPOSN, "   
lv_i_posnr_low  TYPE VEDA-VPOSN, "   
lv_i_t185  TYPE T185, "   
lv_i_t185f  TYPE T185F, "   
lv_i_t185v  TYPE T185V, "   
lv_i_titel  TYPE T185V. "   ' '

  CALL FUNCTION 'SD_VEDA_DIALOG'  "NOTRANSL: Vertragsdatendynpro. Für Kopf- und Positionsdaten.
    EXPORTING
         I_DOCUMENT_NUMBER = lv_i_document_number
         I_PROFILE = lv_i_profile
         I_FEHGR = lv_i_fehgr
         I_DIALOG_INCOMPLETE = lv_i_dialog_incomplete
         I_R185D = lv_i_r185d
         I_VBAK = lv_i_vbak
         I_TVAK = lv_i_tvak
         I_TAXI_TABSTRIP_CAPTIONS = lv_i_taxi_tabstrip_captions
         I_TAXI_PROGRAM = lv_i_taxi_program
         I_TAXI_HEADER_SUBSCREEN = lv_i_taxi_header_subscreen
         I_TAXI_GUI_PROGRAM = lv_i_taxi_gui_program
         I_FEHLERFELD = lv_i_fehlerfeld
         I_TAXI_GUI_STATUS = lv_i_taxi_gui_status
         I_TAXI_GUI_TITLE = lv_i_taxi_gui_title
         I_TAXI_GUI_TITLE_PARAM = lv_i_taxi_gui_title_param
         I_FEHLERPROTOKOLL = lv_i_fehlerprotokoll
         I_POSITION_NUMBER = lv_i_position_number
         I_POSNR_LOW = lv_i_posnr_low
         I_T185 = lv_i_t185
         I_T185F = lv_i_t185f
         I_T185V = lv_i_t185v
         I_TITEL = lv_i_titel
    IMPORTING
         E_DATALOSS = lv_e_dataloss
         E_T185 = lv_e_t185
         E_T185F = lv_e_t185f
         E_VEDA = lv_e_veda
    CHANGING
         C_TAXI_TABSTRIP = lv_c_taxi_tabstrip
    TABLES
         T_HVBUV = lt_t_hvbuv
         T_XVBUV = lt_t_xvbuv
. " SD_VEDA_DIALOG




ABAP code using 7.40 inline data declarations to call FM SD_VEDA_DIALOG

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 VBELN FROM VEDA INTO @DATA(ld_i_document_number).
 
"SELECT single VPROF FROM TVVD INTO @DATA(ld_i_profile).
 
"SELECT single FEHGR FROM TVUV INTO @DATA(ld_i_fehgr).
 
 
 
 
 
 
"SELECT single REPID FROM SY INTO @DATA(ld_i_taxi_program).
 
 
"SELECT single REPID FROM SY INTO @DATA(ld_i_taxi_gui_program).
 
 
 
DATA(ld_i_fehlerfeld) = ' '.
 
"SELECT single GUI_STATUS FROM TAXI_PARAMS INTO @DATA(ld_i_taxi_gui_status).
 
"SELECT single GUI_TITLE FROM TAXI_PARAMS INTO @DATA(ld_i_taxi_gui_title).
 
"SELECT single TITLE_PARAM FROM TAXI_PARAMS INTO @DATA(ld_i_taxi_gui_title_param).
 
 
DATA(ld_i_fehlerprotokoll) = ' '.
 
 
"SELECT single VPOSN FROM VEDA INTO @DATA(ld_i_position_number).
 
"SELECT single VPOSN FROM VEDA INTO @DATA(ld_i_posnr_low).
 
 
 
 
DATA(ld_i_titel) = ' '.
 


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!