SAP ABAP Interface IF_TFW_TYPES (Central Types for Tagging Framework)
Hierarchy
☛
SAP_BASIS (Software Component) SAP Basis Component
⤷
BC-SRV-TFW (Application Component) Tagging Framework
⤷
STFW_CORE (Package) Tagging Framework Core

⤷

⤷

Properties
Interface | IF_TFW_TYPES | |
Short Description | Central Types for Tagging Framework |
General Data
Package | STFW_CORE | Tagging Framework Core |
Created | 20130412 | SAP |
Last changed | 20140121 | SAP |
Unicode checks active |
Forward declarations
Interface IF_TFW_TYPES has no forward declaration.
Interfaces
Interface IF_TFW_TYPES has no interface.
Friends
Interface IF_TFW_TYPES has no friend.
Attributes
Interface IF_TFW_TYPES has no attribute.
Methods
Interface IF_TFW_TYPES has no method.
Events
Interface IF_TFW_TYPES has no event.
Types
# | Type | Visibility | Typing | Associated Type | Description | Created on | Type Source |
---|---|---|---|---|---|---|---|
1 | OBJECT_ID | Public | Type reference (TYPE) | TFW_OBJECT_ID | Object Identifier | 20130412 |
|
2 | OBJECT_TYPE | Public | Type reference (TYPE) | TFW_OBJECT_TYPE | Object Type ( e.g. Tag, Comment, Rating ) | 20130416 |
|
3 | OBJECT_TYPE_ID | Public | Type reference (TYPE) | TFW_OBJ_TYPE_ID | Object Type Identifier | 20130412 |
|
4 | S_MESSAGE | Public | See coding | Structure Type for Messages | 20130416 | BEGIN OF s_message,
msgid TYPE symsgid,
msgty TYPE symsgty,
msgno TYPE symsgno,
msgv1 TYPE symsgv,
msgv2 TYPE symsgv,
msgv3 TYPE symsgv,
msgv4 TYPE symsgv,
text TYPE c LENGTH 250,
source TYPE string,
END OF s_message
|
|
5 | S_OBJECT_INFO | Public | See coding | Structure Type for Object Type Id and Object Key-Value Pair | 20130531 | BEGIN OF s_object_info,
object_type_id TYPE if_tfw_types=>object_type_id,
key_val_tab TYPE if_tfw_types=>ts_obj_key_val,
END OF s_object_info
|
|
6 | S_OBJ_KEY_VAL | Public | See coding | Structure Type for Object Key-Value pair | 20130412 | BEGIN OF s_obj_key_val,
name TYPE char30,
value TYPE REF TO data,
END OF s_obj_key_val
|
|
7 | S_OID | Public | See coding | Structure Type for Object Id and Object Type Id | 20130530 | BEGIN OF s_oid,
object_type_id TYPE if_tfw_types=>object_type_id,
object_id TYPE string,
END OF s_oid
|
|
8 | S_TAG_COUNT | Public | See coding | Count the occurrence of a tag | 20130614 | BEGIN OF s_tag_count,
tag_id TYPE tfw_tag_id,
tag_count TYPE i,
END OF s_tag_count
|
|
9 | S_TAG_PREDICATE | Public | See coding | Type for retrieving tag by type attributes | 20130620 | BEGIN OF s_tag_predicate,
predkey TYPE tfw_pred_key,
namespace TYPE tfw_pred_nmsp,
attr_name TYPE tfw_pred_anam,
object_type_id TYPE tfw_obj_type_id,
langu TYPE sylangu,
description TYPE tfw_pred_descr,
END OF s_tag_predicate
|
|
10 | TS_OBJ_KEY_VAL | Public | See coding | Table Type for Object Key-Value pair | 20130412 | ts_obj_key_val TYPE SORTED TABLE OF s_obj_key_val
WITH UNIQUE KEY name
|
|
11 | T_MESSAGE | Public | See coding | Table Type for Messages | 20130416 | t_message TYPE STANDARD TABLE OF if_tfw_types=>s_message
WITH NON-UNIQUE KEY msgid msgty msgno
|
|
12 | T_OBJECT_INFO | Public | See coding | Table Type for Object Type Id and Object Key-Value Pair | 20130531 | t_object_info TYPE STANDARD TABLE OF s_object_info
WITH NON-UNIQUE DEFAULT KEY
|
|
13 | T_OID | Public | See coding | Table Type for Object Id and Object Type Id | 20130605 | t_oid TYPE STANDARD TABLE OF s_oid
WITH NON-UNIQUE DEFAULT KEY
|
|
14 | T_TAG_COUNT | Public | See coding | Count the occurrence of a tag | 20130614 | t_tag_count TYPE STANDARD TABLE OF s_tag_count WITH NON-UNIQUE DEFAULT KEY
|
|
15 | T_TAG_PREDICATE | Public | See coding | Table type for retrieving tag by type attributes | 20130620 | t_tag_predicate TYPE STANDARD TABLE OF s_tag_predicate WITH NON-UNIQUE DEFAULT KEY
|
History
Last changed by/on | SAP | 20140121 |
SAP Release Created in | 740 |