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

RSSO_DELETE_PRIVATE SAP ABAP Report - SAPoffice Administration: Delete Private Folder Items







RSSO_DELETE_PRIVATE is a standard Executable ABAP Report available within your SAP system (depending on your version and release level). It is used for The report allows a user's private folders to be viewed from the Business Workplace...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 RSSO_DELETE_PRIVATE 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_PRIV - BCS: Delete from Private Folders


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 RSSO_DELETE_PRIVATE. "Basic submit
SUBMIT RSSO_DELETE_PRIVATE AND RETURN. "Return to original report after report execution complete
SUBMIT RSSO_DELETE_PRIVATE 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: USER = D .
Selection Text: TEST = D .
Selection Text: P_AGE = D .
Selection Text: PACKSIZE = D .
Selection Text: OBJYR = D .
Selection Text: OBJTP = D .
Selection Text: OBJNO = D .
Selection Text: OBJNAM = D .
Selection Text: OBJDES = D .
Selection Text: MAXSEL = D .
Selection Text: EXPONLY = D .
Selection Text: CRONAM = D .
Selection Text: CRDAT = D .
Selection Text: TRASH = Private Trash
Selection Text: RESUB = Resubmissions
Selection Text: READONLY = Read
Selection Text: PRIVDOC = Private folders
Selection Text: OUTDOCS = Show Folder Content
Selection Text: OUTBOX = Outbox
Selection Text: INBOX = Inbox
Selection Text: ALL = All
Title: SAPoffice Administration: Delete Private Folder Items
Text Symbol: C26 = Formatting data...
Text Symbol: C25 = Read Data...
Text Symbol: C24 = Documents
Text Symbol: C23 = (Selected Documents)
Text Symbol: C22 = Deleted
Text Symbol: C21 = Selected
Text Symbol: C13 = Documents already deleted.
Text Symbol: C08 = Test Mode
Text Symbol: C06 = No folder selected
Text Symbol: C05 = Options
Text Symbol: C04 = Documents
Text Symbol: C03 = Folder


INCLUDES used within this REPORT RSSO_DELETE_PRIVATE

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:

DB_COMMIT call function 'DB_COMMIT'.

DDIF_FIELDINFO_GET call function 'DDIF_FIELDINFO_GET' exporting tabname = tabname lfieldname = fieldname all_types = all_types importing dfies_wa = l_dfies exceptions others = 0.

REUSE_ALV_GRID_DISPLAY call function 'REUSE_ALV_GRID_DISPLAY' exporting it_fieldcat = f_cat i_callback_program = repid i_callback_user_command = 'USER_COMMAND' i_grid_title = title is_print = print tables t_outtab = gt_out_alv exceptions program_error = 1 others = 2.

REUSE_ALV_GRID_DISPLAY call function 'REUSE_ALV_GRID_DISPLAY' exporting it_fieldcat = f_cat2 i_callback_program = repid i_grid_title = title i_callback_user_command = 'USER_COMMAND' tables t_outtab = gt_outdet exceptions program_error = 1 others = 2.

SAPGUI_PROGRESS_INDICATOR call function 'SAPGUI_PROGRESS_INDICATOR' exporting text = prog_text.

SO_ADDRESS_SHOW call function 'SO_ADDRESS_SHOW' exporting user = user exceptions parameter_error = 1 user_not_exist = 2 x_error = 3 operation_no_authorization = 4 others = 5.

F4IF_FIELD_VALUE_REQUEST call function 'F4IF_FIELD_VALUE_REQUEST' exporting tabname = space fieldname = space searchhelp = 'SX_USER' shlpparam = 'USRNAM' dynpprog = dynprog dynpnr = dynnr dynprofield = field exceptions field_not_found = 1 no_help_for_field = 2 inconsistent_help = 3 no_values_found = 4 others = 5.



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