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

/SAPSLL/PRE_VDO_REVOKE_PRG SAP ABAP INCLUDE - /SAPSLL/PREVDOREVOKEPRG







/SAPSLL/PRE_VDO_REVOKE_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_VDO_REVOKE_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_VDO_REVOKE_PRG. "Basic submit
SUBMIT /SAPSLL/PRE_VDO_REVOKE_PRG AND RETURN. "Return to original report after report execution complete
SUBMIT /SAPSLL/PRE_VDO_REVOKE_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_VDO_REVOKE_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/VDO_CUST_SELECTION call function '/SAPSLL/VDO_CUST_SELECTION' exporting is_parameter = gs_vdo_par is_debug = gs_debug importing es_control = gs_vdo_data-control exceptions foreign_lock = 1 incomplete_customizing = 2 no_authority = 3 invalid_call = 4 internal_error = 5 others = 6.

/SAPSLL/VDO_WL_SELECTION call function '/SAPSLL/VDO_WL_SELECTION' exporting is_control = gs_vdo_data-control is_debug = gs_debug importing es_source_wl = gs_vdo_data-source-source_wl changing cr_partner = gs_vdo_data-control-partner_r[] exceptions no_data = 1 invalid_call = 2 internal_error = 3 others = 4.

/SAPSLL/VDO_SELECTION call function '/SAPSLL/VDO_SELECTION' exporting is_parameter = gs_vdo_par is_debug = gs_debug importing es_control = gs_vdo_data-control es_source_data = gs_vdo_data-source exceptions only_work_list_deletion = 1 no_data = 2 incomplete_customizing = 3 no_authority = 4 invalid_call = 5 internal_error = 6 others = 7.

/SAPSLL/VDO_REVOCATION call function '/SAPSLL/VDO_REVOCATION' exporting is_control = gs_vdo_data-control is_source_data = gs_vdo_data-source is_debug = gs_debug importing es_result_data = gs_vdo_data-result exceptions incomplete_customizing = 1 invalid_call = 2 internal_error = 3 others = 4.

/SAPSLL/APPLOG_ERRORLEVEL call function '/SAPSLL/APPLOG_ERRORLEVEL' exporting iv_lghdl = gs_vdo_data-control-lghdl_tech is_debug = gs_debug importing ev_msgty = gv_msgty_tech exceptions internal_error = 1 others = 2.

/SAPSLL/APPLOG_DISPLAY call function '/SAPSLL/APPLOG_DISPLAY' exporting iv_handle = gs_vdo_data-control-lghdl_tech iv_funcname = gc_cb_function_modules-ldet is_debug = gs_debug exceptions no_log_found = 1 others = 2.

/SAPSLL/VDO_REVOKE_ALV call function '/SAPSLL/VDO_REVOKE_ALV' exporting is_control = gs_vdo_data-control is_source_data = gs_vdo_data-source is_debug = gs_debug importing ev_ucomm = gv_ucomm changing cs_result_data = gs_vdo_data-result exceptions no_data = 1 invalid_call = 2 internal_error = 3 others = 4.

/SAPSLL/VDO_OUTPUT call function '/SAPSLL/VDO_OUTPUT' exporting is_control_vdo = gs_vdo_data-control is_source_data_md_vdo = gs_vdo_data-source-source_md changing cs_prevd_db = gs_vdo_data-result-prevd_db exceptions invalid_call = 1 others = 2.

/SAPSLL/VDO_POSTING call function '/SAPSLL/VDO_POSTING' exporting is_control = gs_vdo_data-control is_result_wl = gs_vdo_data-result-result_wl is_result_lg = gs_vdo_data-result-result_lg is_result_ct = gs_vdo_data-result-result_ct is_debug = gs_debug changing cs_prevd_db = gs_vdo_data-result-prevd_db exceptions internal_error = 1 others = 2.

/SAPSLL/APPLOG_ERRORLEVEL call function '/SAPSLL/APPLOG_ERRORLEVEL' exporting iv_lghdl = gs_vdo_data-control-lghdl_tech is_debug = gs_debug importing ev_msgty = gv_msgty_tech exceptions internal_error = 1 others = 2.

/SAPSLL/APPLOG_SAVE call function '/SAPSLL/APPLOG_SAVE' exporting iv_handle = gs_vdo_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_debi modelgrp = gs_vdo_par-modgr partner = gs_partner-partner.

/SAPSLL/APPLOG_DISPLAY call function '/SAPSLL/APPLOG_DISPLAY' exporting iv_handle = gs_vdo_data-control-lghdl_tech iv_funcname = gc_cb_function_modules-ldet is_debug = gs_debug exceptions no_log_found = 1 others = 2.



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_VDO_REVOKE_PRG or its description.