SAP ABAP Class IF_TFW_TAG (Tag Interface)
Meta Relationship - Using
| # | Relationship type | Using | Short Description | Created on |
|---|---|---|---|---|
| 1 | Interface composition (i COMPRISING i_ref) | IF_TFW_METADATA | Metadata Interface | 20130412 |
Meta Relationship - Used By
| # | Relationship type | Used by | Short Description | Created on |
|---|---|---|---|---|
| 1 | Interface implementation (CLASS c. INTERFACES i_ref) | CL_TFW_TAG | Object Tagging Implementation | 20130412 |
Properties
| Class | IF_TFW_TAG | |
| Short Description | Tag Interface | |
| Super Class | ||
| Instantiability of a Class | 2 | Public |
| Final |
General Data
| Message Class | ||
| Program status | ||
| Category | 0 | |
| Package | ||
| Created | 20130412 | SAP |
| Last change | 20140121 | 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 interface (INTERFACE i DEFINITION DEF... | Forward declaration interface (INTERFACE i DEFINITION DEF... | |
| 3 | Forward declaration interface (INTERFACE i DEFINITION DEF... | Forward declaration interface (INTERFACE i DEFINITION DEF... |
Interfaces
Class IF_TFW_TAG has no interface implemented.
Friends
Class IF_TFW_TAG has no friend class.
Attributes
Class IF_TFW_TAG has no attribute.
Methods
| # | Method | Level | Visibility | Method type | Description | Created on |
|---|---|---|---|---|---|---|
| 1 | Instance method | Public | Method | Add new tag(s) to an object | 20130416 | |
| 2 | Instance method | Public | Method | Delete tag(s) for an object | 20130416 | |
| 3 | Instance method | Public | Method | Get all tags for an object | 20130412 |
Events
Class IF_TFW_TAG has no event.
Types
| # | Type | Visibility | Typing | Associated Type | Description | Created on | Type Source |
|---|---|---|---|---|---|---|---|
| 1 | S_TAG | Public | See coding | Tag info | 20130418 | BEGIN OF s_tag,
tag_id TYPE tfw_tag_id,
predicate TYPE if_tfw_pred_lookup=>predicate_key,
pri_ic TYPE tfw_priic,
grp_ic TYPE tfw_grpic,
group_id TYPE tfw_group_id,
END OF s_tag
|
|
| 2 | S_TAG_DB | Public | See coding | Tag DB type | 20130418 | BEGIN OF s_tag_db,
object_id TYPE if_tfw_types=>object_id,
object_type_id TYPE if_tfw_types=>object_type_id,
seqnr TYPE n LENGTH 6,
simplekey TYPE abap_bool,
tag_id TYPE tfw_tag_id,
predicate TYPE if_tfw_pred_lookup=>predicate_key,
attr_name TYPE if_tfw_pred_lookup=>attr_name,
namespace TYPE if_tfw_pred_lookup=>namespace,
pri_ic TYPE tfw_priic,
grp_ic TYPE tfw_grpic,
group_id TYPE tfw_group_id,
created_by TYPE tfw_unam,
created_on TYPE tfw_tmstmp,
delete TYPE abap_bool,
END OF s_tag_db
|
|
| 3 | TS_TAG_DB | Public | See coding | Table type for tag DB | 20130418 | ts_tag_db TYPE SORTED TABLE OF s_tag_db
WITH UNIQUE KEY object_id object_type_id seqnr
|
|
| 4 | T_TAG | Public | See coding | Table type for tag info | 20130418 | t_tag TYPE STANDARD TABLE OF s_tag
WITH NON-UNIQUE DEFAULT KEY
|
Method Signatures
Method ADD_TAGS Signature
| # | Type | Parameter | Pass Value | Optional | Typing Method | Associated Type | Default value | Description | Created on |
|---|---|---|---|---|---|---|---|---|---|
| 1 | IT_TAG | Call by reference | Type reference (TYPE) | IF_TFW_TAG=>T_TAG | Table of Tags | 20130416 |
| # | Exception | Resumable | Description | Created on |
|---|---|---|---|---|
| 1 | Runtime Exception Class | 20130627 |
Method DELETE_TAGS Signature
| # | Type | Parameter | Pass Value | Optional | Typing Method | Associated Type | Default value | Description | Created on |
|---|---|---|---|---|---|---|---|---|---|
| 1 | IT_TAG | Call by reference | Type reference (TYPE) | IF_TFW_TAG=>T_TAG | Table of Tags | 20130416 | |||
| 2 | IV_DELETE_ALL | Call by reference | Type reference (TYPE) | ABAP_BOOL | ABAP_FALSE | 'X': Delete all tags | 20130416 |
| # | Exception | Resumable | Description | Created on |
|---|---|---|---|---|
| 1 | TFW: Runtime Exception Class | 20130613 |
Method GET_TAGS Signature
| # | Type | Parameter | Pass Value | Optional | Typing Method | Associated Type | Default value | Description | Created on |
|---|---|---|---|---|---|---|---|---|---|
| 1 | RT_TAG | Value transfer | Type reference (TYPE) | IF_TFW_TAG=>T_TAG | Table of Tags | 20130412 |
| # | Exception | Resumable | Description | Created on |
|---|---|---|---|---|
| 1 | TFW: Runtime Exception Class | 20130613 |
History
| Last changed by/on | SAP | 20140121 |
| SAP Release Created in |