SAP ABAP Class CL_SWR_TEXT_API (Text API Manager)
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 | 20091112 |
| 2 | Interface implementation (CLASS c. INTERFACES i_ref) | IF_SWR_TEXT_API | API for Determining Texts | 20091105 |
Properties
| Class | CL_SWR_TEXT_API | |
| Short Description | Text API Manager | |
| 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 | 20091105 | 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_TEXT_API | API for Determining Texts | 20091105 |
Friends
| # | Friend | Modeled only | Created on | Description |
|---|---|---|---|---|
| 1 | CL_SWR_API_FACTORY | 20091105 | Factory for Instantiating APIs | |
| 2 | CL_SWR_INTERNAL_SERVICES | 20100126 | Internal Service Class |
Attributes
| # | Attribute | Level | Visibility | Read only | Typing | Associated Type | Initial Value | Description | Created on |
|---|---|---|---|---|---|---|---|---|---|
| 1 | Static Attribute | Protected | Type reference (TYPE) | TT_DH_STAT_BUFFER | Text for Deadline Status | 20091116 | |||
| 2 | Instance attribute | Private | Type reference (TYPE) | SWRTTXTAPI | Table with Text APIs | 20100210 | |||
| 3 | Static Attribute | Protected | Type reference (TYPE) | TT_USER_NAME_BUFFER | Buffer: Names for Users | 20091117 | |||
| 4 | Static Attribute | Protected | Type reference (TYPE) | TT_WI_PRIO_BUFFER | Buffer: Texts for Work Item Prioritie | 20091112 | |||
| 5 | Static Attribute | Protected | Type reference (TYPE) | TT_WI_RH_TEXT | Texts for Tasks | 20091117 | |||
| 6 | Static Attribute | Protected | Type reference (TYPE) | TT_WI_STAT_BUFFER | Buffer: Texts for Work Item Status | 20091111 | |||
| 7 | Static Attribute | Protected | Type reference (TYPE) | TT_WI_TYPE_BUFFER | Buffer: Texts for Work Item Types | 20091111 |
Methods
Events
Class CL_SWR_TEXT_API has no event.
Types
| # | Type | Visibility | Typing | Associated Type | Description | Created on | Type Source |
|---|---|---|---|---|---|---|---|
| 1 | TT_DH_STAT_BUFFER | Protected | See coding | 20100215 | tt_dh_stat_buffer TYPE HASHED TABLE OF swrsdhstattext
WITH UNIQUE KEY dest_id langu wi_dh_stat
|
||
| 2 | TT_USER_NAME_BUFFER | Protected | See coding | 20100212 | tt_user_name_buffer TYPE HASHED TABLE OF swrsusername
WITH UNIQUE KEY dest_id user
|
||
| 3 | TT_WI_PRIO_BUFFER | Protected | See coding | 20100212 | tt_wi_prio_buffer TYPE HASHED TABLE OF swrspriotext
WITH UNIQUE KEY dest_id langu wi_prio
|
||
| 4 | TT_WI_RH_TEXT | Protected | See coding | 20100216 | tt_wi_rh_text TYPE HASHED TABLE OF swrstasktext
WITH UNIQUE KEY dest_id langu wi_rh_task
|
||
| 5 | TT_WI_STAT_BUFFER | Protected | See coding | 20100212 | tt_wi_stat_buffer TYPE HASHED TABLE OF swrswistattext
WITH UNIQUE KEY dest_id langu wi_stat
|
||
| 6 | TT_WI_TYPE_BUFFER | Protected | See coding | 20100212 | tt_wi_type_buffer TYPE HASHED TABLE OF swrswitypetext
WITH UNIQUE KEY dest_id langu wi_type
|
Method Signatures
Method CONSTRUCTOR Signature
| # | Type | Parameter | Pass Value | Optional | Typing Method | Associated Type | Default value | Description | Created on |
|---|---|---|---|---|---|---|---|---|---|
| 1 | I_CB_USER_MAPPING | Call by reference | Object reference (TYPE REF TO) | IF_SWR_API_USER_MAPPING | callback für Usermapping bei RFC calls | 20101203 | |||
| 2 | I_LANGU | Call by reference | Type reference (TYPE) | SYLANGU | SY-LANGU | Sprachenschlüssel der aktuellen Textumgebung | 20091116 | ||
| 3 | I_SYSTEM_HANDLER | Call by reference | Object reference (TYPE REF TO) | CL_SWR_SYSTEM_HANDLER | Verwaltet Systeme | 20100210 | |||
| 4 | I_TIMEZONE | Call by reference | Type reference (TYPE) | SYSTZONLO | SY-ZONLO | Zeitzone des aktuellen Benutzers | 20091116 | ||
| 5 | I_USER | Call by reference | Type reference (TYPE) | SYUNAME | SY-UNAME | Benutzername | 20091116 |
Method CONSTRUCTOR on class CL_SWR_TEXT_API has no exception.
Method ON_SYSTEM_ADDED Signature
| # | Type | Parameter | Pass Value | Optional | Typing Method | Associated Type | Default value | Description | Created on |
|---|---|---|---|---|---|---|---|---|---|
| 1 | DEST_ID | Call by reference | Attribute reference (LIKE) | 20101027 |
Method ON_SYSTEM_ADDED on class CL_SWR_TEXT_API has no exception.
Method ON_SYSTEM_REMOVED Signature
| # | Type | Parameter | Pass Value | Optional | Typing Method | Associated Type | Default value | Description | Created on |
|---|---|---|---|---|---|---|---|---|---|
| 1 | DEST_ID | Call by reference | Attribute reference (LIKE) | 20101027 |
Method ON_SYSTEM_REMOVED on class CL_SWR_TEXT_API has no exception.
Method _SEARCH_IN_BUFFER_DH_STAT Signature
| # | Type | Parameter | Pass Value | Optional | Typing Method | Associated Type | Default value | Description | Created on |
|---|---|---|---|---|---|---|---|---|---|
| 1 | ET_DH_STAT_TEXT | Call by reference | Type reference (TYPE) | SWRTDHSTATTEXT | Workflow: Text zu den Terminstatus (Deadline-Status) | 20100618 | |||
| 2 | ET_LANGU_NOT_AVAIL | Call by reference | Type reference (TYPE) | SWRTLANGU | Workflow: Tabelle mit Sprachen | 20100618 | |||
| 3 | IT_LANGU | Call by reference | Type reference (TYPE) | SWRTLANGU | Workflow: Tabelle mit Sprachen | 20100618 | |||
| 4 | I_DEST_ID | Call by reference | Type reference (TYPE) | SWR_DEST | Workflow: Destination für Remote-Aufrufe | 20100618 |
Method _SEARCH_IN_BUFFER_DH_STAT on class CL_SWR_TEXT_API has no exception.
Method _SEARCH_IN_BUFFER_USER Signature
| # | Type | Parameter | Pass Value | Optional | Typing Method | Associated Type | Default value | Description | Created on |
|---|---|---|---|---|---|---|---|---|---|
| 1 | ET_USER_NAME | Call by reference | Type reference (TYPE) | SWRTUSERNAME | Sortierte Tabelle mit Namen zu Benutzern | 20100618 | |||
| 2 | ET_USER_NOT_AVAIL | Call by reference | Type reference (TYPE) | SWRTUSER | Tabelle mit Benutzernamen | 20100618 | |||
| 3 | IT_USER | Call by reference | Type reference (TYPE) | SWRTUSER | Tabelle mit Benutzernamen | 20100618 | |||
| 4 | I_DEST_ID | Call by reference | Type reference (TYPE) | SWR_DEST | Workflow: Destination für Remote-Aufrufe | 20100618 |
Method _SEARCH_IN_BUFFER_USER on class CL_SWR_TEXT_API has no exception.
Method _SEARCH_IN_BUFFER_WI_PRIORITY Signature
| # | Type | Parameter | Pass Value | Optional | Typing Method | Associated Type | Default value | Description | Created on |
|---|---|---|---|---|---|---|---|---|---|
| 1 | ET_LANGU_NOT_AVAIL | Call by reference | Type reference (TYPE) | SWRTLANGU | Workflow: Tabelle mit Sprachen | 20100618 | |||
| 2 | ET_WI_PRIO_TEXT | Call by reference | Type reference (TYPE) | SWRTPRIOTEXT | Workflow: Texte zu Workitem-Prioritäten | 20100618 | |||
| 3 | IT_LANGU | Call by reference | Type reference (TYPE) | SWRTLANGU | Workflow: Tabelle mit Sprachen | 20100618 | |||
| 4 | I_DEST_ID | Call by reference | Type reference (TYPE) | SWR_DEST | Workflow: Destination für Remote-Aufrufe | 20100618 |
Method _SEARCH_IN_BUFFER_WI_PRIORITY on class CL_SWR_TEXT_API has no exception.
Method _SEARCH_IN_BUFFER_WI_RH_TASK Signature
| # | Type | Parameter | Pass Value | Optional | Typing Method | Associated Type | Default value | Description | Created on |
|---|---|---|---|---|---|---|---|---|---|
| 1 | ET_TASK_NOT_AVAIL | Call by reference | Type reference (TYPE) | SWRTTASK | WAPI: Tabellentyp für Aufgaben | 20100618 | |||
| 2 | ET_WI_RH_TEXT | Call by reference | Type reference (TYPE) | SWRTTASKTEXT | Texte zu Aufgaben | 20100618 | |||
| 3 | IT_LANGU | Call by reference | Type reference (TYPE) | SWRTLANGU | Workflow: Tabelle mit Sprachen | 20100618 | |||
| 4 | IT_TASK | Call by reference | Type reference (TYPE) | SWRTTASK | WAPI: Tabellentyp für Aufgaben | 20100618 | |||
| 5 | I_DEST_ID | Call by reference | Type reference (TYPE) | SWR_DEST | Workflow: Destination für Remote-Aufrufe | 20100618 |
Method _SEARCH_IN_BUFFER_WI_RH_TASK on class CL_SWR_TEXT_API has no exception.
Method _SEARCH_IN_BUFFER_WI_STATUS Signature
| # | Type | Parameter | Pass Value | Optional | Typing Method | Associated Type | Default value | Description | Created on |
|---|---|---|---|---|---|---|---|---|---|
| 1 | ET_LANGU_NOT_AVAIL | Call by reference | Type reference (TYPE) | SWRTLANGU | Workflow: Tabelle mit Sprachen | 20100618 | |||
| 2 | ET_WI_STAT_TEXT | Call by reference | Type reference (TYPE) | SWRTWISTATTEXT | Texte zu Workitem-Status | 20100618 | |||
| 3 | IT_LANGU | Call by reference | Type reference (TYPE) | SWRTLANGU | Workflow: Tabelle mit Sprachen | 20100618 | |||
| 4 | I_DEST_ID | Call by reference | Type reference (TYPE) | SWR_DEST | Workflow: Destination für Remote-Aufrufe | 20100618 |
Method _SEARCH_IN_BUFFER_WI_STATUS on class CL_SWR_TEXT_API has no exception.
Method _SEARCH_IN_BUFFER_WI_TYPE Signature
| # | Type | Parameter | Pass Value | Optional | Typing Method | Associated Type | Default value | Description | Created on |
|---|---|---|---|---|---|---|---|---|---|
| 1 | ET_LANGU_NOT_AVAIL | Call by reference | Type reference (TYPE) | SWRTLANGU | Workflow: Tabelle mit Sprachen | 20100618 | |||
| 2 | ET_WI_TYPE_TEXT | Call by reference | Type reference (TYPE) | SWRTWITYPETEXT | Texte zu Workitem-Typen | 20100618 | |||
| 3 | IT_LANGU | Call by reference | Type reference (TYPE) | SWRTLANGU | Workflow: Tabelle mit Sprachen | 20100618 | |||
| 4 | I_DEST_ID | Call by reference | Type reference (TYPE) | SWR_DEST | Workflow: Destination für Remote-Aufrufe | 20100618 |
Method _SEARCH_IN_BUFFER_WI_TYPE on class CL_SWR_TEXT_API has no exception.
Method _UPDATE_BUFFER_DH_STAT Signature
| # | Type | Parameter | Pass Value | Optional | Typing Method | Associated Type | Default value | Description | Created on |
|---|---|---|---|---|---|---|---|---|---|
| 1 | IT_DH_STAT | Call by reference | Type reference (TYPE) | SWRTDHSTATTEXT | Workflow: Text zu den Terminstatus (Deadline-Status) | 20100623 |
Method _UPDATE_BUFFER_DH_STAT on class CL_SWR_TEXT_API has no exception.
Method _UPDATE_BUFFER_USER Signature
| # | Type | Parameter | Pass Value | Optional | Typing Method | Associated Type | Default value | Description | Created on |
|---|---|---|---|---|---|---|---|---|---|
| 1 | IT_USER_NAME | Call by reference | Type reference (TYPE) | SWRTUSERNAME | Sortierte Tabelle mit Namen zu Benutzern | 20100623 |
Method _UPDATE_BUFFER_USER on class CL_SWR_TEXT_API has no exception.
Method _UPDATE_BUFFER_WI_PRIORITY Signature
| # | Type | Parameter | Pass Value | Optional | Typing Method | Associated Type | Default value | Description | Created on |
|---|---|---|---|---|---|---|---|---|---|
| 1 | IT_WI_PRIO | Call by reference | Type reference (TYPE) | SWRTPRIOTEXT | Workflow: Texte zu Workitem-Prioritäten | 20100623 |
Method _UPDATE_BUFFER_WI_PRIORITY on class CL_SWR_TEXT_API has no exception.
Method _UPDATE_BUFFER_WI_RH_TASK Signature
| # | Type | Parameter | Pass Value | Optional | Typing Method | Associated Type | Default value | Description | Created on |
|---|---|---|---|---|---|---|---|---|---|
| 1 | IT_WI_RH_TEXT | Call by reference | Type reference (TYPE) | SWRTTASKTEXT | Texte zu Aufgaben | 20100623 |
Method _UPDATE_BUFFER_WI_RH_TASK on class CL_SWR_TEXT_API has no exception.
Method _UPDATE_BUFFER_WI_STATUS Signature
| # | Type | Parameter | Pass Value | Optional | Typing Method | Associated Type | Default value | Description | Created on |
|---|---|---|---|---|---|---|---|---|---|
| 1 | IT_WI_STAT | Call by reference | Type reference (TYPE) | SWRTWISTATTEXT | Texte zu Workitem-Status | 20100623 |
Method _UPDATE_BUFFER_WI_STATUS on class CL_SWR_TEXT_API has no exception.
Method _UPDATE_BUFFER_WI_TYPE Signature
| # | Type | Parameter | Pass Value | Optional | Typing Method | Associated Type | Default value | Description | Created on |
|---|---|---|---|---|---|---|---|---|---|
| 1 | IT_WI_TYPE | Call by reference | Type reference (TYPE) | SWRTWITYPETEXT | Texte zu Workitem-Typen | 20100623 |
Method _UPDATE_BUFFER_WI_TYPE on class CL_SWR_TEXT_API has no exception.
History
| Last changed by/on | SAP | 20110908 |
| SAP Release Created in | 730 |