SAP Reports / Programs

ROIO_FL_ARC_WRITE SAP ABAP Report - RLM Object Flow Archive - Write







ROIO_FL_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_FL_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_FL_ARC_WRITE. "Basic submit
SUBMIT ROIO_FL_ARC_WRITE AND RETURN. "Return to original report after report execution complete
SUBMIT ROIO_FL_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_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_OBJTY = D Doc. flow obj. type
Title: RLM Object Flow Archive - Write
Text Symbol: B01 = Select flow records for archive
Text Symbol: B02 = Technical options
Text Symbol: B04 = Archive dates
Text Symbol: B05 = Comment
Text Symbol: C01 = Object flow archive


INCLUDES used within this REPORT ROIO_FL_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:

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_CM_DOC_FLOW' record = gs_docflow.

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.

OIO_OH_CHECK_OBJECT call function 'OIO_OH_CHECK_OBJECT' exporting i_objty = ls_docflow-fr_objty i_objid = ls_docflow-fr_objid exceptions not_found = 1 others = 2.

OIO_OH_CHECK_OBJECT call function 'OIO_OH_CHECK_OBJECT' exporting i_objty = ls_docflow-to_objty i_objid = ls_docflow-to_objid exceptions not_found = 1 others = 2.



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