SAP Reports / Programs | Basis Components | Basis Services / Communication Interfaces | Communication Services: Mail, Fax, SMS, Telephony(BC-SRV-COM) SAP BC

RSSOAPUT SAP ABAP Report - Mass Archiving of Documents







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


Transaction Code(s):

Below is a list of transaction codes which are relevant to this SAP report

SOY8 - SAPoffice: Mass Archiving


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 RSSOAPUT. "Basic submit
SUBMIT RSSOAPUT AND RETURN. "Return to original report after report execution complete
SUBMIT RSSOAPUT 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_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


INCLUDES used within this REPORT RSSOAPUT

INCLUDE RSSOCONS.


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:

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.



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