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

/SAPSLL/PRE_VDI_MONITOR_FOR SAP ABAP INCLUDE - /SAPSLL/PREVDIMONITORFOR







/SAPSLL/PRE_VDI_MONITOR_FOR 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_MONITOR_FOR 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_MONITOR_FOR. "Basic submit
SUBMIT /SAPSLL/PRE_VDI_MONITOR_FOR AND RETURN. "Return to original report after report execution complete
SUBMIT /SAPSLL/PRE_VDI_MONITOR_FOR 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_MONITOR_FOR

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:

AUTHORITY_CHECK_TCODE CALL FUNCTION 'AUTHORITY_CHECK_TCODE' EXPORTING tcode = iv_tcode EXCEPTIONS ok = 1 not_ok = 2 OTHERS = 3.

/SAPSLL/PRE_STCTS_GET CALL FUNCTION '/SAPSLL/PRE_STCTS_GET' EXPORTING iv_pfony = iv_pfony IMPORTING ev_stcts = cv_stcts EXCEPTIONS no_data = 1 not_unique = 2 OTHERS = 3.

/SAPSLL/PNTBP_DB_RNG_READ CALL FUNCTION '/SAPSLL/PNTBP_DB_RNG_READ' EXPORTING is_crit = ls_crit_pntbp iv_flag_fill_buffer = 'X' is_debug = gs_debug IMPORTING et_result = et_pntbp EXCEPTIONS no_data = 1 open_sql_error = 2 OTHERS = 3.

/SAPSLL/PREVDITM_DB_RNG_READ CALL FUNCTION '/SAPSLL/PREVDITM_DB_RNG_READ' EXPORTING is_crit = ls_crit_prevditm iv_flag_fill_buffer = 'X' is_debug = gs_debug IMPORTING et_result = et_prevditm EXCEPTIONS no_data = 1 open_sql_error = 2 OTHERS = 3.

/SAPSLL/PREVDNEG_DB_RNG_READ CALL FUNCTION '/SAPSLL/PREVDNEG_DB_RNG_READ' EXPORTING is_crit = ls_crit_prevdneg iv_flag_fill_buffer = 'X' is_debug = gs_debug IMPORTING et_result = et_prevdneg EXCEPTIONS no_data = 1 open_sql_error = 2 OTHERS = 3.

/SAPSLL/PRE_VD_ORG_DATA_READ CALL FUNCTION '/SAPSLL/PRE_VD_ORG_DATA_READ' EXPORTING iv_modelgrp = gs_param-addr-modgr IMPORTING ev_country = lv_modelgrp_country EXCEPTIONS internal_error = 1 OTHERS = 2.

/SAPSLL/TVDCTRL_DB_SGL_READ CALL FUNCTION '/SAPSLL/TVDCTRL_DB_SGL_READ' EXPORTING is_pk = ls_pk_tvdctrl iv_flag_bypass_buffer = gc_false iv_flag_no_db_access = gc_false iv_flag_fill_buffer = gc_true is_debug = gs_debug IMPORTING es_result = ls_tvdctrl EXCEPTIONS no_data = 1 invalid_call = 2 OTHERS = 3.

/SAPSLL/TVDCTRL_DB_BUF_PUT CALL FUNCTION '/SAPSLL/TVDCTRL_DB_BUF_PUT' EXPORTING is_data = ls_tvdctrl is_debug = gs_debug.

/SAPSLL/CONVERT_DATE_TO_STAMP CALL FUNCTION '/SAPSLL/CONVERT_DATE_TO_STAMP' EXPORTING iv_date = gs_param-valid-vdvab iv_time = gc_time-end IMPORTING ev_timestamp = lv_datab.

/SAPSLL/CONVERT_DATE_TO_STAMP CALL FUNCTION '/SAPSLL/CONVERT_DATE_TO_STAMP' EXPORTING iv_date = gs_param-valid-vdvbi iv_time = gc_time-end IMPORTING ev_timestamp = lv_datbi.

/SAPSLL/PRPREF_DB_BUF_PUT CALL FUNCTION '/SAPSLL/PRPREF_DB_BUF_PUT' EXPORTING it_data = et_prpref is_debug = gs_debug.

/SAPSLL/PRPREFNG_DB_BUF_PUT CALL FUNCTION '/SAPSLL/PRPREFNG_DB_BUF_PUT' EXPORTING it_data = et_prprefng is_debug = gs_debug.

/SAPSLL/APPEND_RANGE CALL FUNCTION '/SAPSLL/APPEND_RANGE' EXPORTING iv_value_low = iv_value CHANGING ct_range = ct_range EXCEPTIONS invalid_range_structure = 1 OTHERS = 2.

/SAPSLL/MONITOR_DISP_PREPARE CALL FUNCTION '/SAPSLL/MONITOR_DISP_PREPARE' EXPORTING it_monitor = it_monitor it_pntpr = it_pntpr it_pntbp = it_pntbp it_prpar = it_prpar it_prpref = it_prpref it_prcts = it_prcts IMPORTING et_monitor_ui = ct_display.

/SAPSLL/PRE_VD_ADD_DATA_READ CALL FUNCTION '/SAPSLL/PRE_VD_ADD_DATA_READ' EXPORTING it_pntpr = it_products iv_stcts = gs_param-product-stcts iv_modelgrp_country = iv_modelgrp_country IMPORTING et_prcts = ct_prcts.

/SAPSLL/ALV_GRID_FULLSCREEN CALL FUNCTION '/SAPSLL/ALV_GRID_FULLSCREEN' EXPORTING it_finfo = lt_finfo it_toolbar_excluding = lt_toolbar_excluding it_add_functions = lt_button is_layout = ls_layout iv_structure = '/SAPSLL/PREVD_DB_UI_S' iv_ucomm_callback = '/SAPSLL/PRE_VDI_UCOMM' iv_titlebar = text-t06 it_sort = lt_sort iv_flag_input = gc_false iv_flag_reduce_buttons = gc_true iv_flag_cwidth_opt = gc_true iv_flag_zebra = gc_true is_debug = gs_debug CHANGING ct_data = lt_display "#EC SHAREOK ct_fieldcat = lt_fieldcat.

LVC_FIELDCATALOG_MERGE CALL FUNCTION 'LVC_FIELDCATALOG_MERGE' EXPORTING i_structure_name = '/SAPSLL/PREVD_DB_UI_S' CHANGING ct_fieldcat = ct_fieldcat[] EXCEPTIONS inconsistent_interface = 1 program_error = 2 OTHERS = 3.

/SAPSLL/APPEND_FINFO CALL FUNCTION '/SAPSLL/APPEND_FINFO' EXPORTING iv_tablename = iv_table iv_fieldname = iv_field iv_fieldinfo = iv_finfo is_debug = gs_debug CHANGING ct_finfo = ct_finfo EXCEPTIONS invalid_call = 1 OTHERS = 2.

BUPA_DESCRIPTION_GET





CALL FUNCTION 'BUPA_DESCRIPTION_GET' EXPORTING iv_partner = lv_partner iv_valdt = sy-datlo IMPORTING ev_description = lv_description TABLES et_return = lt_return[].



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