SAP Reports / Programs

RSSOQUDI SAP ABAP Report - Display quota







RSSOQUDI 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 RSSOQUDI 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 RSSOQUDI. "Basic submit
SUBMIT RSSOQUDI AND RETURN. "Return to original report after report execution complete
SUBMIT RSSOQUDI 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: OWNER = User
Title: Display quota
Text Symbol: 008 = Number
Text Symbol: 009 = Size/kB
Text Symbol: 010 = Number
Text Symbol: 011 = Size/kB
Text Symbol: 006 = Folder area
Text Symbol: 001 = Total
Text Symbol: 002 = Documents
Text Symbol: 003 = Documents
Text Symbol: 004 = Attachmnts
Text Symbol: 005 = Attachmnts
Text Symbol: 019 = Total
Text Symbol: 020 = Number of documents not available
Text Symbol: 021 = Flder title
Text Symbol: 023 = Ty.
Text Symbol: 024 = Document class
Text Symbol: 018 = Determin. of quota on
Text Symbol: 012 = Total size in kB
Text Symbol: 013 = Number of main documents
Text Symbol: 014 = Quarter
Text Symbol: 016 = Attachments Exist
Text Symbol: 017 = FolderName
Text Symbol: 007 = Size/kB
Text Symbol: 050 = First quarter
Text Symbol: 108 = Number of attachments
Text Symbol: 107 = Size of main documents in kB
Text Symbol: 106 = Number of main documents
Text Symbol: 105 = Total size (documents+attachments) in kB
Text Symbol: 104 = Resubmissions
Text Symbol: 109 = Size of attachments in kB
Text Symbol: 112 = Key figure
Text Symbol: 111 = Folder
Text Symbol: 110 = Date + time
Text Symbol: 061 = Default variant for inbox
Text Symbol: 060 = Default variant for private folders
Text Symbol: 053 = Fourth quarter
Text Symbol: 052 = Third quarter





Text Symbol: 051 = Second quarter
Text Symbol: 062 = Default variant for outbox
Text Symbol: 103 = Outbox
Text Symbol: 102 = Inbox
Text Symbol: 101 = Private folders
Text Symbol: 100 = Total of all folders
Text Symbol: 063 = Default variant for resubmission


INCLUDES used within this REPORT RSSOQUDI

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:

SO_NAME_CONVERT CALL FUNCTION 'SO_NAME_CONVERT' EXPORTING NAME_IN = L_NAME_IN IMPORTING NAME_OUT = L_NAME_OUT EXCEPTIONS OTHERS = 1.

REUSE_ALV_HIERSEQ_LIST_DISPLAY CALL FUNCTION 'REUSE_ALV_HIERSEQ_LIST_DISPLAY' EXPORTING I_CALLBACK_PROGRAM = 'RSSOQUDI' I_CALLBACK_PF_STATUS_SET = 'SET_STATUS' I_CALLBACK_USER_COMMAND = 'USER_COMMAND' IS_LAYOUT = IS_LAYOUT IT_FIELDCAT = CT_FIELDCAT[] IT_EVENTS = IT_EVENTS[] IS_VARIANT = IS_VARIANT I_SAVE = 'X' I_DEFAULT = 'X' I_TABNAME_HEADER = HEADER_TABLE_NAME I_TABNAME_ITEM = ITEM_TABLE_NAME IS_KEYINFO = IS_KEYINFO TABLES T_OUTTAB_HEADER = T_OUTTAB_ITEM = .

SO_DOCUMENTS_MANAGER CALL FUNCTION 'SO_DOCUMENTS_MANAGER' EXPORTING ACTIVITY = 'ATTA' OFFICE_USER = OWNER TABLES DOCUMENTS = OBJECTS.

SO_DOCUMENTS_MANAGER CALL FUNCTION 'SO_DOCUMENTS_MANAGER' EXPORTING ACTIVITY = 'DISP' OFFICE_USER = OWNER TABLES DOCUMENTS = OBJECTS.

SO_DOCUMENTS_MANAGER CALL FUNCTION 'SO_DOCUMENTS_MANAGER' EXPORTING ACTIVITY = R_UCOMM OFFICE_USER = OWNER TABLES DOCUMENTS = OBJECTS.

BP_JOB_SELECT CALL FUNCTION 'BP_JOB_SELECT' EXPORTING JOBSELECT_DIALOG = 'N' JOBSEL_PARAM_IN = L_JOBSEL_PARAM_IN TABLES JOBSELECT_JOBLIST = LT_JOBSELECT_JOBLIST EXCEPTIONS INVALID_DIALOG_TYPE = 1 JOBNAME_MISSING = 2 NO_JOBS_FOUND = 3 SELECTION_CANCELED = 4 USERNAME_MISSING = 5 OTHERS = 6.

JOB_OPEN CALL FUNCTION 'JOB_OPEN' EXPORTING DELANFREP = 'X' JOBNAME = 'SOQUOTA' IMPORTING JOBCOUNT = JOB_NUMBER EXCEPTIONS CANT_CREATE_JOB = 1 INVALID_JOB_DATA = 2 JOBNAME_MISSING = 3.

JOB_CLOSE CALL FUNCTION 'JOB_CLOSE' EXPORTING JOBCOUNT = JOB_NUMBER JOBNAME = 'SOQUOTA' * strtimmed = 'X' SDLSTRTDT = DATE SDLSTRTTM = TIME IMPORTING JOB_WAS_RELEASED = REL_SUCCESS EXCEPTIONS CANT_START_IMMEDIATE = 1 INVALID_STARTDATE = 2 JOBNAME_MISSING = 3 JOB_CLOSE_FAILED = 4 JOB_NOSTEPS = 5 JOB_NOTEX = 6 LOCK_FAILED = 7.

GRAPH_MATRIX CALL FUNCTION 'GRAPH_MATRIX' EXPORTING DIM1 = TEXT-110 " timestamp DIM2 = TEXT-111 " folder DIM3 = TEXT-112 " what numer MAIL_ALLOW = 'X' TABLES DATA = L_DATA OPTS = OPTS TDIM1 = L_TDIM1 TDIM2 = L_TDIM2 TDIM3 = L_TDIM3.

SO_NAME_CONVERT CALL FUNCTION 'SO_NAME_CONVERT' EXPORTING DELETED_INCLUDED = 'X' NAME_IN = L_NAME_IN NO_ADDRESS_NAME = 'X' NO_INSERT = 'X' IMPORTING NAME_OUT = L_NAME_OUT EXCEPTIONS COMMUNICATION_FAILURE = 1 OFFICE_NAME_NOT_EXIST = 2 PARAMETER_ERROR = 3 SAP_NAME_NOT_EXIST = 4 SYSTEM_FAILURE = 5 USER_NOT_EXIST = 6 OTHERS = 7.



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