SAPRCKMO_NEU_SPLIT is a standard Executable ABAP Report 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 SAPRCKMO_NEU_SPLIT into the relevant SAP transactions such as SE38 or SE80
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.
Selection Text: S_TEST = Test run
Title: Archiving: deletion program period data Material Ledger/Actual Cstng
INCLUDE RCKMO_SPLIT_NEUF01.
No SAP DATABASE tables are accessed within this REPORT code!
ARCHIVE_OPEN_FOR_DELETE CALL FUNCTION 'ARCHIVE_OPEN_FOR_DELETE' EXPORTING object = 'CO_ML_SPL' test_mode = s_test IMPORTING archive_handle = handle EXCEPTIONS file_already_open = 01 file_io_error = 02 no_files_available = 04 object_not_found = 05 open_error = 06.
ARCHIVE_GET_CUSTOMIZING_DATA CALL FUNCTION 'ARCHIVE_GET_CUSTOMIZING_DATA' EXPORTING object = 'CO_ML_SPL' IMPORTING commit_count_for_delete_prg = h_commcnt maintain_index = h_index.
ARCHIVE_ADMIN_SAVE_INDEX CALL FUNCTION 'ARCHIVE_ADMIN_SAVE_INDEX' EXPORTING object = 'CO_ML_SPL' object_id = h_object_id archivekey = h_arkey object_offset = h_offset.
ARCHIVE_GET_NEXT_OBJECT CALL FUNCTION 'ARCHIVE_GET_NEXT_OBJECT' EXPORTING archive_handle = handle IMPORTING object_id = h_object_id EXCEPTIONS end_of_file = 01 internal_error = 02 open_error = 03 wrong_access_to_archive = 04.
ARCHIVE_GET_TABLE CALL FUNCTION 'ARCHIVE_GET_TABLE' EXPORTING archive_handle = handle record_structure = 'CKMLPRKEPH' all_records_of_object = 'X' automatic_conversion = 'X' TABLES table = t_ckmlprkeph_arc.
ARCHIVE_GET_TABLE CALL FUNCTION 'ARCHIVE_GET_TABLE' EXPORTING archive_handle = handle record_structure = 'CKMLKEPH' all_records_of_object = 'X' automatic_conversion = 'X' TABLES table = t_ckmlkeph_arc.
ARCHIVE_GET_TABLE CALL FUNCTION 'ARCHIVE_GET_TABLE' EXPORTING archive_handle = handle record_structure = 'CKMLPRKEKO' all_records_of_object = 'X' automatic_conversion = 'X' TABLES table = t_ckmlprkeko_arc.
ARCHIVE_GET_TABLE CALL FUNCTION 'ARCHIVE_GET_TABLE' EXPORTING archive_handle = handle record_structure = 'CKMLKEKO' all_records_of_object = 'X' automatic_conversion = 'X' TABLES table = t_ckmlkeko_arc.
ARCHIVE_GIVE_STATISTICS CALL FUNCTION 'ARCHIVE_GIVE_STATISTICS' EXPORTING archive_handle = handle TABLES table = stat_tab.
ARCHIVE_GIVE_STATISTICS CALL FUNCTION 'ARCHIVE_GIVE_STATISTICS' EXPORTING archive_handle = handle TABLES table = stat_tab.
ARCHIVE_WRITE_STATISTICS CALL FUNCTION 'ARCHIVE_WRITE_STATISTICS' EXPORTING archive_handle = handle statistics_only_per_file = 'X'.
ARCHIVE_CLOSE_FILE CALL FUNCTION 'ARCHIVE_CLOSE_FILE' EXPORTING archive_handle = handle.
Although this basic information may have limited use it does provide an easy to find location to store any knowledge about this program/report.
SAPRCKMO_NEU_SPLIT - Archiving: deletion program period data Material Ledger/Actual Cstng SAPRCKMO_NEU_SPLIT - Archiving: deletion program period data Material Ledger/Actual Cstng SAPRCKMO_NEU - Archiving: deletion program period data Material Ledger/Actual Cstng SAPRCKMO_NEU - Archiving: deletion program period data Material Ledger/Actual Cstng SAPRCKMODEL - Program SAPRCKMODEL SAPRCKMODEL - Program SAPRCKMODEL