SAP Reports / Programs

RSSAA_WORKPLACE SAP ABAP Report - System Administration: Task List







RSSAA_WORKPLACE 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 RSSAA_WORKPLACE 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

SYSADM_TASK - System Administration: Task List


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 RSSAA_WORKPLACE. "Basic submit
SUBMIT RSSAA_WORKPLACE AND RETURN. "Return to original report after report execution complete
SUBMIT RSSAA_WORKPLACE 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: ALLW = Worklist
Selection Text: DAY = Daily Tasks
Selection Text: DB = Database-Specific Tasks
Selection Text: DEPDBSYS = D Database system
Selection Text: DEPOPSYS = D Operating system
Selection Text: DEPR3 = D System name
Selection Text: DEV = Development and Customizing
Selection Text: GLOBAL = Global Tasks
Selection Text: LOCAL = Local Tasks
Selection Text: MONTH = Monthly Tasks
Selection Text: OP = Operating syst.-specific tasks
Selection Text: SAP = SAP-Specific Tasks
Selection Text: WEEK = Weekly Tasks
Selection Text: ALLT = All tasks
Selection Text: ALLP = All Periodic Tasks
Selection Text: ALLA = Also occasional tasks
Selection Text: ADM = Administrator tasks
Title: System Administration: Task List
Text Symbol: P02 = Weekly
Text Symbol: P03 = Monthly
Text Symbol: P04 = Annually
Text Symbol: P99 = Other period
Text Symbol: P01 = Daily
Text Symbol: N01 = No tasks exist for this selection
Text Symbol: DR2 = Select a system icon
Text Symbol: DR1 = Select a task
Text Symbol: Q01 = Status information
Text Symbol: Q02 = Documentation available
Text Symbol: S01 = Regular tasks
Text Symbol: S02 = Specific tasks
Text Symbol: S03 = System-dependent tasks
Text Symbol: 001 = Not all tasks were executed on time
Text Symbol: 002 = No information (remote connection?)
Text Symbol: 003 = All tasks were executed on time
Text Symbol: 004 = No information (remote connection not allowed)
Text Symbol: 005 = Additional information available
Text Symbol: 006 = Not in current task list (-> Selection)
Text Symbol: D01 = (DEV)





Text Symbol: D02 = (PRD)
Text Symbol: D03 = (QAS)
Text Symbol: D10 = System
Text Symbol: D11 = DEV = development system
Text Symbol: D12 = PRD = production system
Text Symbol: D13 = QAS = Quality assurance system
Text Symbol: T02 = Process description
Text Symbol: T01 = Task list
Text Symbol: S13 = = Uncompleted periodic tasks
Text Symbol: S12 = Also occasional tasks
Text Symbol: S11 = All Periodic Tasks
Text Symbol: S06 = Function
Text Symbol: S05 = Database-dependent tasks
Text Symbol: S04 = Platform-dependent tasks


INCLUDES used within this REPORT RSSAA_WORKPLACE

INCLUDE SAA_WORKPLACE_TOP.
INCLUDE SAA_WORKPLACE_SEL.
INCLUDE SAA_WORKPLACE_ICONV.
INCLUDE SAA_WORKPLACE_STAT.
INCLUDE SAA_WORKPLACE_APPL.
INCLUDE SAA_WORKPLACE_O01.
INCLUDE SAA_WORKPLACE_I01.
INCLUDE SAA_WORKPLACE_F01.


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:

SELECT_OPTIONS_RESTRICT CALL FUNCTION 'SELECT_OPTIONS_RESTRICT' EXPORTING RESTRICTION = LS_RESTRICTION EXCEPTIONS TOO_LATE = 1 REPEATED = 2 SELOPT_WITHOUT_OPTIONS = 3 SELOPT_WITHOUT_SIGNS = 4 INVALID_SIGN = 5 EMPTY_OPTION_LIST = 6 INVALID_KIND = 7 REPEATED_KIND_A = 8 OTHERS = 9.



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