SAP Reports / Programs

ROIO_C1_ARC_WRITE SAP ABAP Report - RLM Container Archive - Write







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


Text pool values


Data archiving write program for OLM containers
Selection Text: P_AGE = Age in months
Selection Text: P_CMT = D Note
Selection Text: P_DELT = Deleted containers only
Selection Text: P_NOFILE = Do not create archive file
Selection Text: P_PROD = Delete with product. run var.
Selection Text: P_TEST = Delete with test run variant
Selection Text: P_TO_DAT = Prior to date
Selection Text: S_CNTNR = D Container No.
Selection Text: S_CTCAT = D Container category
Selection Text: S_STATUS = D Status
Title: RLM Container Archive - Write
Text Symbol: B01 = Selection of documents to be archived
Text Symbol: B02 = Technical options
Text Symbol: B03 = Deletion status
Text Symbol: B04 = Archive dates
Text Symbol: B05 = Comments
Text Symbol: C01 = OLM container archive


INCLUDES used within this REPORT ROIO_C1_ARC_WRITE

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:

OIO_C1_GET_TYPE call function 'OIO_C1_GET_TYPE' importing e_cntnr_typ_cd = g_cntnr_typ_cd.

ARCHIVE_OPEN_FOR_WRITE call function 'ARCHIVE_OPEN_FOR_WRITE' exporting call_delete_job_in_test_mode = g_no_delete comments = p_cmt create_archive_file = g_create object = gc_arch_object importing archive_handle = g_handle exceptions internal_error = 1 object_not_found = 2 open_error = 3 not_authorized = 4 others = 5.

ARCHIVE_NEW_OBJECT call function 'ARCHIVE_NEW_OBJECT' exporting archive_handle = g_handle object_id = gs_data_object_id.

ARCHIVE_PUT_RECORD call function 'ARCHIVE_PUT_RECORD' exporting archive_handle = g_handle record_structure = 'OIO_C1_CNTNR' record = gs_cntnr.

ARCHIVE_PUT_RECORD call function 'ARCHIVE_PUT_RECORD' exporting archive_handle = g_handle record_structure = 'OIO_C1_CNTNR_TX' record = gs_cntnr_tx.

ARCHIVE_PUT_RECORD call function 'ARCHIVE_PUT_RECORD' exporting archive_handle = g_handle record_structure = 'OIO_CNTNR_HST' record = gs_cntnr_hst.

TEXT_ARCHIVE_OBJECT call function 'TEXT_ARCHIVE_OBJECT' exporting archive_handle = g_handle client = sy-mandt id = gc_tx-id_note language = '*' name = l_txname object = gc_tx-object object_delete_flag = 'X'.

CHANGEDOCU_ARCHIVE_OBJECT call function 'CHANGEDOCU_ARCHIVE_OBJECT' exporting archive_handle = g_handle client = sy-mandt objectclass = 'OIO_CNTNR' objectid = l_objectid object_delete_flag = 'X'.

ARCHIVE_SAVE_OBJECT call function 'ARCHIVE_SAVE_OBJECT' exporting archive_handle = g_handle.

ARCHIVE_WRITE_STATISTICS call function 'ARCHIVE_WRITE_STATISTICS' exporting archive_handle = g_handle.

ARCHIVE_CLOSE_FILE call function 'ARCHIVE_CLOSE_FILE' exporting archive_handle = g_handle.



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