SAP Reports / Programs | Basis Components | Basis Services / Communication Interfaces | ArchiveLink(BC-SRV-ARL) SAP BC

RSAOT1 SAP ABAP Report - Test Program FUGR ARCHIVOBJECT







RSAOT1 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 RSAOT1 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 RSAOT1. "Basic submit
SUBMIT RSAOT1 AND RETURN. "Return to original report after report execution complete
SUBMIT RSAOT1 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: P_ARC_ID = D Content Repository ID
Title: Test Program FUGR ARCHIVOBJECT


INCLUDES used within this REPORT RSAOT1

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:

SCMS_FTEXT_TO_STRING call function 'SCMS_FTEXT_TO_STRING' exporting length = l_len importing ftext = l_text tables ftext_tab = ao.

ARCHIVOBJECT_CREATE_TABLE call function 'ARCHIVOBJECT_CREATE_TABLE' exporting archiv_id = arc_id document_type = doc_type length = len importing archiv_doc_id = doc_id tables archivobject = ao * COMPONENTS = * BINARCHIVOBJECT = exceptions error_archiv = 1 error_communicationtable = 2 error_kernel = 3 others = 4 .

ARCHIVOBJECT_CREATE_SYNCHRON call function 'ARCHIVOBJECT_CREATE_SYNCHRON' exporting * ARCHIV_DOC_ID = ' ' * ARCHIV_ID = ' ' document_type = doc_type * NOTE = ' ' path = path * POOLINFO = ' ' * SIGN = ' ' targetarchiv_id = arc_id * PTC = ' ' * EXTENSION = ' ' * NO_ARC_DELETE = ' ' importing archiv_doc_id = doc_id * RETURN_CODE = * TABLES * COMPONENTS = exceptions error_archiv = 1 error_communicationtable = 2 error_kernel = 3 BLOCKED_BY_POLICY = 4 others = 5 .

ARCHIVOBJECT_GET_SERVER call function 'ARCHIVOBJECT_GET_SERVER' exporting archiv_doc_id = doc_id * ARCHIV_DOC_INDEX = ' ' archiv_id = arc_id path = path * SIGN = ' ' doc_type = doc_type * PTC = ' ' * IMPORTING * REPATH = exceptions error_archiv = 1 error_communicationtable = 2 error_kernel = 3 others = 4 .

ARCHIVOBJECT_APPEND call function 'ARCHIVOBJECT_APPEND' exporting archive_id = arc_id archivedoc_id = doc_id documentclass = doc_type length = len compid = 'data' tables archiveobject = ao * binarchivobject = exceptions error_archiv = 1 others = 2 .

ARCHIVOBJECT_UPDATE call function 'ARCHIVOBJECT_UPDATE' exporting archive_id = arc_id archivedoc_id = doc_id documentclass = doc_type length = len compid = comp_id tables archiveobject = ao exceptions error_archiv = 1 others = 2.

ARCHIVOBJECT_GET_TABLE call function 'ARCHIVOBJECT_GET_TABLE' exporting archiv_id = arc_id document_type = doc_type archiv_doc_id = doc_id compid = 'data' importing length = len tables archivobject = ao exceptions error_archiv = 1 error_communicationtable = 2 error_kernel = 3 others = 4.

ARCHIVOBJECT_DELETE call function 'ARCHIVOBJECT_DELETE' exporting archiv_doc_id = doc_id archiv_id = arc_id doc_type = doc_type * COMPID = ' ' exceptions error_archiv = 1 error_communicationtable = 2 error_kernel = 3 others = 4 .



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