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

/SAPSLL/SPL_ARCH_MD_RELOAD_F01 SAP ABAP INCLUDE - Include /SAPSLL/SPL_ARCH_MD_RELOAD_F01







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


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

BAL_LOG_CREATE call function 'BAL_LOG_CREATE' exporting i_s_log = ls_log importing e_log_handle = cv_log_handle exceptions others = 1.

BAL_GLB_MSG_DEFAULTS_SET call function 'BAL_GLB_MSG_DEFAULTS_SET' exporting i_s_msg_defaults = ls_msg_defaults exceptions others = 1.

/SAPSLL/APPLOG_SAVE call function '/SAPSLL/APPLOG_SAVE' exporting iv_handle = iv_log_handle * IV_EXTNUMBER = * IS_DEBUG = .

/SAPSLL/APPLOG_DISPLAY call function '/SAPSLL/APPLOG_DISPLAY' exporting iv_object = gc_object_spl_archive iv_subobject = gc_subobject_spl_md * IV_EXTNUMBER = iv_handle = iv_log_handle iv_funcname = gc_applog_display * IS_LOG_FILTER = * IS_MSG_FILTER = * IV_USE_GRID = * IS_DEBUG = exceptions no_log_found = 1 others = 2.

ARCHIVE_OPEN_FOR_MOVE call function 'ARCHIVE_OPEN_FOR_MOVE' exporting object = gc_spl_archive_obj test_mode = iv_test * ARCHIVE_NAME = ' ' importing archive_read_handle = cv_archive_handle * ARCHIVE_WRITE_HANDLE = exceptions file_already_open = 1 file_io_error = 2 internal_error = 3 no_files_available = 4 object_not_found = 5 open_error = 6 not_authorized = 7 others = 8.

ARCHIVE_GET_CUSTOMIZING_DATA call function 'ARCHIVE_GET_CUSTOMIZING_DATA' exporting object = gc_spl_archive_obj importing commit_count_for_delete_prg = cv_commit_count * MAINTAIN_INDEX = exceptions object_not_found = 1 others = 2.

BAL_LOG_MSG_ADD call function 'BAL_LOG_MSG_ADD' exporting i_log_handle = iv_log_handle i_s_msg = ls_msg exceptions log_not_found = 0 others = 1.

ARCHIVE_GET_ARCHIVE_FILES call function 'ARCHIVE_GET_ARCHIVE_FILES' exporting archive_handle = iv_archive_handle tables archive_files = lt_archive_files exceptions wrong_access_to_archive = 1 internal_error = 2 others = 3.

ARCHIVE_CLOSE_FILE call function 'ARCHIVE_CLOSE_FILE' exporting archive_handle = iv_archive_handle exceptions internal_error = 1 wrong_access_to_archive = 2 others = 3.

ARCHIVE_ADMIN_SET_STATUS call function 'ARCHIVE_ADMIN_SET_STATUS' exporting files_are_converted = gc_false * FILES_ARE_DELETED = ' ' * INDEX_CREATED = ' ' index_deleted = gc_true tables archive_files = lt_archive_files exceptions cannot_change_status = 1 others = 2.

ARCHIVE_GET_NEXT_OBJECT call function 'ARCHIVE_GET_NEXT_OBJECT' exporting archive_handle = iv_archive_handle importing object_id = cv_data_object_id object_offset = cv_data_object_offset archive_name = cv_archive_name * COMPR_OBJECT_LENGTH = * SESSION = exceptions end_of_file = 1 file_io_error = 2 internal_error = 3 open_error = 4 wrong_access_to_archive = 5 others = 6.

ARCHIVE_GET_TABLE call function 'ARCHIVE_GET_TABLE' exporting archive_handle = iv_archive_handle record_structure = gc_record_name-tspl all_records_of_object = gc_true automatic_conversion = gc_true * IMPORTING * RECORD_CURSOR = * RECORD_FLAGS = * RECORD_LENGTH = tables table = lt_tspl_hlp * RECORD_FLAGS_TABLE = exceptions end_of_object = 1 internal_error = 2 wrong_access_to_archive = 3 others = 4.

ARCHIVE_GET_TABLE call function 'ARCHIVE_GET_TABLE' exporting archive_handle = iv_archive_handle record_structure = gc_record_name-tspla all_records_of_object = gc_true automatic_conversion = gc_true * IMPORTING * RECORD_CURSOR = * RECORD_FLAGS = * RECORD_LENGTH = tables table = lt_tspla_hlp * RECORD_FLAGS_TABLE = exceptions end_of_object = 1 internal_error = 2 wrong_access_to_archive = 3 others = 4.

ARCHIVE_GET_TABLE call function 'ARCHIVE_GET_TABLE' exporting archive_handle = iv_archive_handle record_structure = gc_record_name-tspln all_records_of_object = gc_true automatic_conversion = gc_true * IMPORTING * RECORD_CURSOR = * RECORD_FLAGS = * RECORD_LENGTH = tables table = lt_tspln_hlp * RECORD_FLAGS_TABLE = exceptions end_of_object = 1 internal_error = 2 wrong_access_to_archive = 3 others = 4.



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