SAP ABAP Class CL_SWR_WORKLIST_API_LOC (API for Determining Worklists (Inbox, Outbox))
Hierarchy
☛
SAP_BASIS (Software Component) SAP Basis Component
⤷
BC-BMT-WFM (Application Component) SAP Business Workflow
⤷
SWF_SWR (Package) Workflow: Internal Implementation for API Layer

⤷

⤷

Meta Relationship - Using
# | Relationship type | Using | Short Description | Created on |
---|---|---|---|---|
1 | Inheritance (c INHERITING FROM c_ref) | CL_SWR_API_BASE | Basis Class for APIs | 20091207 |
2 | Interface implementation (CLASS c. INTERFACES i_ref) | IF_SWR_API_REMOTE_INTERNAL | Basis Interface for Internal Functions | 20100303 |
3 | Interface implementation (CLASS c. INTERFACES i_ref) | IF_SWR_WORKLIST_API_INTERNAL | Internal Interface for Worklist APIs | 20091207 |
Properties
Class | CL_SWR_WORKLIST_API_LOC | |
Short Description | API for Determining Worklists (Inbox, Outbox) | |
Super Class | CL_SWR_API_BASE | Basis Class for APIs |
Instantiability of a Class | 0 | Private |
Final |
General Data
Message Class | ||
Program status | ||
Category | 0 | |
Package | SWF_SWR | Workflow: Internal Implementation for API Layer |
Created | 20091207 | SAP |
Last change | 20110908 | SAP |
Shared Memory-enabled | ||
Fixed point arithmetic | ||
Unicode checks active |
Forward declarations
# | Type group / Object type | Type | Type Description |
---|---|---|---|
1 | ![]() |
Type group use (TYPE-POOLS tp) | Type group use (TYPE-POOLS tp) |
Interfaces
# | Interface | Abstract | Final | Description | Created on |
---|---|---|---|---|---|
1 | IF_SWR_API_REMOTE_INTERNAL | Basis Interface for Internal Functions | 20100303 | ||
2 | IF_SWR_WORKLIST_API_INTERNAL | Internal Interface for Worklist APIs | 20091207 |
Friends
# | Friend | Modeled only | Created on | Description |
---|---|---|---|---|
1 | CL_SWR_API_FACTORY | 20091207 | Factory for Instantiating APIs | |
2 | CL_SWR_WORKLIST_API | 20091207 | Worklist API Manager |
Attributes
# | Attribute | Level | Visibility | Read only | Typing | Associated Type | Initial Value | Description | Created on |
---|---|---|---|---|---|---|---|---|---|
1 | ![]() |
Instance attribute | Private | Object reference (TYPE REF TO) | CL_SWR_INTERNAL_SERVICES | Internal Service Class | 20091207 |
Methods
# | Method | Level | Visibility | Method type | Description | Created on |
---|---|---|---|---|---|---|
1 | ![]() |
Instance method | Private | Constructor | CONSTRUCTOR | 20091207 |
2 | ![]() |
Static method | Public | Method | Create Instance | 20100215 |
3 | ![]() |
Instance method | Protected | Method | Set View to Work Items | 20100128 |
4 | ![]() |
Instance method | Protected | Method | Get Work Items from Outbox | 20100128 |
Events
Class CL_SWR_WORKLIST_API_LOC has no event.
Types
Class CL_SWR_WORKLIST_API_LOC has no local type.
Method Signatures
Method CONSTRUCTOR Signature
# | Type | Parameter | Pass Value | Optional | Typing Method | Associated Type | Default value | Description | Created on |
---|---|---|---|---|---|---|---|---|---|
1 | ![]() |
I_DEST_ID | Call by reference | Type reference (TYPE) | SWR_DEST | Destination für Remote-Aufrufe | 20091208 | ||
2 | ![]() |
I_LANGU | Call by reference | Type reference (TYPE) | SYLANGU | SY-LANGU | Sprachenschlüssel der aktuellen Textumgebung | 20091207 | |
3 | ![]() |
I_RFCDEST | Call by reference | Type reference (TYPE) | SWR_RFCDEST | logische Destination (Wird bei Funktionsaufruf angegeben) | 20091208 | ||
4 | ![]() |
I_TIMEZONE | Call by reference | Type reference (TYPE) | SYSTZONLO | SY-ZONLO | Zeitzone des aktuellen Benutzers | 20091207 | |
5 | ![]() |
I_USER | Call by reference | Type reference (TYPE) | SYUNAME | SY-UNAME | Benutzername | 20091207 |
Method CONSTRUCTOR on class CL_SWR_WORKLIST_API_LOC has no exception.
Method GET_INSTANCE Signature
# | Type | Parameter | Pass Value | Optional | Typing Method | Associated Type | Default value | Description | Created on |
---|---|---|---|---|---|---|---|---|---|
1 | ![]() |
I_DEST_ID | Call by reference | Type reference (TYPE) | SWR_DEST | Workflow: Destination für Remote-Aufrufe | 20100215 | ||
2 | ![]() |
I_LANGU | Call by reference | Type reference (TYPE) | SYLANGU | SY-LANGU | Sprachenschlüssel der aktuellen Textumgebung | 20100215 | |
3 | ![]() |
I_RFCDEST | Call by reference | Type reference (TYPE) | RFCDEST | logische Destination (Wird bei Funktionsaufruf angegeben) | 20100215 | ||
4 | ![]() |
I_TIMEZONE | Call by reference | Type reference (TYPE) | SYSTZONLO | SY-ZONLO | Zeitzone des aktuellen Benutzers | 20100215 | |
5 | ![]() |
I_USER | Call by reference | Type reference (TYPE) | SYUNAME | SY-UNAME | Benutzername | 20100215 | |
6 | ![]() |
R_WORKLIST_API_INTERNAL | Value transfer | Object reference (TYPE REF TO) | IF_SWR_WORKLIST_API_INTERNAL | Internes Interface für Worklist APIs | 20100215 |
Method GET_INSTANCE on class CL_SWR_WORKLIST_API_LOC has no exception.
Method _GET_INBOX_VIEW Signature
# | Type | Parameter | Pass Value | Optional | Typing Method | Associated Type | Default value | Description | Created on |
---|---|---|---|---|---|---|---|---|---|
1 | ![]() |
RT_INBOX_VIEW | Value transfer | Type reference (TYPE) | THRWFUSER_V | Inboxview | 20100128 |
Method _GET_INBOX_VIEW on class CL_SWR_WORKLIST_API_LOC has no exception.
Method _GET_ITEMS_OF_OUTBOX Signature
# | Type | Parameter | Pass Value | Optional | Typing Method | Associated Type | Default value | Description | Created on |
---|---|---|---|---|---|---|---|---|---|
1 | ![]() |
ET_WORKITEMS | Call by reference | Type reference (TYPE) | SWRTWIHEAD | Tabelle mit Workitems | 20100128 | ||
2 | ![]() |
ET_WORKITEMS_DETAIL | Call by reference | Type reference (TYPE) | SWRTWIHEADDTL | Tabelle mit Workitems mit Detailinformaitonen | 20100128 | ||
3 | ![]() |
E_RETURN_MSG | Call by reference | Object reference (TYPE REF TO) | IF_SWR_RETURN_MSG | Nachrichten der API Aufrufe | 20100128 | ||
4 | ![]() |
IT_STATUS_FILTER | Call by reference | Type reference (TYPE) | SWRTSTATUS | WAPI: Tabellentyp für Status | 20100128 | ||
5 | ![]() |
IT_TASK_FILTER | Call by reference | Type reference (TYPE) | SWRTTASK | WAPI: Tabellentyp für Aufgaben | 20100128 | ||
6 | ![]() |
I_SELCONTROL | Call by reference | Type reference (TYPE) | SWFSWRSSELCONTROL | Workflow: Steuerungsstruktur für Selektionen | 20100128 | ||
7 | ![]() |
I_SEL_TIMESTAMP | Call by reference | Type reference (TYPE) | TIMESTAMPL | Selektionsdatum in Zeitzone des Benutzers | 20100128 | ||
8 | ![]() |
I_TRANSLATE_WI_TEXT | Call by reference | Type reference (TYPE) | XFELD | SPACE | Feld zum Ankreuzen | 20100128 |
Method _GET_ITEMS_OF_OUTBOX on class CL_SWR_WORKLIST_API_LOC has no exception.
History
Last changed by/on | SAP | 20110908 |
SAP Release Created in | 730 |