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 SWFRX 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 MT_DH_STAT_BUFFER Static Attribute Protected Type reference (TYPE) TT_DH_STAT_BUFFER Text for Deadline Status 20091116
2 MT_TEXT_API Instance attribute Private Type reference (TYPE) SWRTTXTAPI Table with Text APIs 20100210
3 MT_USER_NAME_BUFFER Static Attribute Protected Type reference (TYPE) TT_USER_NAME_BUFFER Buffer: Names for Users 20091117
4 MT_WI_PRIO_BUFFER Static Attribute Protected Type reference (TYPE) TT_WI_PRIO_BUFFER Buffer: Texts for Work Item Prioritie 20091112
5 MT_WI_RH_TEXT_BUFFER Static Attribute Protected Type reference (TYPE) TT_WI_RH_TEXT Texts for Tasks 20091117
6 MT_WI_STAT_BUFFER Static Attribute Protected Type reference (TYPE) TT_WI_STAT_BUFFER Buffer: Texts for Work Item Status 20091111
7 MT_WI_TYPE_BUFFER Static Attribute Protected Type reference (TYPE) TT_WI_TYPE_BUFFER Buffer: Texts for Work Item Types 20091111
Methods
# Method Level Visibility Method type Description Created on
1 CONSTRUCTOR Instance method Private Constructor CONSTRUCTOR 20091116
2 ON_SYSTEM_ADDED Instance method Protected Event handling method System Added at Runtime 20101027
3 ON_SYSTEM_REMOVED Instance method Protected Event handling method System Deleted at Runtime 20101027
4 _SEARCH_IN_BUFFER_DH_STAT Instance method Private Method Explore Buffer of Deadline Status 20100618
5 _SEARCH_IN_BUFFER_USER Instance method Private Method Explore Buffer of User 20100618
6 _SEARCH_IN_BUFFER_WI_PRIORITY Instance method Private Method Explore Buffer of Work Item Priorities 20100618
7 _SEARCH_IN_BUFFER_WI_RH_TASK Instance method Private Method Explore Buffer of Tasks 20100618
8 _SEARCH_IN_BUFFER_WI_STATUS Instance method Private Method Explore Buffer of Work Item Statuses 20100618
9 _SEARCH_IN_BUFFER_WI_TYPE Instance method Private Method Explore Buffer of Work Item Types 20100618
10 _UPDATE_BUFFER_DH_STAT Instance method Private Method Update Buffer of Deadline Statuses 20100623
11 _UPDATE_BUFFER_USER Instance method Private Method Update Buffer of Users 20100623
12 _UPDATE_BUFFER_WI_PRIORITY Instance method Private Method Update Buffer of Work Item Priorities 20100623
13 _UPDATE_BUFFER_WI_RH_TASK Instance method Private Method Update Buffer of Tasks 20100623
14 _UPDATE_BUFFER_WI_STATUS Instance method Private Method Update Buffer of Work Item Statuses 20100623
15 _UPDATE_BUFFER_WI_TYPE Instance method Private Method Update Buffer of Work Item Types 20100623
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 Importing 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 Importing I_LANGU Call by reference Type reference (TYPE) SYLANGU SY-LANGU Sprachenschlüssel der aktuellen Textumgebung 20091116
3 Importing I_SYSTEM_HANDLER Call by reference Object reference (TYPE REF TO) CL_SWR_SYSTEM_HANDLER Verwaltet Systeme 20100210
4 Importing I_TIMEZONE Call by reference Type reference (TYPE) SYSTZONLO SY-ZONLO Zeitzone des aktuellen Benutzers 20091116
5 Importing 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 Importing 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 Importing 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 Exporting ET_DH_STAT_TEXT Call by reference Type reference (TYPE) SWRTDHSTATTEXT Workflow: Text zu den Terminstatus (Deadline-Status) 20100618
2 Exporting ET_LANGU_NOT_AVAIL Call by reference Type reference (TYPE) SWRTLANGU Workflow: Tabelle mit Sprachen 20100618
3 Importing IT_LANGU Call by reference Type reference (TYPE) SWRTLANGU Workflow: Tabelle mit Sprachen 20100618
4 Importing 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 Exporting ET_USER_NAME Call by reference Type reference (TYPE) SWRTUSERNAME Sortierte Tabelle mit Namen zu Benutzern 20100618
2 Exporting ET_USER_NOT_AVAIL Call by reference Type reference (TYPE) SWRTUSER Tabelle mit Benutzernamen 20100618
3 Importing IT_USER Call by reference Type reference (TYPE) SWRTUSER Tabelle mit Benutzernamen 20100618
4 Importing 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 Exporting ET_LANGU_NOT_AVAIL Call by reference Type reference (TYPE) SWRTLANGU Workflow: Tabelle mit Sprachen 20100618
2 Exporting ET_WI_PRIO_TEXT Call by reference Type reference (TYPE) SWRTPRIOTEXT Workflow: Texte zu Workitem-Prioritäten 20100618
3 Importing IT_LANGU Call by reference Type reference (TYPE) SWRTLANGU Workflow: Tabelle mit Sprachen 20100618
4 Importing 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 Exporting ET_TASK_NOT_AVAIL Call by reference Type reference (TYPE) SWRTTASK WAPI: Tabellentyp für Aufgaben 20100618
2 Exporting ET_WI_RH_TEXT Call by reference Type reference (TYPE) SWRTTASKTEXT Texte zu Aufgaben 20100618
3 Importing IT_LANGU Call by reference Type reference (TYPE) SWRTLANGU Workflow: Tabelle mit Sprachen 20100618
4 Importing IT_TASK Call by reference Type reference (TYPE) SWRTTASK WAPI: Tabellentyp für Aufgaben 20100618
5 Importing 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 Exporting ET_LANGU_NOT_AVAIL Call by reference Type reference (TYPE) SWRTLANGU Workflow: Tabelle mit Sprachen 20100618
2 Exporting ET_WI_STAT_TEXT Call by reference Type reference (TYPE) SWRTWISTATTEXT Texte zu Workitem-Status 20100618
3 Importing IT_LANGU Call by reference Type reference (TYPE) SWRTLANGU Workflow: Tabelle mit Sprachen 20100618
4 Importing 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 Exporting ET_LANGU_NOT_AVAIL Call by reference Type reference (TYPE) SWRTLANGU Workflow: Tabelle mit Sprachen 20100618
2 Exporting ET_WI_TYPE_TEXT Call by reference Type reference (TYPE) SWRTWITYPETEXT Texte zu Workitem-Typen 20100618
3 Importing IT_LANGU Call by reference Type reference (TYPE) SWRTLANGU Workflow: Tabelle mit Sprachen 20100618
4 Importing 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 Importing 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 Importing 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 Importing 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 Importing 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 Importing 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 Importing 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