SAP ABAP Class CL_WDR_TAGGING_SERVICE (WD: Tagging Service)
Hierarchy
☛
SAP_UI (Software Component) User Interface Technology
⤷
BC-WD-ABA-RUN (Application Component) Web Dynpro ABAP Runtime
⤷
SWDP_TAGGING (Package) Tagging / Side Panel
⤷
⤷
Meta Relationship - Using
| # | Relationship type | Using | Short Description | Created on |
|---|---|---|---|---|
| 1 | Interface implementation (CLASS c. INTERFACES i_ref) | IF_WDR_CONTROLLER_SERVICE | Interface for Controller Services | 20090116 |
| 2 | Interface implementation (CLASS c. INTERFACES i_ref) | IF_WDR_SERVICE | Interface for Runtime Services | 20090116 |
| 3 | Interface implementation (CLASS c. INTERFACES i_ref) | IF_WD_TAGGING_SERVICE | WD: Tagging Service | 20081114 |
Properties
| Class | CL_WDR_TAGGING_SERVICE | |
| Short Description | WD: Tagging Service | |
| Super Class | ||
| Instantiability of a Class | 2 | Public |
| Final |
General Data
| Message Class | ||
| Program status | ||
| Category | 0 | |
| Package | SWDP_TAGGING | Tagging / Side Panel |
| Created | 20081114 | SAP |
| Last change | 20130531 | 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) | |
| 2 | Forward declaration class (CLASS c DEFINITION DEFERRED) | Forward declaration class (CLASS c DEFINITION DEFERRED) |
Interfaces
| # | Interface | Abstract | Final | Description | Created on |
|---|---|---|---|---|---|
| 1 | IF_WDR_CONTROLLER_SERVICE | Interface for Controller Services | 20090116 | ||
| 2 | IF_WDR_SERVICE | Interface for Runtime Services | 20090116 | ||
| 3 | IF_WD_TAGGING_SERVICE | WD: Tagging Service | 20081114 |
Friends
Class CL_WDR_TAGGING_SERVICE has no friend class.
Attributes
| # | Attribute | Level | Visibility | Read only | Typing | Associated Type | Initial Value | Description | Created on |
|---|---|---|---|---|---|---|---|---|---|
| 1 | Instance attribute | Private | Object reference (TYPE REF TO) | IF_WD_COMPONENT | Web Dynpro: Controller Interface | 20081218 | |||
| 2 | Instance attribute | Private | Type reference (TYPE) | WDY_COMPONENT_NAME | Web Dynpro: Component Name | 20081218 | |||
| 3 | Constant | Public | Type reference (TYPE) | STRING | '*' | All | 20090121 | ||
| 4 | Instance attribute | Private | Type reference (TYPE) | WDY_TAG_INFO_TAB | Tag / Context Path | 20081212 |
Methods
| # | Method | Level | Visibility | Method type | Description | Created on |
|---|---|---|---|---|---|---|
| 1 | Instance method | Public | Constructor | CONSTRUCTOR | 20081216 | |
| 2 | Instance method | Public | Method | Returns all tags of the component | 20081211 | |
| 3 | Instance method | Public | Method | 20090224 | ||
| 4 | Instance method | Public | Method | Remove Tag from Context Attribute | 20081218 | |
| 5 | Instance method | Private | Method | 20090123 |
Events
| # | Event | Type | Visibility | Description | Created on |
|---|---|---|---|---|---|
| 1 | REMOVE_TAG | Instance Event (0) |
Public (2) |
20120129 | |
| 2 | SET_TAG | Instance Event (0) |
Public (2) |
20120129 |
Types
Class CL_WDR_TAGGING_SERVICE has no local type.
Method Signatures
Method CONSTRUCTOR Signature
| # | Type | Parameter | Pass Value | Optional | Typing Method | Associated Type | Default value | Description | Created on |
|---|---|---|---|---|---|---|---|---|---|
| 1 | P_COMPONENT | Call by reference | Object reference (TYPE REF TO) | IF_WD_COMPONENT | Web Dynpro: Controller-Schnittstelle | 20081218 |
Method CONSTRUCTOR on class CL_WDR_TAGGING_SERVICE has no exception.
Method GET_TAG_LIST Signature
| # | Type | Parameter | Pass Value | Optional | Typing Method | Associated Type | Default value | Description | Created on |
|---|---|---|---|---|---|---|---|---|---|
| 1 | P_TAGLIST | Call by reference | Type reference (TYPE) | WDY_TAG_INFO_TAB | Tag / Kontextpfad | 20081212 | |||
| 2 | P_WITH_DELETIONS | Call by reference | Type reference (TYPE) | WDY_BOOLEAN | ABAP_FALSE | siehe Kommentar im Coding | 20090129 |
Method GET_TAG_LIST on class CL_WDR_TAGGING_SERVICE has no exception.
Method GET_VALUE_FOR_PATH Signature
Method GET_VALUE_FOR_PATH on class CL_WDR_TAGGING_SERVICE has no parameter.
Method GET_VALUE_FOR_PATH on class CL_WDR_TAGGING_SERVICE has no exception.
Method REMOVE_TAG_FROM_ATTRIBUTE Signature
| # | Type | Parameter | Pass Value | Optional | Typing Method | Associated Type | Default value | Description | Created on |
|---|---|---|---|---|---|---|---|---|---|
| 1 | CONTEXT_PATH | Call by reference | Type reference (TYPE) | STRING | 20081218 | ||||
| 2 | CONTROLLER_NAME | Call by reference | Type reference (TYPE) | STRING | 20090121 | ||||
| 3 | SCOPE | Call by reference | Type reference (TYPE) | WDY_TAGGING_SCOPE | Herkunft der Tags | 20090126 | |||
| 4 | SEND_CHANGE_EVENT | Call by reference | Type reference (TYPE) | WDY_BOOLEAN | 'X' | 20090121 | |||
| 5 | TAG | Call by reference | Type reference (TYPE) | STRING | * für alle | 20081218 |
Method REMOVE_TAG_FROM_ATTRIBUTE on class CL_WDR_TAGGING_SERVICE has no exception.
Method SET_TAG_BY_PATH Signature
| # | Type | Parameter | Pass Value | Optional | Typing Method | Associated Type | Default value | Description | Created on |
|---|---|---|---|---|---|---|---|---|---|
| 1 | CONTEXT_PATH | Call by reference | Type reference (TYPE) | STRING | 20090123 | ||||
| 2 | CONTROLLER_NAME | Call by reference | Type reference (TYPE) | STRING | 20090123 | ||||
| 3 | IS_DELETION | Call by reference | Type reference (TYPE) | WDY_BOOLEAN | ABAP_FALSE | Ersatz für echten boolschen Typ: 'X' == wahr '' == falsch | 20090129 | ||
| 4 | IS_FINAL | Call by reference | Type reference (TYPE) | WDY_BOOLEAN | ABAP_FALSE | Ersatz für echten boolschen Typ: 'X' == wahr '' == falsch | 20090127 | ||
| 5 | SCOPE | Call by reference | Type reference (TYPE) | WDY_TAGGING_SCOPE | Reichweite einer Anwendungseigenschaft | 20090127 | |||
| 6 | SEND_CHANGE_EVENT | Call by reference | Type reference (TYPE) | WDY_BOOLEAN | ABAP_TRUE | 20090123 | |||
| 7 | TAG | Call by reference | Type reference (TYPE) | WDY_TAG_NAME | Tag Name | 20090123 |
Method SET_TAG_BY_PATH on class CL_WDR_TAGGING_SERVICE has no exception.
Event Signatures
Event REMOVE_TAG Signature
| # | Parameter | Type | Pass Value | Optional | Typing Method | Associated Type | Default value | Description | Created on |
|---|---|---|---|---|---|---|---|---|---|
| 1 | CONTEXT_PATH | Exporting | Value transfer | Type reference (TYPE) | STRING | 20120129 | |||
| 2 | CONTROLLER_NAME | Exporting | Value transfer | Type reference (TYPE) | STRING | 20120129 | |||
| 3 | SCOPE | Exporting | Value transfer | Type reference (TYPE) | STRING | 20120129 | |||
| 4 | SEND_CHANGE_EVENT | Exporting | Value transfer | Type reference (TYPE) | ABAP_BOOL | 20120129 | |||
| 5 | TAG | Exporting | Value transfer | Type reference (TYPE) | STRING | 20120129 |
Event SET_TAG Signature
| # | Parameter | Type | Pass Value | Optional | Typing Method | Associated Type | Default value | Description | Created on |
|---|---|---|---|---|---|---|---|---|---|
| 1 | CONTEXT_PATH | Exporting | Value transfer | Type reference (TYPE) | STRING | 20120129 | |||
| 2 | CONTROLLER_NAME | Exporting | Value transfer | Type reference (TYPE) | STRING | 20120129 | |||
| 3 | IS_DELETION | Exporting | Value transfer | Type reference (TYPE) | ABAP_BOOL | 20120129 | |||
| 4 | IS_FINAL | Exporting | Value transfer | Type reference (TYPE) | ABAP_BOOL | 20120129 | |||
| 5 | SCOPE | Exporting | Value transfer | Type reference (TYPE) | STRING | 20120129 | |||
| 6 | SEND_CHANGE_EVENT | Exporting | Value transfer | Type reference (TYPE) | ABAP_BOOL | 20120129 | |||
| 7 | TAG | Exporting | Value transfer | Type reference (TYPE) | STRING | 20120129 |
History
| Last changed by/on | SAP | 20130531 |
| SAP Release Created in | 720 |