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

/SAPSLL/PRE_VDO_ISSUE_LOG_F01 SAP ABAP INCLUDE - /SAPSLL/PREVDOISSUELOGF01







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

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/APPEND_RANGE call function '/SAPSLL/APPEND_RANGE' exporting iv_value_low = iv_status * IS_DEBUG = GS_DEBUG changing ct_range = es_vdo_issu_blog-status_r_t[] exceptions invalid_range_structure = 1 others = 2.

/SAPSLL/APPEND_RANGE call function '/SAPSLL/APPEND_RANGE' exporting iv_value_low = cs_vdo_issu_blog-alobject * IS_DEBUG = GS_DEBUG changing ct_range = cs_vdo_issu_blog-log_filter-object exceptions invalid_range_structure = 1 others = 2.

/SAPSLL/APPEND_RANGE call function '/SAPSLL/APPEND_RANGE' exporting iv_value_low = cs_vdo_issu_blog-alsubobject * IS_DEBUG = GS_DEBUG changing ct_range = cs_vdo_issu_blog-log_filter-subobject exceptions invalid_range_structure = 1 others = 2.

/SAPSLL/APPEND_RANGE call function '/SAPSLL/APPEND_RANGE' exporting iv_value_low = lv_lghdl * IS_DEBUG = GS_DEBUG changing ct_range = cs_vdo_issu_blog-log_filter-log_handle exceptions invalid_range_structure = 1 others = 2.

BAL_DB_SEARCH call function 'BAL_DB_SEARCH' exporting i_client = syst-mandt i_s_log_filter = cs_vdo_issu_blog-log_filter importing e_t_log_header = cs_vdo_issu_blog-log_header_t exceptions log_not_found = 1 no_filter_criteria = 2 others = 3.

BAL_DB_LOAD call function 'BAL_DB_LOAD' exporting i_t_log_header = cs_vdo_issu_blog-log_header_t * i_t_log_handle = cs_vdo_issu_blog-log_handle_t i_client = sy-mandt i_exception_if_already_loaded = gc_true importing e_t_log_handle = cs_vdo_issu_blog-log_handle_t exceptions no_logs_specified = 1 log_not_found = 2 log_already_loaded = 3 others = 4.

BAL_DSP_PROFILE_DETLEVEL_GET call function 'BAL_DSP_PROFILE_DETLEVEL_GET' importing e_s_display_profile = ls_display_profile.

BAL_DSP_LOG_DISPLAY call function 'BAL_DSP_LOG_DISPLAY' exporting i_s_display_profile = ls_display_profile i_t_log_handle = is_vdo_issu_blog-log_handle_t i_t_msg_handle = is_vdo_issu_blog-msg_handle_t i_srt_by_timstmp = gc_true exceptions profile_inconsistent = 1 internal_error = 2 no_data_available = 3 no_authority = 4 others = 5.



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