RSSOAPUT 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 RSSOAPUT into the relevant SAP transactions such as SE38 or SE80
Below is a list of transaction codes which are relevant to this SAP report
SOY8 - SAPoffice: Mass Archiving
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.
Selection Text: P_DATE = Last change at the latest on
Selection Text: P_SIZE = Minimum size of documents
Selection Text: USER = SAPoffice User
Selection Text: F_BIN = ?...(F_BIN)
Selection Text: F_EXT = ?...(F_EXT)
Selection Text: F_RAW = ?...(F_RAW)
Title: Mass Archiving of Documents
Text Symbol: C01 = Class of documents to be archived:
Text Symbol: C02 = Documents of Class RAW or SCR
Text Symbol: C03 = Documents of Class BIN
Text Symbol: C04 = PC documents
Text Symbol: E01 = Choose at least one document class
Text Symbol: E11 = Document could not be locked
Text Symbol: E12 = Document has been deleted or archived
Text Symbol: E13 = Data import from SOC3 failed
Text Symbol: E14 = Archiving failed
Text Symbol: E15 = SOOD record of document could not be updated
Text Symbol: I01 = Number of archived documents:
Text Symbol: I02 = Other documents available, report should be executed again
Text Symbol: T01 = Object ID
Text Symbol: T02 = Error
INCLUDE RSSOCONS.
No SAP DATABASE tables are accessed within this REPORT code!
ENQUEUE_ESSOOD call function 'ENQUEUE_ESSOOD' exporting objtp = object_id-objtp objyr = object_id-objyr objno = object_id-objno exceptions others = 1.
ARCHIV_CREATE_TABLE call function 'ARCHIV_CREATE_TABLE' exporting ar_object = 'SOAARCHIVE' object_id = sap_obj_key flength = l_length sap_object = 'SOFM' tables binarchivobject = bin_archive exceptions others = 1. "note 712696 <<
DEQUEUE_ESSOOD call function 'DEQUEUE_ESSOOD' exporting objtp = tab_soodk-objtp objyr = tab_soodk-objyr objno = tab_soodk-objno.
Although this basic information may have limited use it does provide an easy to find location to store any knowledge about this program/report.
RSSOAPUT - Mass Archiving of Documents RSSOAPUT - Mass Archiving of Documents RSSOAPIV - SAPoffice: Test report for checking document creation API RSSOAPIV - SAPoffice: Test report for checking document creation API RSSOAPIS - SAPoffice: Test report for checking distribution list creation API RSSOAPIS - SAPoffice: Test report for checking distribution list creation API