SAP Reports / Programs

RSSODFRE SAP ABAP Report - Delete Documents from Hidden Folder







RSSODFRE is a standard Executable ABAP Report available within your SAP system (depending on your version and release level). It is used for Some applications use the 'dark folder' to store Business Communication Services documents...see full standard documentation available for this report. Also check out the submitted Comments related to this SAP report and the details below to see which OBJECTS it interacts with such as TABLES, FUNCTION MODULES, INCLUDES ETC.

If you would like to execute this report or see the full code listing simply enter RSSODFRE 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

SBCS_DFRE - BCS: Delete from Dark Folder


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 RSSODFRE. "Basic submit
SUBMIT RSSODFRE AND RETURN. "Return to original report after report execution complete
SUBMIT RSSODFRE VIA SELECTION-SCREEN. "Display selection screen of submitted report to user
    See more syntax options for the ABAP SUBMIT statement


Text pool values


Title: Delete Documents from Hidden Folder
Text Symbol: T04 = Information
Text Symbol: T03 = Deleted
Text Symbol: T02 = To delete
Text Symbol: T01 = Selected
Text Symbol: P04 = Formatting data...
Text Symbol: P03 = Deleting documents...
Text Symbol: P02 = Checking documents...
Text Symbol: P01 = Selecting documents...
Text Symbol: F05 = Show Additional Number per User
Text Symbol: F04 = Show All Selected Documents
Text Symbol: F03 = Show All Documents to Be Deleted
Text Symbol: F02 = Show Number per User
Text Symbol: F01 = Show Total Only
Text Symbol: 535 = Total Number for
Text Symbol: 522 = Deleted:
Text Symbol: 521 = To be deleted:
Text Symbol: 520 = Selected:
Text Symbol: 505 = Document is in SAPconnect queue
Text Symbol: 504 = Document not sent
Text Symbol: 503 = Has links
Text Symbol: 502 = Has links to GOS
Text Symbol: 401 = Output Level
Text Symbol: 400 = Output
Text Symbol: 317 = and check the documents that are flagged to be deleted.
Text Symbol: 316 = Always run the report in test mode first
Text Symbol: 315 = You will no longer have access to these documents.
Text Symbol: 312 = and are no longer used by other applications.
Text Symbol: 311 = that the documents can really be deleted
Text Symbol: 310 = Select these fields only if you are sure
Text Symbol: 302 = Delete unsent documents
Text Symbol: 301 = Delete documents linked with application objects
Text Symbol: 300 = Links
Text Symbol: 101 = Doc. Selection
Text Symbol: 020 = Test Mode
Text Symbol: 016 = Expired Documents Only
Text Symbol: 015 = Minimum Age (Days)


INCLUDES used within this REPORT RSSODFRE

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:

SAPGUI_PROGRESS_INDICATOR call function 'SAPGUI_PROGRESS_INDICATOR' exporting percentage = 0 text = &1.

DB_COMMIT call function 'DB_COMMIT'.

SO_DOCUMENT_DISPATCH_MANAGER call function 'SO_DOCUMENT_DISPATCH_MANAGER' exporting activity = 'DSPO' tables objects = objects.

F4IF_INT_TABLE_VALUE_REQUEST call function 'F4IF_INT_TABLE_VALUE_REQUEST' exporting retfield = 'VAL' dynpprog = repid dynpnr = dynnr dynprofield = 'LOGLEVEL' window_title = text_401 value_org = 'S' tables value_tab = value_tab exceptions others = 0.



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