SAP Reports / Programs | Global Trade Services | Global Trade Services(SLL-LEG) SAP SLL

/SAPSLL/PRE_VDI_CREATE_PRG SAP ABAP INCLUDE - /SAPSLL/PREVDICREATEPRG







/SAPSLL/PRE_VDI_CREATE_PRG is a standard ABAP INCLUDE available within your SAP system (depending on your version and release level). Below is the basic information available for this SAP report including which OBJECTS it interacts with such as TABLES, FUNCTION MODULES, INCLUDES ETC. Also check out the submitted Comments related to this SAP report or see any standard documentation available.

If you would like to execute this report or see the full code listing simply enter /SAPSLL/PRE_VDI_CREATE_PRG into the relevant SAP transactions such as SE38 or SE80


ABAP code to call this SAP report using the submit statement

This report can be called from another progam/report simply by using the ABAP SUBMIT statement, see below for example ABAP code snipts of how to do this.






SUBMIT /SAPSLL/PRE_VDI_CREATE_PRG. "Basic submit
SUBMIT /SAPSLL/PRE_VDI_CREATE_PRG AND RETURN. "Return to original report after report execution complete
SUBMIT /SAPSLL/PRE_VDI_CREATE_PRG VIA SELECTION-SCREEN. "Display selection screen of submitted report to user
    See more syntax options for the ABAP SUBMIT statement


INCLUDES used within this REPORT /SAPSLL/PRE_VDI_CREATE_PRG

No INCLUDES are used within this REPORT code!


TABLES used within REPORT and the associated SELECT statement:





No SAP DATABASE tables are accessed within this REPORT code!


Function Modules used within report and the associated call statement:

/SAPSLL/VDI_CUST_SELECTION CALL FUNCTION '/SAPSLL/VDI_CUST_SELECTION' EXPORTING is_parameter = gs_vdi_par is_debug = gs_debug IMPORTING es_control = gs_vdi_data-control EXCEPTIONS foreign_lock = 1 incomplete_customizing = 2 no_authority = 3 invalid_call = 4 internal_error = 5 OTHERS = 6.

/SAPSLL/VDI_WL_SELECTION CALL FUNCTION '/SAPSLL/VDI_WL_SELECTION' EXPORTING is_control = gs_vdi_data-control is_debug = gs_debug IMPORTING es_source_wl = gs_vdi_data-source-source_wl EXCEPTIONS no_data = 1 invalid_call = 2 internal_error = 3 OTHERS = 4.

/SAPSLL/VDI_APPLOG_SELECTION CALL FUNCTION '/SAPSLL/VDI_APPLOG_SELECTION' EXPORTING is_control = gs_vdi_data-control is_source_data = gs_vdi_data-source is_debug = gs_debug.

POPUP_TO_CONFIRM CALL FUNCTION 'POPUP_TO_CONFIRM' "#EC SHAREOK EXPORTING text_question = text-q01 text_button_1 = text-q02 text_button_2 = text-q03 default_button = '1' display_cancel_button = gc_false start_column = 25 start_row = 6 IMPORTING answer = gv_answer EXCEPTIONS text_not_found = 1 OTHERS = 2.

/SAPSLL/VDI_SELECTION CALL FUNCTION '/SAPSLL/VDI_SELECTION' EXPORTING is_parameter = gs_vdi_par is_debug = gs_debug IMPORTING es_control = gs_vdi_data-control es_source_data = gs_vdi_data-source EXCEPTIONS foreign_lock = 1 no_data = 2 incomplete_customizing = 3 no_authority = 4 invalid_call = 5 internal_error = 6 OTHERS = 7.

/SAPSLL/VDI_CREATION CALL FUNCTION '/SAPSLL/VDI_CREATION' EXPORTING is_control = gs_vdi_data-control is_source_data = gs_vdi_data-source is_debug = gs_debug IMPORTING es_result_data = gs_vdi_data-result EXCEPTIONS incomplete_customizing = 1 invalid_call = 2 internal_error = 3 OTHERS = 4.

/SAPSLL/APPLOG_DISPLAY CALL FUNCTION '/SAPSLL/APPLOG_DISPLAY' EXPORTING iv_handle = gs_vdi_data-control-lghdl_tech iv_funcname = gc_cb_function_modules-ldet is_debug = gs_debug EXCEPTIONS no_log_found = 1 OTHERS = 2.

/SAPSLL/VDI_IFACE_CALL CALL FUNCTION '/SAPSLL/VDI_IFACE_CALL' EXPORTING is_control = gs_vdi_data-control is_source_data = gs_vdi_data-source is_debug = gs_debug IMPORTING ev_ucomm = gv_ucomm CHANGING cs_result_data = gs_vdi_data-result EXCEPTIONS no_data = 1 invalid_call = 2 internal_error = 3 OTHERS = 4.

/SAPSLL/VDI_OUTPUT CALL FUNCTION '/SAPSLL/VDI_OUTPUT' EXPORTING is_control_vdi = gs_vdi_data-control is_source_data_md_vdi = gs_vdi_data-source-source_md it_manco_t = gs_vdi_data-result-manco_t CHANGING cs_prevd_db = gs_vdi_data-result-prevd_db ct_vdiwl_del_t = gs_vdi_data-result-vdiwl_del_t EXCEPTIONS invalid_call = 1 internal_error = 2 OTHERS = 3.

/SAPSLL/VDI_POSTING CALL FUNCTION '/SAPSLL/VDI_POSTING' EXPORTING is_control = gs_vdi_data-control is_result_wl = gs_vdi_data-result-result_wl is_result_lg = gs_vdi_data-result-result_lg is_debug = gs_debug CHANGING cs_prevd_db = gs_vdi_data-result-prevd_db cs_prevd_db_cut = gs_vdi_data-result-prevd_db_cut EXCEPTIONS invalid_call = 1 internal_error = 2 OTHERS = 3.

/SAPSLL/APPLOG_ERRORLEVEL CALL FUNCTION '/SAPSLL/APPLOG_ERRORLEVEL' EXPORTING iv_lghdl = gs_vdi_data-control-lghdl_tech is_debug = gs_debug IMPORTING ev_msgty = gv_msgty_tech EXCEPTIONS internal_error = 0 OTHERS = 0.

/SAPSLL/APPLOG_SAVE CALL FUNCTION '/SAPSLL/APPLOG_SAVE' EXPORTING iv_handle = gs_vdi_data-control-lghdl_tech iv_in_update_task = gc_false iv_log_refresh = gc_true is_debug = gs_debug.

DEQUEUE_/SAPSLL/EPREVD CALL FUNCTION 'DEQUEUE_/SAPSLL/EPREVD' EXPORTING mode_/sapsll/prevd_enq_s = gc_enqmode-exclusive_cumulative mandt = syst-mandt vdtyp = gc_vdtyp-preference rltyp = gc_rltyp-cbp_kred modelgrp = gs_vdi_par-modgr partner = gs_vdi_par-partner_batch.

/SAPSLL/VDI_APPLOG_POSTING CALL FUNCTION '/SAPSLL/VDI_APPLOG_POSTING' EXPORTING is_control = gs_vdi_data-control is_source_data = gs_vdi_data-source is_result_data = gs_vdi_data-result * it_vdi_create_alv = is_debug = gs_debug.

/SAPSLL/APPLOG_DISPLAY CALL FUNCTION '/SAPSLL/APPLOG_DISPLAY' EXPORTING iv_handle = gs_vdi_data-control-lghdl_bus iv_funcname = gc_cb_function_modules-ldet is_debug = gs_debug EXCEPTIONS no_log_found = 0 OTHERS = 0.

/SAPSLL/APPLOG_SAVE CALL FUNCTION '/SAPSLL/APPLOG_SAVE' EXPORTING iv_handle = gs_vdi_data-control-lghdl_bus iv_in_update_task = gc_false iv_log_refresh = gc_true is_debug = gs_debug.



Contribute (Add Comments)

Although this basic information may have limited use it does provide an easy to find location to store any knowledge about this program/report.







The contribute/comments section below therefore offer's an opportunity for anyone to add additional information. This can be anything from useful hints, tips and screen shots to relevant SAP notes or anything else you feel is relevant to this report.

This will then be available for everyone to easily find by simply searching on the report name /SAPSLL/PRE_VDI_CREATE_PRG or its description.