SAP Reports / Programs | Basis Components | Basis Services / Communication Interfaces | General Object Relations(BC-SRV-GBT-OBL) SAP BC

RSSOBLAA SAP ABAP Report - Archiving Program for Object Relationships







RSSOBLAA 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 RSSOBLAA 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 RSSOBLAA. "Basic submit
SUBMIT RSSOBLAA AND RETURN. "Return to original report after report execution complete
SUBMIT RSSOBLAA 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: CATID = Category
Selection Text: COMMENTS = D Note
Selection Text: DEL_PROD = D Delete
Selection Text: DEL_TEST = D Do Not Delete
Selection Text: INSTID = Instance ID
Selection Text: NO_FILE = D Do Not Archive
Selection Text: RELTYP = D Relationship Type
Selection Text: ROLTYP = D Role Type
Selection Text: TYPEID = D Object Type
Selection Text: UTCTIM = D Time Stamp Short Form
Title: Archiving Program for Object Relationships
Text Symbol: 001 = Archiving Run Object Relationships
Text Symbol: 101 = Select.
Text Symbol: 102 = Control


INCLUDES used within this REPORT RSSOBLAA

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 = no_delete create_archive_file = create object = 'SOBL' comments = comments * DO_NOT_DELETE_DATA = ' ' * OUTPUT_SEL_SCREEN_WHEN_DIALOG = 'X' * OUTPUT_SEL_SCREEN_WHEN_BATCH = ' ' IMPORTING archive_handle = handle EXCEPTIONS internal_error = 1 object_not_found = 2 open_error = 3 not_authorized = 4 OTHERS = 5 .

SOBL_ARCHIVE_REGISTER_RELTYPE CALL FUNCTION 'SOBL_ARCHIVE_REGISTER_RELTYPE' EXPORTING archive_handle = handle reltype = reltyp.

ARCHIVE_NEW_OBJECT CALL FUNCTION 'ARCHIVE_NEW_OBJECT' EXPORTING archive_handle = handle object_id = 'SOBL' EXCEPTIONS internal_error = 1 wrong_access_to_archive = 2 OTHERS = 3.

SOBL_ARCHIVE_OBJECT CALL FUNCTION 'SOBL_ARCHIVE_OBJECT' EXPORTING archive_handle = handle root_object = ls_lpor-lpor root_logsys = ls_lpor-logsys role_options = lt_rol_opt relation_options = lt_rel_opt object_delete_flag = no_delete EXCEPTIONS wrong_access_to_archive = 1 class_not_initialized = 2 OTHERS = 3.

ARCHIVE_SAVE_OBJECT CALL FUNCTION 'ARCHIVE_SAVE_OBJECT' EXPORTING archive_handle = handle EXCEPTIONS file_io_error = 1 internal_error = 2 open_error = 3 termination_requested = 4 wrong_access_to_archive = 5 OTHERS = 6.

ARCHIVE_NEW_OBJECT CALL FUNCTION 'ARCHIVE_NEW_OBJECT' EXPORTING archive_handle = handle object_id = 'SOBL' EXCEPTIONS internal_error = 1 wrong_access_to_archive = 2 OTHERS = 3.

SOBL_ARCHIVE_OBJECT CALL FUNCTION 'SOBL_ARCHIVE_OBJECT' EXPORTING archive_handle = handle root_object = ls_lpor-lpor root_logsys = ls_lpor-logsys role_options = lt_rol_opt relation_options = lt_rel_opt object_delete_flag = no_delete EXCEPTIONS wrong_access_to_archive = 1 class_not_initialized = 2 OTHERS = 3.

ARCHIVE_SAVE_OBJECT CALL FUNCTION 'ARCHIVE_SAVE_OBJECT' EXPORTING archive_handle = handle EXCEPTIONS file_io_error = 1 internal_error = 2 open_error = 3 termination_requested = 4 wrong_access_to_archive = 5 OTHERS = 6.

ARCHIVE_WRITE_STATISTICS CALL FUNCTION 'ARCHIVE_WRITE_STATISTICS' EXPORTING archive_handle = handle EXCEPTIONS internal_error = 1 OTHERS = 2.

ARCHIVE_CLOSE_FILE CALL FUNCTION 'ARCHIVE_CLOSE_FILE' EXPORTING archive_handle = handle EXCEPTIONS internal_error = 1 wrong_access_to_archive = 2 OTHERS = 3.



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