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

/SAPSLL/CUS_REQ_EXIT_BE_EX_F01 SAP ABAP INCLUDE - /SAPSLL/CUSREQEXITBEEXF01







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

BUPA_DESCRIPTION_GET CALL FUNCTION 'BUPA_DESCRIPTION_GET' EXPORTING iv_partner = iv_parno IMPORTING * EV_DESCRIPTION = ev_description_name = lv_bu_descrip TABLES et_return = lt_return.

EDI_PARTNER_APPL_READ_OUT CALL FUNCTION 'EDI_PARTNER_APPL_READ_OUT' EXPORTING rec_edk13 = ls_edk13 IMPORTING rec_edp13 = ls_edp13 EXCEPTIONS partner_is_inactive = 1 partner_is_template = 2 partner_not_found = 3 OTHERS = 4.

/SAPSLL/FTORGS_PROVIDE CALL FUNCTION '/SAPSLL/FTORGS_PROVIDE' IMPORTING et_ftorg = lt_ftorg.

/SAPSLL/PARTNER_ADDRESS_GET CALL FUNCTION '/SAPSLL/PARTNER_ADDRESS_GET' EXPORTING iv_parno = -partner IMPORTING es_addr1_val = ls_addr1_val.

/SAPSLL/ACT_LEG_REG_SERV_GET CALL FUNCTION '/SAPSLL/ACT_LEG_REG_SERV_GET' EXPORTING iv_srvll = iv_srvll iv_regty = iv_regty iv_indei = iv_indei is_crit = ls_crit iv_flag_read_buffer = gc_false is_debug = gs_debug IMPORTING et_t606g = ct_t606g EXCEPTIONS no_determination_scheme = 1 no_check_objects = 2 no_entries_found = 3 OTHERS = 4.

/SAPSLL/AUTH_CHECK_LRG_SGL CALL FUNCTION '/SAPSLL/AUTH_CHECK_LRG_SGL' EXPORTING iv_autho = 'GTS_CUS' iv_lgreg = ls_t606g-lgreg iv_actvt = iv_actvt IMPORTING ev_auth_check_ok = lv_auth_check EXCEPTIONS no_activity_provided = 1 no_authority = 2 wrong_authority_object = 3 OTHERS = 4.

/SAPSLL/GUID_CREATE CALL FUNCTION '/SAPSLL/GUID_CREATE' IMPORTING ev_guid_32 = lv_guid_32.

GET_SYSTEM_TIMEZONE CALL FUNCTION 'GET_SYSTEM_TIMEZONE' IMPORTING timezone = lv_timzone EXCEPTIONS customizing_missing = 1 OTHERS = 2.

/SAPSLL/APPLOG_INIT CALL FUNCTION '/SAPSLL/APPLOG_INIT' EXPORTING iv_object = gc_applog_obj-ecc iv_subobject = '/SAPSLL/ECC_REQUESTS' iv_extnumber = lv_extnumber iv_skip_search = gc_true is_debug = gs_debug CHANGING cv_handle = cv_handle.

/SAPSLL/APPLOG_DEFAULT_SET CALL FUNCTION '/SAPSLL/APPLOG_DEFAULT_SET' EXPORTING iv_handle = cv_handle is_debug = gs_debug.

/SAPSLL/TCOPAO_DB_SGL_READ CALL FUNCTION '/SAPSLL/TCOPAO_DB_SGL_READ' EXPORTING is_pk = ls_tcopao_pk iv_flag_fill_buffer = gc_true is_debug = gs_debug IMPORTING es_result = ls_tcopao EXCEPTIONS no_data = 1 invalid_call = 2 OTHERS = 3.

/SAPSLL/TCOPAP_DB_SGL_READ CALL FUNCTION '/SAPSLL/TCOPAP_DB_SGL_READ' EXPORTING is_pk = ls_tcopap_pk iv_flag_fill_buffer = gc_true is_debug = gs_debug IMPORTING es_result = ls_tcopap EXCEPTIONS no_data = 1 invalid_call = 2 OTHERS = 3.

BAL_LOG_MSG_ADD CALL FUNCTION 'BAL_LOG_MSG_ADD' EXPORTING i_s_msg = is_msg EXCEPTIONS log_not_found = 0 OTHERS = 1.

/SAPSLL/APPLOG_SAVE CALL FUNCTION '/SAPSLL/APPLOG_SAVE' EXPORTING iv_handle = iv_handle iv_in_update_task = gc_false iv_log_refresh = gc_false is_debug = gs_debug.

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 = lt_handle i_srt_by_timstmp = gc_true EXCEPTIONS profile_inconsistent = 1 internal_error = 2 no_data_available = 3 no_authority = 4 OTHERS = 5.

/SAPSLL/CORPAR_DB_RNG_READ CALL FUNCTION '/SAPSLL/CORPAR_DB_RNG_READ' EXPORTING is_crit = ls_corpar_crit iv_flag_fill_buffer = 'X' is_debug = gs_debug IMPORTING et_result = lt_corpar EXCEPTIONS no_data = 1 open_sql_error = 2 OTHERS = 3.

/SAPSLL/PARTNER_TIMEZONE_GET CALL FUNCTION '/SAPSLL/PARTNER_TIMEZONE_GET' EXPORTING iv_guid_prtn = ls_corpar-guid_prtn IMPORTING ev_timezone = cs_ecc_cntrl-cretzn.

/SAPSLL/GET_CURRENT_DATE





CALL FUNCTION '/SAPSLL/GET_CURRENT_DATE' EXPORTING iv_cretzn = cs_ecc_cntrl-cretzn CHANGING cv_credat = cs_ecc_cntrl-credat cv_cretim = cs_ecc_cntrl-cretim EXCEPTIONS no_time_zone = 1 OTHERS = 2.

/SAPSLL/GUID_CREATE CALL FUNCTION '/SAPSLL/GUID_CREATE' IMPORTING ev_guid_16 = cs_ecc_cntrl-fileid.

EDI_IDOC_GET_FROM_ARCHIVE CALL FUNCTION 'EDI_IDOC_GET_FROM_ARCHIVE' EXPORTING docnum = ls_legmes-docnum TABLES int_edids = lt_edids_arch EXCEPTIONS idoc_not_in_infostructures = 1 idoc_read_error_from_archive = 2 archive_close_error = 3 OTHERS = 4.

EDI_PARTNER_APPL_READ_OUT CALL FUNCTION 'EDI_PARTNER_APPL_READ_OUT' EXPORTING rec_edk13 = ls_edk13 IMPORTING rec_edp13 = ls_edp13 EXCEPTIONS partner_is_inactive = 1 partner_is_template = 2 partner_not_found = 3 OTHERS = 4.

/SAPSLL/PARSE_CUS_ECC_2_IDOC CALL FUNCTION '/SAPSLL/PARSE_CUS_ECC_2_IDOC' EXPORTING is_ecc_cntrl = is_ecc_cntrl is_ecc_cuhd = is_ecc_cuhd IMPORTING et_edidd = lt_edidd.

MASTER_IDOC_DISTRIBUTE CALL FUNCTION 'MASTER_IDOC_DISTRIBUTE' EXPORTING master_idoc_control = ls_edidc TABLES communication_idoc_control = lt_edidc master_idoc_data = lt_edidd EXCEPTIONS error_in_idoc_control = 1 error_writing_idoc_status = 2 error_in_idoc_data = 3 sending_logical_system_unknown = 4 OTHERS = 5.

EDI_DOCUMENT_DEQUEUE_LATER CALL FUNCTION 'EDI_DOCUMENT_DEQUEUE_LATER' "#EC FB_RC EXPORTING docnum = lv_docnum EXCEPTIONS idoc_is_not_to_dequeue = 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/CUS_REQ_EXIT_BE_EX_F01 or its description.