SAP Reports / Programs | Logistics Execution | Warehouse Management(LE-WM) SAP LE

RLREOB00S SAP ABAP Report - Archiving Transfer Requirements: Write Program







RLREOB00S 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 RLREOB00S 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 RLREOB00S. "Basic submit
SUBMIT RLREOB00S AND RETURN. "Return to original report after report execution complete
SUBMIT RLREOB00S VIA SELECTION-SCREEN. "Display selection screen of submitted report to user
    See more syntax options for the ABAP SUBMIT statement


Text pool values


Selection Text: RT_TBNUM = D .
Selection Text: RT_LGNUM = D .
Selection Text: P_WRITST = D .
Selection Text: P_WRIPRD = D .
Selection Text: P_SNAP = D .
Selection Text: P_PROT_O = D .
Selection Text: P_PROT = D .
Selection Text: P_DEST = D .
Selection Text: P_DELTST = D .
Selection Text: P_COMENT = D .
Selection Text: P_AR_ILM = D .
Selection Text: LAUFZEIT = Residence Time
Title: Archiving Transfer Requirements: Write Program
Text Symbol: N02 = Retention Period Ended
Text Symbol: N01 = Snapshot archived
Text Symbol: 010 = Days
Text Symbol: 007 = &1 of &2 Transfer Requirements Archivable in Whse No. &3
Text Symbol: 006 = / Archiving Run Interrupted
Text Symbol: 005 = Archiving Run Complete
Text Symbol: 004 = &2 Transfer Requirements Archived
Text Symbol: 003 = Start Archiving Run
Text Symbol: 002 = Options
Text Symbol: 001 = Trans.Requirements


INCLUDES used within this REPORT RLREOB00S

INCLUDE MLLVSKON.
INCLUDE ARCH_WRITE_PRG_STANDARD2.


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:

ARCHIVE_PROTOCOL_INIT_APPL call function 'ARCHIVE_PROTOCOL_INIT_APPL' exporting i_detailprotocol = p_prot.

PROGRESS_INDICATOR_APPL call function 'PROGRESS_INDICATOR_APPL' exporting i_text = lf_prog_text i_processed = lf_processed i_output_immediately = lf_output_immediately importing e_progress_sent = lf_progress_sent.

DB_COMMIT call function 'DB_COMMIT'.

ARCHIVE_PROTOCOL_COLLECT_APPL call function 'ARCHIVE_PROTOCOL_COLLECT_APPL' exporting i_object = lv_tb_key i_msgtype = 2 * I_TEXT = i_msgid = 'L2' i_msgno = 54 * I_MSGV1 = * I_MSGV2 = * I_MSGV3 = * I_MSGV4 = * I_CALLBACK_PARAMETER = .

ARCHIVE_PROTOCOL_COLLECT_APPL call function 'ARCHIVE_PROTOCOL_COLLECT_APPL' exporting i_object = lv_tb_key i_msgtype = 1 * I_TEXT = i_msgid = 'L2' i_msgno = 55 i_msgv1 = iltbk-lgnum i_msgv2 = iltbk-tbnum * I_MSGV3 = * I_MSGV4 = * I_CALLBACK_PARAMETER = .

PROGRESS_INDICATOR_APPL * call function 'PROGRESS_INDICATOR_APPL' * exporting * i_text = lf_prog_text * i_processed = lf_processed * i_output_immediately = lf_output_immediately * importing * e_progress_sent = lf_progress_sent.

DB_COMMIT * call function 'DB_COMMIT'.

PROGRESS_INDICATOR_APPL call function 'PROGRESS_INDICATOR_APPL' exporting i_text = lf_prog_text i_processed = lf_processed i_output_immediately = lf_output_immediately importing e_progress_sent = lf_progress_sent.

DB_COMMIT call function 'DB_COMMIT'.

PROGRESS_INDICATOR_APPL call function 'PROGRESS_INDICATOR_APPL' exporting i_text = lf_prog_text i_processed = lf_processed i_output_immediately = lf_output_immediately importing e_progress_sent = lf_progress_sent.

DB_COMMIT call function 'DB_COMMIT'.

ARCHIVE_NEW_OBJECT call function 'ARCHIVE_NEW_OBJECT' exporting archive_handle = handle object_id = 'RL_TB'.

ARCHIVE_PUT_RECORD call function 'ARCHIVE_PUT_RECORD' exporting archive_handle = handle record_structure = 'LTBK' record_flags = ' ' record = iltbk.

ARCHIVE_PUT_RECORD call function 'ARCHIVE_PUT_RECORD' exporting archive_handle = handle record_flags = ' ' record_structure = 'LTBP' record = iltbp.

ARCHIVE_SAVE_OBJECT call function 'ARCHIVE_SAVE_OBJECT' exporting archive_handle = handle exceptions termination_requested = 1 data_object_not_saved = 6 others = 7.

PROGRESS_INDICATOR_APPL call function 'PROGRESS_INDICATOR_APPL' exporting i_text = lf_prog_text i_processed = lf_processed i_output_immediately = lf_output_immediately importing e_progress_sent = lf_progress_sent.

DB_COMMIT call function 'DB_COMMIT'.

ARCHIVE_PROTOCOL_COLLECT call function 'ARCHIVE_PROTOCOL_COLLECT' exporting i_object = lv_tb_key i_msgtype = 2 i_msgid = sy-msgid i_msgno = sy-msgno i_msgv1 = sy-msgv1 i_msgv2 = sy-msgv2 i_msgv3 = sy-msgv3 i_msgv4 = sy-msgv4.

ARCHIVE_PROTOCOL_COLLECT





call function 'ARCHIVE_PROTOCOL_COLLECT' exporting i_object = lv_tb_key i_msgtype = 1 i_text = lf_text.

ARCHIVE_PROTOCOL_COLLECT call function 'ARCHIVE_PROTOCOL_COLLECT' exporting i_object = lv_tb_key i_msgtype = 1 i_text = lf_text.

ARCHIVE_WRITE_STATISTICS call function 'ARCHIVE_WRITE_STATISTICS' exporting archive_handle = handle.

ARCHIVE_CLOSE_FILE call function 'ARCHIVE_CLOSE_FILE' exporting archive_handle = handle.

ARCHIVE_PROTOCOL_WRITE_APPL call function 'ARCHIVE_PROTOCOL_WRITE_APPL' .

ARCHIVE_OPEN_FOR_WRITE call function 'ARCHIVE_OPEN_FOR_WRITE' exporting call_delete_job_in_test_mode = p_deltst "n_1036980 comments = lv_comment "n_736846 create_archive_file = p_wriprd object = 'RL_TB' do_not_delete_data = p_snap output_sel_screen_when_dialog = ' ' output_sel_screen_when_batch = ' ' importing archive_handle = handle exceptions internal_error = 1 object_not_found = 2 open_error = 3 not_authorized = 4.

ARCHIVE_PROTOCOL_COLLECT call function 'ARCHIVE_PROTOCOL_COLLECT' exporting i_msgtype = 2 i_msgid = sy-msgid i_msgno = sy-msgno i_msgv1 = sy-msgv1 i_msgv2 = sy-msgv2 i_msgv3 = sy-msgv3 i_msgv4 = sy-msgv4.

ARCHIVE_PROTOCOL_WRITE call function 'ARCHIVE_PROTOCOL_WRITE'.



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