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

/SAPSLL/PRE_VDA_COND_BLOG_F01 SAP ABAP INCLUDE - /SAPSLL/PREVDACONDBLOGF01







/SAPSLL/PRE_VDA_COND_BLOG_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_VDA_COND_BLOG_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_VDA_COND_BLOG_F01. "Basic submit
SUBMIT /SAPSLL/PRE_VDA_COND_BLOG_F01 AND RETURN. "Return to original report after report execution complete
SUBMIT /SAPSLL/PRE_VDA_COND_BLOG_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_VDA_COND_BLOG_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:

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

/SAPSLL/PRE_MODGR_GET CALL FUNCTION '/SAPSLL/PRE_MODGR_GET' IMPORTING ev_modgr = cv_modelgrp EXCEPTIONS no_data = 1 not_unique = 2 OTHERS = 3.

/SAPSLL/PARTNER_RLTYP_CHECK CALL FUNCTION '/SAPSLL/PARTNER_RLTYP_CHECK' EXPORTING iv_parno = cv_modelgrp iv_rltyp = gc_rltyp-admin_unit iv_issue_message = gc_true iv_message_type = gc_msgty-error iv_language = syst-langu EXCEPTIONS no_role_provided = 1 partner_not_maintained = 2 message_type_wrong = 3 OTHERS = 4.

/SAPSLL/AUTH_CHECK_ADMUNIT_SGL CALL FUNCTION '/SAPSLL/AUTH_CHECK_ADMUNIT_SGL' EXPORTING iv_admunit = cv_modelgrp iv_actvt = gc_actvt-create EXCEPTIONS no_activity_provided = 1 no_authority = 2 OTHERS = 3.

/SAPSLL/PRE_VD_ORG_DATA_READ CALL FUNCTION '/SAPSLL/PRE_VD_ORG_DATA_READ' EXPORTING iv_modelgrp = cv_modelgrp iv_pfony = iv_pfony EXCEPTIONS internal_error = 1 country_rule_set_error = 2 OTHERS = 3.

/SAPSLL/PRE_VD_ORG_DATA_READ CALL FUNCTION '/SAPSLL/PRE_VD_ORG_DATA_READ' EXPORTING iv_modelgrp = iv_modelgrp IMPORTING ev_grvsy = ev_grvsy EXCEPTIONS internal_error = 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[].

BAL_FILTER_CREATE CALL FUNCTION 'BAL_FILTER_CREATE' EXPORTING i_object = cs_vda_cond_blog-alobject i_subobject = cs_vda_cond_blog-alsubobject i_extnumber = cs_vda_cond_blog-alnrext i_aldate_from = cs_vda_cond_blog-aldate_begin i_aldate_to = cs_vda_cond_blog-aldate_end i_altime_from = cs_vda_cond_blog-altime_begin i_altime_to = cs_vda_cond_blog-altime_end * I_PROBCLASS_FROM = * I_PROBCLASS_TO = * I_ALPROG = * I_ALTCODE = * I_ALUSER = * I_ALMODE = * I_T_LOGNUMBER = IMPORTING e_s_log_filter = cs_vda_cond_blog-log_filter.

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_vda_cond_blog-log_handle_t i_t_msg_handle = is_vda_cond_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.

BAL_DB_SEARCH CALL FUNCTION 'BAL_DB_SEARCH' EXPORTING i_client = syst-mandt i_s_log_filter = cs_vda_cond_blog-log_filter IMPORTING e_t_log_header = cs_vda_cond_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_vda_cond_blog-log_header_t i_client = sy-mandt i_exception_if_already_loaded = gc_true IMPORTING e_t_log_handle = cs_vda_cond_blog-log_handle_t EXCEPTIONS no_logs_specified = 1 log_not_found = 2 log_already_loaded = 3 OTHERS = 4.

BAL_GLB_SEARCH_MSG CALL FUNCTION 'BAL_GLB_SEARCH_MSG' EXPORTING i_t_log_handle = it_log_handle i_t_msg_context_filter = it_msg_context_filter IMPORTING e_t_msg_handle = lt_msg_handle EXCEPTIONS msg_not_found = 1 OTHERS = 2.

BAL_LOG_MSG_READ CALL FUNCTION 'BAL_LOG_MSG_READ' EXPORTING i_s_msg_handle = ls_msg_handle i_langu = sy-langu IMPORTING e_s_msg = ls_msg EXCEPTIONS log_not_found = 1 msg_not_found = 2 OTHERS = 3.

BAL_LOG_MSG_ADD CALL FUNCTION 'BAL_LOG_MSG_ADD' EXPORTING i_log_handle = iv_loghandle i_s_msg = ls_msg EXCEPTIONS log_not_found = 1 msg_inconsistent = 2 log_is_full = 3 OTHERS = 4.

BAL_GLB_SEARCH_MSG CALL FUNCTION 'BAL_GLB_SEARCH_MSG' EXPORTING i_t_log_handle = cs_vda_cond_blog-log_handle_t i_t_msg_context_filter = lt_msg_context_filter IMPORTING e_t_msg_handle = lt_msg_handle EXCEPTIONS msg_not_found = 1 OTHERS = 2.

BAL_GLB_SEARCH_MSG CALL FUNCTION 'BAL_GLB_SEARCH_MSG' EXPORTING i_t_log_handle = lt_log_handle i_t_msg_context_filter = lt_msg_context_filter IMPORTING e_t_msg_handle = lt_msg_handle EXCEPTIONS msg_not_found = 1 OTHERS = 2.

BAL_GLB_SEARCH_MSG CALL FUNCTION 'BAL_GLB_SEARCH_MSG' EXPORTING i_t_log_handle = lt_log_handle i_t_msg_context_filter = lt_msg_context_filter IMPORTING e_t_msg_handle = lt_msg_handle EXCEPTIONS msg_not_found = 1 OTHERS = 2.

BAL_GLB_SEARCH_MSG





CALL FUNCTION 'BAL_GLB_SEARCH_MSG' EXPORTING i_t_log_handle = lt_log_handle i_t_msg_context_filter = lt_msg_context_filter IMPORTING e_t_msg_handle = lt_msg_handle EXCEPTIONS msg_not_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_VDA_COND_BLOG_F01 or its description.