SAP Reports / Programs

RSSODLIN SAP ABAP Report - SAPoffice: Administration: Delete Folder Entries of a User







RSSODLIN 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 RSSODLIN 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 RSSODLIN. "Basic submit
SUBMIT RSSODLIN AND RETURN. "Return to original report after report execution complete
SUBMIT RSSODLIN 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: TRASH = Trash
Selection Text: TEST = Run as test
Selection Text: RESUB = Resubmission
Selection Text: PRIVFOL = Pers.folders: Doc., folders
Selection Text: PRIVDOC = Pers.folders: Documents only
Selection Text: OUTBOX = Outbox
Selection Text: NAME = SAP Name
Selection Text: INBOX = Inbox
Title: SAPoffice: Administration: Delete Folder Entries of a User
Text Symbol: 023 = Number of DB Entries Before Commit
Text Symbol: 022 = Status
Text Symbol: 021 = Folder
Text Symbol: 020 = User
Text Symbol: 019 = Not all distribution lists could be deleted completely
Text Symbol: 018 = Folder could not be deleted
Text Symbol: 017 = No folder selected
Text Symbol: 016 = No user specified
Text Symbol: 015 = Folder deleted successfully
Text Symbol: 014 = Report has been run in test mode
Text Symbol: 013 = Personal folder - documents and folders
Text Symbol: 012 = Personal folder - documents only
Text Symbol: 011 = Resubmission
Text Symbol: 010 = Trash
Text Symbol: 009 = Outbox
Text Symbol: 008 = Inbox
Text Symbol: 007 = Run as test
Text Symbol: 006 = User's SAP name (generic entry possible)
Text Symbol: 005 = Only administrators are allowed to start this report
Text Symbol: 004 = Start reorg. (RSSORE00)
Text Symbol: 003 = could not be deleted
Text Symbol: 002 = deleted
Text Symbol: 001 = No user selected


INCLUDES used within this REPORT RSSODLIN

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:

SO_WASTE_BASKET_CLEAR_IN_VB call function 'SO_WASTE_BASKET_CLEAR_IN_VB' "TE071298 exporting "TE071298 folder_id = folder_id "TE071298 owner = name "TE071298 exceptions "TE071298 waste_basket_not_cleared = 2 "TE071298 others = 1. "TE071298



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