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

/SAPSLL/S_XML_LOCAL_UPLOAD_FOR SAP ABAP INCLUDE - Include /SAPSLL/S_XML_LOCAL_UPLOAD_FOR







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


INCLUDES used within this REPORT /SAPSLL/S_XML_LOCAL_UPLOAD_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/LLNS_UPL_MEM_SET_INSTA CALL FUNCTION '/SAPSLL/LLNS_UPL_MEM_SET_INSTA' EXPORTING is_upload_control = is_upload_control it_ctsgen_objects = it_ctsgen_object[] is_ctstxt_instances = is_ctstxt_instances.

ICON_CREATE CALL FUNCTION 'ICON_CREATE' EXPORTING name = 'ICON_RED_LIGHT' add_stdinf = space IMPORTING result = ls_ctsxxx_disp-icon EXCEPTIONS icon_not_found = 1 outputfield_too_short = 2 OTHERS = 3.

ICON_CREATE CALL FUNCTION 'ICON_CREATE' EXPORTING name = 'ICON_YELLOW_LIGHT' add_stdinf = space IMPORTING result = ls_ctsxxx_disp-icon EXCEPTIONS icon_not_found = 1 outputfield_too_short = 2 OTHERS = 3.

ICON_CREATE CALL FUNCTION 'ICON_CREATE' EXPORTING name = 'ICON_GREEN_LIGHT' add_stdinf = space IMPORTING result = ls_ctsxxx_disp-icon EXCEPTIONS icon_not_found = 1 outputfield_too_short = 2 OTHERS = 3.

/SAPSLL/LLNS_BESME_IN_SAPME CALL FUNCTION '/SAPSLL/LLNS_BESME_IN_SAPME' EXPORTING iv_stcts = ls_ctsxxx_disp-stcts iv_ctsuom = lv_dimum IMPORTING ev_sapuom = ls_ctsxxx_disp-dimum01 EXCEPTIONS no_data = 1 OTHERS = 2.

/SAPSLL/LLNS_BESME_IN_SAPME CALL FUNCTION '/SAPSLL/LLNS_BESME_IN_SAPME' EXPORTING iv_stcts = ls_ctsxxx_disp-stcts iv_ctsuom = lv_dimum IMPORTING ev_sapuom = ls_ctsxxx_disp-dimum02 EXCEPTIONS no_data = 1 OTHERS = 2.

/SAPSLL/LLNS_BESME_IN_SAPME CALL FUNCTION '/SAPSLL/LLNS_BESME_IN_SAPME' EXPORTING iv_stcts = ls_ctsxxx_disp-stcts iv_ctsuom = lv_dimum IMPORTING ev_sapuom = ls_ctsxxx_disp-dimum03 EXCEPTIONS no_data = 1 OTHERS = 2.

REUSE_ALV_GRID_DISPLAY CALL FUNCTION 'REUSE_ALV_GRID_DISPLAY' EXPORTING i_callback_program = '/SAPSLL/SLLNS_XML_LOCAL_UPLOAD' i_callback_pf_status_set = 'SET_PF_STATUS' i_callback_user_command = 'USER_COMMAND' i_grid_title = text-001 it_fieldcat = lt_fieldcatalog[] it_excluding = lt_excl_fcodes[] it_sort = lt_sort[] i_save = 'A' is_variant = ls_variant TABLES t_outtab = lt_ctsxxx_disp[] EXCEPTIONS program_error = 1 OTHERS = 2.

REUSE_ALV_FIELDCATALOG_MERGE CALL FUNCTION 'REUSE_ALV_FIELDCATALOG_MERGE' EXPORTING i_structure_name = iv_structure_name CHANGING ct_fieldcat = ct_fieldcatalog[] EXCEPTIONS inconsistent_interface = 1 program_error = 2 OTHERS = 3.

/SAPSLL/TCOTS_DB_SGL_READ CALL FUNCTION '/SAPSLL/TCOTS_DB_SGL_READ' EXPORTING is_pk = ls_tcots_pk iv_flag_bypass_buffer = gc_true iv_flag_no_db_access = gc_true iv_flag_fill_buffer = gc_true is_debug = gs_debug IMPORTING es_result = ls_tcots EXCEPTIONS no_data = 1 invalid_call = 2 OTHERS = 3.

/SAPSLL/LLNS_SET_MEM_UPLOAD CALL FUNCTION '/SAPSLL/LLNS_SET_MEM_UPLOAD' EXPORTING iv_coming_from_upload = gc_true.

/SAPSLL/LLNS_UPL_MEM_GET_INSTA CALL FUNCTION '/SAPSLL/LLNS_UPL_MEM_GET_INSTA' IMPORTING es_upload_control = ls_upload_control.

/SAPSLL/LLNS_POPUP_DISP_MODE CALL FUNCTION '/SAPSLL/LLNS_POPUP_DISP_MODE' EXPORTING iv_stcts = ls_upload_control-stcts EXCEPTIONS no_data_selected = 0 OTHERS = 0.

/SAPSLL/APPLOG_DISPLAY CALL FUNCTION '/SAPSLL/APPLOG_DISPLAY' EXPORTING iv_object = gc_applog_obj-llns iv_subobject = gc_applog_subobj-llns_upload iv_handle = ls_upload_control-apploghndl iv_funcname = '/SAPSLL/LLNS_UPLOAD_APPL_PF001' iv_use_grid = gs_upload_param-logs_grid is_debug = gs_debug EXCEPTIONS no_log_found = 1 OTHERS = 2.

SAPGUI_PROGRESS_INDICATOR CALL FUNCTION 'SAPGUI_PROGRESS_INDICATOR' EXPORTING * PERCENTAGE = 0 text = lv_dummy.

/SAPSLL/LLNS_UPL_MEM_GET_INSTA CALL FUNCTION '/SAPSLL/LLNS_UPL_MEM_GET_INSTA' IMPORTING es_upload_control = ls_upload_control et_ctsgen_objects = lt_ctsgen_object[] es_ctstxt_instances = ls_ctstxt_instances.

/SAPSLL/STORE_UPLOAD_OBJECTS CALL FUNCTION '/SAPSLL/STORE_UPLOAD_OBJECTS' EXPORTING is_objdata = is_objdata is_debug = gs_debug iv_commit = gc_false iv_save_applog = is_upload_param-logs_save iv_save_file = is_upload_param-file_save EXCEPTIONS internal_error = 1 db_write_error = 2 empty_log = 3 OTHERS = 4.

/SAPSLL/TCOTS_DB_SGL_READ CALL FUNCTION '/SAPSLL/TCOTS_DB_SGL_READ' EXPORTING is_pk = ls_tcots_pk iv_flag_bypass_buffer = gc_true iv_flag_no_db_access = gc_false iv_flag_fill_buffer = gc_false is_debug = gs_debug IMPORTING es_result = ls_tcots_db EXCEPTIONS no_data = 1 invalid_call = 2 OTHERS = 3.

/SAPSLL/TCOTS_DB_SGL_READ





CALL FUNCTION '/SAPSLL/TCOTS_DB_SGL_READ' EXPORTING is_pk = ls_tcots_pk iv_flag_bypass_buffer = gc_false iv_flag_no_db_access = gc_false iv_flag_fill_buffer = gc_false is_debug = gs_debug IMPORTING es_result = ls_tcots EXCEPTIONS no_data = 1 invalid_call = 2 OTHERS = 3.

/SAPSLL/TCOTS_DB_INS CALL FUNCTION '/SAPSLL/TCOTS_DB_INS' IN UPDATE TASK EXPORTING it_ins = lt_tcots_st[] is_debug = gs_debug.

/SAPSLL/APPEND_RANGE CALL FUNCTION '/SAPSLL/APPEND_RANGE' EXPORTING iv_value_low = sy-mandt is_debug = gs_debug CHANGING ct_range = ls_tcotst_crit-mandt[].

/SAPSLL/APPEND_RANGE CALL FUNCTION '/SAPSLL/APPEND_RANGE' EXPORTING iv_value_low = iv_stcts is_debug = gs_debug CHANGING ct_range = ls_tcotst_crit-stcts[].

/SAPSLL/TCOTST_DB_BUF_READ CALL FUNCTION '/SAPSLL/TCOTST_DB_BUF_READ' EXPORTING is_crit = ls_tcotst_crit is_debug = gs_debug IMPORTING et_result = lt_tcotst[] EXCEPTIONS no_data = 1 OTHERS = 2.

/SAPSLL/TCOTST_DB_INS CALL FUNCTION '/SAPSLL/TCOTST_DB_INS' IN UPDATE TASK EXPORTING it_ins = lt_tcotst_st[] is_debug = gs_debug.

/SAPSLL/APPEND_RANGE CALL FUNCTION '/SAPSLL/APPEND_RANGE' EXPORTING iv_value_low = sy-mandt is_debug = gs_debug CHANGING ct_range = ls_tcotsa_crit-mandt[].

/SAPSLL/APPEND_RANGE CALL FUNCTION '/SAPSLL/APPEND_RANGE' EXPORTING iv_value_low = ls_tcots-stcts is_debug = gs_debug CHANGING ct_range = ls_tcotsa_crit-stcts[].

/SAPSLL/TCOTSA_DB_BUF_READ CALL FUNCTION '/SAPSLL/TCOTSA_DB_BUF_READ' EXPORTING is_crit = ls_tcotsa_crit is_debug = gs_debug IMPORTING et_result = lt_tcotsa[] EXCEPTIONS no_data = 1 OTHERS = 2.

/SAPSLL/TCOTSA_DB_INS CALL FUNCTION '/SAPSLL/TCOTSA_DB_INS' IN UPDATE TASK EXPORTING it_ins = lt_tcotsa_st[] is_debug = gs_debug.

/SAPSLL/APPEND_RANGE CALL FUNCTION '/SAPSLL/APPEND_RANGE' EXPORTING iv_value_low = sy-mandt is_debug = gs_debug CHANGING ct_range = ls_tcotsat_crit-mandt[].

/SAPSLL/APPEND_RANGE CALL FUNCTION '/SAPSLL/APPEND_RANGE' EXPORTING iv_value_low = iv_stcts is_debug = gs_debug CHANGING ct_range = ls_tcotsat_crit-stcts[].

/SAPSLL/TCOTSAT_DB_BUF_READ CALL FUNCTION '/SAPSLL/TCOTSAT_DB_BUF_READ' EXPORTING is_crit = ls_tcotsat_crit is_debug = gs_debug IMPORTING et_result = lt_tcotsat[] EXCEPTIONS no_data = 1 OTHERS = 2.

/SAPSLL/TCOTSAT_DB_INS CALL FUNCTION '/SAPSLL/TCOTSAT_DB_INS' IN UPDATE TASK EXPORTING it_ins = lt_tcotsat_st[] is_debug = gs_debug.

/SAPSLL/TCOTS_DB_SGL_READ CALL FUNCTION '/SAPSLL/TCOTS_DB_SGL_READ' EXPORTING is_pk = ls_tcots_pk iv_flag_bypass_buffer = gc_false iv_flag_no_db_access = gc_false iv_flag_fill_buffer = gc_false is_debug = gs_debug IMPORTING es_result = ls_tcots EXCEPTIONS no_data = 1 invalid_call = 2 OTHERS = 3.

/SAPSLL/TCOTS_DB_UPD CALL FUNCTION '/SAPSLL/TCOTS_DB_UPD' IN UPDATE TASK EXPORTING it_upd = lt_tcots_st[] is_debug = gs_debug.

/SAPSLL/LLNS_UPL_MEM_GET_NTR CALL FUNCTION '/SAPSLL/LLNS_UPL_MEM_GET_NTR' EXPORTING iv_for_db_update = gc_true IMPORTING et_ctsntr = lt_ctsntr[].

/SAPSLL/CTSNTR_DB_DEL CALL FUNCTION '/SAPSLL/CTSNTR_DB_DEL' IN UPDATE TASK EXPORTING it_del = lt_ctsntr_old[] is_debug = gs_debug.

/SAPSLL/CTSNTR_DB_INS CALL FUNCTION '/SAPSLL/CTSNTR_DB_INS' IN UPDATE TASK EXPORTING it_ins = lt_ctsntr_new[] is_debug = gs_debug.

/SAPSLL/LLNS_UPL_MEM_GET_NZR CALL FUNCTION '/SAPSLL/LLNS_UPL_MEM_GET_NZR' EXPORTING iv_for_db_update = gc_false IMPORTING et_ctsnzr = lt_ctsnzr[].




/SAPSLL/TCOTS_DB_SGL_READ CALL FUNCTION '/SAPSLL/TCOTS_DB_SGL_READ' EXPORTING is_pk = ls_tcots-pk is_debug = gs_debug IMPORTING es_result = ls_tcots EXCEPTIONS no_data = 1 invalid_call = 2 OTHERS = 3.

/SAPSLL/APPEND_RANGE CALL FUNCTION '/SAPSLL/APPEND_RANGE' EXPORTING iv_value_low = ls_tcotsz-stcts_ref is_debug = gs_debug CHANGING ct_range = lr_stcts_ref[].

/SAPSLL/LLNS_UPL_MEM_GET_MAE CALL FUNCTION '/SAPSLL/LLNS_UPL_MEM_GET_MAE' IMPORTING et_ctsmae_ins = lt_ctsmae_ins[] et_ctsmae_upd = lt_ctsmae_upd[] et_ctsmae_del = lt_ctsmae_del[].

/SAPSLL/CTSNUM_DB_SGL_READ CALL FUNCTION '/SAPSLL/CTSNUM_DB_SGL_READ' EXPORTING is_pk = ls_ctsnum_pk is_debug = gs_debug IMPORTING es_result = ls_ctsnum EXCEPTIONS no_data = 1 invalid_call = 2 OTHERS = 3.

/SAPSLL/CTSNZR_DB_DEL CALL FUNCTION '/SAPSLL/CTSNZR_DB_DEL' IN UPDATE TASK EXPORTING it_del = lt_ctsnzr_old_st[] is_debug = gs_debug.

/SAPSLL/LLNS_UPL_MEM_GET_NZR CALL FUNCTION '/SAPSLL/LLNS_UPL_MEM_GET_NZR' EXPORTING iv_for_db_update = gc_false IMPORTING et_ctsnzr_del = lt_ctsnzr_old[].

/SAPSLL/CTSNZR_DB_DEL CALL FUNCTION '/SAPSLL/CTSNZR_DB_DEL' IN UPDATE TASK EXPORTING it_del = lt_ctsnzr_old_st[] is_debug = gs_debug.

/SAPSLL/CTSNZR_DB_INS CALL FUNCTION '/SAPSLL/CTSNZR_DB_INS' IN UPDATE TASK EXPORTING it_ins = lt_ctsnzr_new[] is_debug = gs_debug.

/SAPSLL/CTSNUM_DB_UPD_SWITCH CALL FUNCTION '/SAPSLL/CTSNUM_DB_UPD_SWITCH' EXPORTING iv_switch_update_before_insert = gc_true.

/SAPSLL/CTSNUMC_DB_UPD_SWITCH CALL FUNCTION '/SAPSLL/CTSNUMC_DB_UPD_SWITCH' EXPORTING iv_switch_update_before_insert = gc_true.

/SAPSLL/CTSGEN_DB_UPD_SWITCH CALL FUNCTION '/SAPSLL/CTSGEN_DB_UPD_SWITCH' EXPORTING iv_switch_update_before_insert = gc_true.

/SAPSLL/CTSMAE_DB_WRITE CALL FUNCTION '/SAPSLL/CTSMAE_DB_WRITE' EXPORTING it_ins = lt_ctsmae_ins[] it_upd = lt_ctsmae_upd[] it_del = lt_ctsmae_del[] iv_flag_update_task = gc_true is_debug = gs_debug.

/SAPSLL/CTSGEN_DB_SGL_READ CALL FUNCTION '/SAPSLL/CTSGEN_DB_SGL_READ' EXPORTING is_pk = ls_ctsgen-pk is_debug = gs_debug IMPORTING es_result = ls_ctsgen EXCEPTIONS no_data = 1 invalid_call = 2 OTHERS = 3.

/SAPSLL/CTSNUM_DB_SGL_READ CALL FUNCTION '/SAPSLL/CTSNUM_DB_SGL_READ' EXPORTING is_pk = ls_ctsnum-pk is_debug = gs_debug IMPORTING es_result = ls_ctsnum EXCEPTIONS no_data = 1 invalid_call = 2 OTHERS = 3.

/SAPSLL/CTSNUMC_DB_SGL_READ CALL FUNCTION '/SAPSLL/CTSNUMC_DB_SGL_READ' EXPORTING is_pk = ls_ctsnumc-pk is_debug = gs_debug IMPORTING es_result = ls_ctsnumc EXCEPTIONS no_data = 1 invalid_call = 2 OTHERS = 3.



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