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

/SAPSLL/CUSTOFF_UPLOAD_F04 SAP ABAP INCLUDE - /SAPSLL/CUSTOFFUPLOADF04







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

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_ENQUEUE CALL FUNCTION 'BUPA_ENQUEUE' EXPORTING iv_partner = lv_partner_int iv_partner_guid = lv_part_guid TABLES et_return = lt_return.

/SAPSLL/GUID_CREATE CALL FUNCTION '/SAPSLL/GUID_CREATE' IMPORTING ev_guid_16 = lv_guid_adrlrid.

BUPA_CREATE_FROM_DATA CALL FUNCTION 'BUPA_CREATE_FROM_DATA' EXPORTING iv_partner = cv_partner iv_category = iv_category is_data = is_data is_data_organ = is_data_org is_address = is_address IMPORTING ev_partner = lv_partner_int ev_partner_guid = lv_part_guid ev_addrnumber = lv_addr_num TABLES it_adtel = it_adtel it_adfax = it_adfax it_adsmtp = it_admail et_return = lt_return.

BUPA_ROLE_ADD CALL FUNCTION 'BUPA_ROLE_ADD' EXPORTING iv_partner_guid = lv_part_guid iv_partnerrole = iv_part_role TABLES et_return = lt_return.

BUP_BUPA_DELETE CALL FUNCTION 'BUP_BUPA_DELETE' EXPORTING iv_partner = iv_partner_int iv_testrun = iv_simul iv_xdele = gc_false iv_with_log = gc_true TABLES et_results = lt_return EXCEPTIONS deletion_not_allowed = 1 fatal_error = 2 OTHERS = 3.

BUA_ADDRESS_GET_ALL CALL FUNCTION 'BUA_ADDRESS_GET_ALL' EXPORTING i_partner = cv_partn_int TABLES t_addrnumber_guid = lt_addr_num t_address = lt_addr_data EXCEPTIONS no_address_found = 1 wrong_parameters = 2 internal_error = 3 date_invalid = 4 OTHERS = 5.

ADDR_BUILD_COMPLETE CALL FUNCTION 'ADDR_BUILD_COMPLETE' EXPORTING addrnumber = ls_addr_data-addrnumber IMPORTING addr1_complete = cs_addr1_complete TABLES addr1 = lt_cha_addr adtel = lt_cha_tel adfax = lt_cha_fax adsmtp = lt_cha_mail EXCEPTIONS parameter_error = 1 internal_error = 2 OTHERS = 3.

BUPA_CENTRAL_CHANGE CALL FUNCTION 'BUPA_CENTRAL_CHANGE' EXPORTING iv_partner = cv_partn_int is_data = is_data TABLES et_return = lt_return.

ADDR_MAINTAIN_COMPLETE CALL FUNCTION 'ADDR_MAINTAIN_COMPLETE' EXPORTING updateflag = 'U' addr1_complete = cs_addr1_complete address_group = 'BP ' substitute_all_comm_data = gc_true check_address = ' ' IMPORTING returncode = lv_returncode TABLES error_table = lt_addr_error EXCEPTIONS parameter_error = 1 address_not_exist = 2 handle_exist = 3 internal_error = 4 OTHERS = 5.

/SAPSLL/GUID_CREATE CALL FUNCTION '/SAPSLL/GUID_CREATE' IMPORTING ev_guid_16 = lv_guid_adrlrid.

/SAPSLL/AUTH_CHECK_LRG_SGL CALL FUNCTION '/SAPSLL/AUTH_CHECK_LRG_SGL' EXPORTING iv_autho = iv_autho iv_lgreg = iv_lgreg * IV_ACTVT = ' ' it_ac_actvt = lt_actvt * IV_LANGU = ' ' * IMPORTING * EV_AUTH_CHECK_OK = EXCEPTIONS no_activity_provided = 1 no_authority = 2 wrong_authority_object = 3 OTHERS = 4 .

POPUP_TO_CONFIRM CALL FUNCTION 'POPUP_TO_CONFIRM' EXPORTING titlebar = text-011 text_question = text-010 text_button_1 = text-012 text_button_2 = text-013 default_button = '2' display_cancel_button = ' ' IMPORTING answer = lv_answer EXCEPTIONS text_not_found = 0 OTHERS = 0.

/SAPSLL/ADRLRID_DB_INS CALL FUNCTION '/SAPSLL/ADRLRID_DB_INS' EXPORTING it_ins = gt_adrlrid is_debug = gs_debug.

/SAPSLL/ADRLRID_DB_DEL CALL FUNCTION '/SAPSLL/ADRLRID_DB_DEL' EXPORTING it_del = gt_adrlrid_del is_debug = gs_debug.

/SAPSLL/ADRLRID_DB_UPD CALL FUNCTION '/SAPSLL/ADRLRID_DB_UPD' EXPORTING it_upd = gt_adrlrid_upd is_debug = gs_debug.

/SAPSLL/APPLOG_SAVE CALL FUNCTION '/SAPSLL/APPLOG_SAVE' EXPORTING iv_handle = gv_appl_handle iv_extnumber = gv_appl_extid.

/SAPSLL/STORE_UPLOAD_OBJECTS CALL FUNCTION '/SAPSLL/STORE_UPLOAD_OBJECTS' EXPORTING is_objdata = ls_store_upl is_debug = gs_debug iv_commit = gc_true iv_save_applog = gc_true iv_save_file = gc_true EXCEPTIONS internal_error = 1 db_write_error = 2 empty_log = 3 OTHERS = 4.

/SAPSLL/CONVERT_DATE_TO_STAMP CALL FUNCTION '/SAPSLL/CONVERT_DATE_TO_STAMP' EXPORTING iv_date = iv_date iv_time = iv_time IMPORTING ev_timestamp = cv_timestamp EXCEPTIONS no_time_zone = 0 time_zone_notfound = 0 format_error = 0 OTHERS = 0.



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