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
Below is a list of transaction codes which are relevant to this SAP report
SYSADM_TASK - System Administration: Task List
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.
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)
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.
No SAP DATABASE tables are accessed within this REPORT code!
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.
Although this basic information may have limited use it does provide an easy to find location to store any knowledge about this program/report.
RSSAA_WORKPLACE - System Administration: Task List RSSAA_WORKPLACE - System Administration: Task List RSSAA_CLEANUP_01 - Cleanup of System Dependencies for Documentation RSSAA_CLEANUP_01 - Cleanup of System Dependencies for Documentation RSSAA_CALLEXTERN - RSSAACALLEXTERN RSSAA_CALLEXTERN - RSSAACALLEXTERN