SAP ABAP Interface IF_WD_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 - Used By
| # | Relationship type | Used by | Short Description | Created on |
|---|---|---|---|---|
| 1 | Interface implementation (CLASS c. INTERFACES i_ref) | CL_WDR_TAGGING_SERVICE | WD: Tagging Service | 20081114 |
Properties
| Interface | IF_WD_TAGGING_SERVICE | |
| Short Description | WD: Tagging Service |
General Data
| Package | SWDP_TAGGING | Tagging / Side Panel |
| Created | 20081114 | SAP |
| Last changed | 20130531 | SAP |
| Unicode checks active |
Forward declarations
| # | Type group / Object type | Type | Type Description |
|---|---|---|---|
| 1 | ABAP | Type group use (TYPE-POOLS tp) | Type group use (TYPE-POOLS tp) |
Interfaces
Interface IF_WD_TAGGING_SERVICE has no interface.
Friends
Interface IF_WD_TAGGING_SERVICE has no friend.
Attributes
Interface IF_WD_TAGGING_SERVICE has no attribute.
Methods
| # | Method | Level | Visibility | Method type | Description | Created on |
|---|---|---|---|---|---|---|
| 1 | Instance method | Public | Method | Returns All tags for a Path (Context Node) | 20090218 | |
| 2 | Instance method | Public | Method | 20110126 | ||
| 3 | Instance method | Public | Method | 20090224 | ||
| 4 | Static method | Public | Method | Check Validity of the Name | 20090219 | |
| 5 | Instance method | Public | Method | 20090113 | ||
| 6 | Instance method | Public | Method | Define Tag for Context Attribute by Path / Context Reference | 20090121 |
Events
Interface IF_WD_TAGGING_SERVICE has no event.
Types
| # | Type | Visibility | Typing | Associated Type | Description | Created on | Type Source |
|---|---|---|---|---|---|---|---|
| 1 | TP_T_REF_TO_DATA | Public | See coding | 20110126 | TP_T_REF_TO_DATA type hashed TABLE OF ref to DATA with unique key table_line
|
Method Signatures
Method GET_TAGS_BY_PATH_CONTEXT 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 | Pfad des Attributs ohne Controller | 20090218 | |||
| 2 | TAGS | Value transfer | Type reference (TYPE) | WDY_TAG_TAB | Tabellentyp für Tags | 20090218 | |||
| 3 | WD_CONTEXT | Call by reference | Object reference (TYPE REF TO) | IF_WD_CONTEXT_NODE | 'WD_CONTEXT' | 20090218 | |||
| 4 | WITH_DELETIONS | Call by reference | Type reference (TYPE) | WDY_BOOLEAN | ABAP_FALSE | 20090218 |
Method GET_TAGS_BY_PATH_CONTEXT on Interface IF_WD_TAGGING_SERVICE has no exception.
Method GET_VALUES_FOR_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 | 20110126 | ||||
| 2 | CONTROLLER_NAME | Call by reference | Type reference (TYPE) | STRING | 20110126 | ||||
| 3 | TAG_VALUES | Value transfer | Type reference (TYPE) | TP_T_REF_TO_DATA | 20110126 |
Method GET_VALUES_FOR_PATH on Interface IF_WD_TAGGING_SERVICE has no exception.
Method GET_VALUE_FOR_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 | 20090224 | ||||
| 2 | CONTROLLER_NAME | Call by reference | Type reference (TYPE) | STRING | 20090224 | ||||
| 3 | TAG_VALUE | Value transfer | Object reference (TYPE REF TO) | DATA | 20090224 |
Method GET_VALUE_FOR_PATH on Interface IF_WD_TAGGING_SERVICE has no exception.
Method IS_TAG_VALID Signature
| # | Type | Parameter | Pass Value | Optional | Typing Method | Associated Type | Default value | Description | Created on |
|---|---|---|---|---|---|---|---|---|---|
| 1 | IS_VALID | Value transfer | Type reference (TYPE) | ABAP_BOOL | 20090219 | ||||
| 2 | TAG | Call by reference | Type reference (TYPE) | STRING | 20090219 |
Method IS_TAG_VALID on Interface IF_WD_TAGGING_SERVICE has no exception.
Method SET_TAGS_BY_PATH Signature
| # | Type | Parameter | Pass Value | Optional | Typing Method | Associated Type | Default value | Description | Created on |
|---|---|---|---|---|---|---|---|---|---|
| 1 | P_DELETE_EXISTING_TAGS | Call by reference | Type reference (TYPE) | WDY_BOOLEAN | SPACE | löscht vorher alle Tags pro Pfad und Scope | 20090121 | ||
| 2 | P_TAGS | Value transfer | Type reference (TYPE) | WDY_TAG_DATA_TAB | TabTabelle mit Tags | 20090113 |
Method SET_TAGS_BY_PATH on Interface IF_WD_TAGGING_SERVICE has no exception.
Method SET_TAG_BY_PATH_CONTEXT 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 | Pfad ohne Controller | 20090121 | |||
| 2 | IS_DELETION | Call by reference | Type reference (TYPE) | WDY_BOOLEAN | ABAP_FALSE | 20090129 | |||
| 3 | IS_FINAL | Call by reference | Type reference (TYPE) | WDY_BOOLEAN | ABAP_FALSE | 20090127 | |||
| 4 | REMOVE_TAG | Call by reference | Type reference (TYPE) | WDY_BOOLEAN | ABAP_FALSE | Ersatz für echten boolschen Typ: 'X' == wahr '' == falsch | 20120120 | ||
| 5 | SCOPE | Call by reference | Type reference (TYPE) | WDY_TAGGING_SCOPE | Scope in dem der Tag gesetz wird | 20090127 | |||
| 6 | SEND_CHANGE_EVENT | Call by reference | Type reference (TYPE) | WDY_BOOLEAN | ABAP_TRUE | 20090121 | |||
| 7 | TAG | Call by reference | Type reference (TYPE) | WDY_TAG_NAME | Tag Name | 20090121 | |||
| 8 | WD_CONTEXT | Call by reference | Object reference (TYPE REF TO) | IF_WD_CONTEXT_NODE | 'WD_CONTEXT' | 20090123 |
Method SET_TAG_BY_PATH_CONTEXT on Interface IF_WD_TAGGING_SERVICE has no exception.
History
| Last changed by/on | SAP | 20130531 |
| SAP Release Created in | 720 |