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

/SAPSLL/SPL_BLOCKED_PART_FOR SAP ABAP INCLUDE - Include /SAPSLL/SPL_BLOCKED_PART_FOR







/SAPSLL/SPL_BLOCKED_PART_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/SPL_BLOCKED_PART_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/SPL_BLOCKED_PART_FOR. "Basic submit
SUBMIT /SAPSLL/SPL_BLOCKED_PART_FOR AND RETURN. "Return to original report after report execution complete
SUBMIT /SAPSLL/SPL_BLOCKED_PART_FOR VIA SELECTION-SCREEN. "Display selection screen of submitted report to user
    See more syntax options for the ABAP SUBMIT statement


Text pool values


Title: Include /SAPSLL/SPL_BLOCKED_PART_FOR


INCLUDES used within this REPORT /SAPSLL/SPL_BLOCKED_PART_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:

/SAPSLL/APPEND_RANGE CALL FUNCTION '/SAPSLL/APPEND_RANGE' EXPORTING iv_value_low = gc_true is_debug = gs_debug CHANGING ct_range = cs_adrcon_crit-spl_chk_positive.

/SAPSLL/HANA_ACTIVE_CHECK CALL FUNCTION '/SAPSLL/HANA_ACTIVE_CHECK' EXPORTING iv_haccs = gc_hdbacctype-blocked_bp IMPORTING ev_con_name = lv_con_name.

/SAPSLL/CON_BLOCKED_BP_GMEM_PN CALL FUNCTION '/SAPSLL/CON_BLOCKED_BP_GMEM_PN' IMPORTING ev_splpn_active = lv_splpn.

/SAPSLL/CASE_MGMT_ACTIVE_CHECK CALL FUNCTION '/SAPSLL/CASE_MGMT_ACTIVE_CHECK' EXPORTING iv_cmobj = gc_case_object-business_partner IMPORTING ev_cmact = lv_cmact.

/SAPSLL/SPL_CHECK_GET_SGL_ADRC CALL FUNCTION '/SAPSLL/SPL_CHECK_GET_SGL_ADRC' EXPORTING iv_address_number = ls_adrc-addrnumber IMPORTING es_adrc = ls_adrc EXCEPTIONS address_not_exist = 1 OTHERS = 2.

/SAPSLL/CONVERT_STAMP_TO_DATE CALL FUNCTION '/SAPSLL/CONVERT_STAMP_TO_DATE' EXPORTING iv_timestamp = lv_spl_valid_to iv_timezone = ls_tspl-spl_tzone_to iv_end_date = gc_true IMPORTING ev_date = lv_spl_val_date.

/SAPSLL/SPL_EXT_AUTH_CHK_SGL CALL FUNCTION '/SAPSLL/SPL_EXT_AUTH_CHK_SGL' EXPORTING iv_lgreg = ls_blocked_bp-lgreg iv_partner = ls_blocked_bp-partner ir_ftorg = ir_ftorg EXCEPTIONS ext_authority_check_not_active = 1 no_bp_role_assigned = 2 no_authority = 3 OTHERS = 4.

/SAPSLL/CONVERT_DATE_STAMP_RNG CALL FUNCTION '/SAPSLL/CONVERT_DATE_STAMP_RNG' EXPORTING ir_date = s_crdat[] IMPORTING ir_time_stamp = lr_crdat.

/SAPSLL/CONVERT_DATE_STAMP_RNG CALL FUNCTION '/SAPSLL/CONVERT_DATE_STAMP_RNG' EXPORTING ir_date = s_chdat[] IMPORTING ir_time_stamp = lr_chdat.

/SAPSLL/CONVERT_DATE_STAMP_RNG CALL FUNCTION '/SAPSLL/CONVERT_DATE_STAMP_RNG' EXPORTING ir_date = s_chkdat[] IMPORTING ir_time_stamp = lr_chkdat.

/SAPSLL/CASE_RNG_READ CALL FUNCTION '/SAPSLL/CASE_RNG_READ' EXPORTING iv_cmobj = gc_case_object-business_partner it_cm_bp_key = lt_cm_key IMPORTING et_cm_bp = ct_cm_bp.

/SAPSLL/CONVERT_DATE_TO_STAMP CALL FUNCTION '/SAPSLL/CONVERT_DATE_TO_STAMP' EXPORTING iv_date = iv_datfrom IMPORTING ev_timestamp = lrs_datum-low.

/SAPSLL/CONVERT_DATE_TO_STAMP CALL FUNCTION '/SAPSLL/CONVERT_DATE_TO_STAMP' EXPORTING iv_date = iv_datto IMPORTING ev_timestamp = lrs_datum-high.



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