SAP ABAP Class IF_FAA_FRW_TYPES (Asset master data types)
Properties
| Class | IF_FAA_FRW_TYPES | |
| Short Description | Asset master data types | |
| Super Class | ||
| Instantiability of a Class | 2 | Public |
| Final |
General Data
| Message Class | ||
| Program status | ||
| Category | 0 | |
| Package | ||
| Created | 20110622 | SAP |
| Last change | 20130531 | SAP |
| Shared Memory-enabled | ||
| Fixed point arithmetic | ||
| Unicode checks active |
Forward declarations
Class IF_FAA_FRW_TYPES has no forward declaration.
Interfaces
Class IF_FAA_FRW_TYPES has no interface implemented.
Friends
Class IF_FAA_FRW_TYPES has no friend class.
Attributes
Class IF_FAA_FRW_TYPES has no attribute.
Methods
Class IF_FAA_FRW_TYPES has no method.
Events
Class IF_FAA_FRW_TYPES has no event.
Types
| # | Type | Visibility | Typing | Associated Type | Description | Created on | Type Source |
|---|---|---|---|---|---|---|---|
| 1 | TY_BO_NAME | Public | See coding | 20110622 | ty_bo_name TYPE c LENGTH 30
|
||
| 2 | TY_BO_NODE_NAME | Public | See coding | 20110622 | ty_bo_node_name TYPE c LENGTH 30
|
||
| 3 | TY_MODE | Public | See coding | Operation Mode (Ins/Upd/Del) | 20110622 | ty_mode TYPE c LENGTH 1
|
|
| 4 | TY_S_BO_METADATA | Public | See coding | 20110622 | BEGIN OF ty_s_bo_metadata,
bo_name TYPE ty_bo_name,
bo_node_name TYPE ty_bo_node_name,
parent_node_name TYPE ty_bo_node_name,
dbtab_name TYPE tabname,
provider_if TYPE seoclsname,
provider_class TYPE seoclsname,
runtime_struc TYPE c LENGTH 132,
END OF ty_s_bo_metadata
|
||
| 5 | TY_S_CONFIG_OBJECT | Public | See coding | 20110920 | BEGIN OF ty_s_config_object,
object_type TYPE string,
object_value TYPE fieldname,
END OF ty_s_config_object
|
||
| 6 | TY_S_FAA_HUMAN_READABLE_KEY | Public | See coding | 20110622 | BEGIN OF ty_s_faa_human_readable_key,
bukrs TYPE bukrs,
anln1 TYPE anln1,
anln2 TYPE anln2,
bdatu TYPE bdatu,
afabe TYPE afabe_d,
gjahr TYPE gjahr,
lnran TYPE lnran,
END OF ty_s_faa_human_readable_key
|
||
| 7 | TY_S_NODE | Public | See coding | 20120601 | BEGIN OF ty_s_node,
uuid TYPE if_faa_frw_types=>ty_uuid,
ref TYPE REF TO if_faa_frw_object,
END OF ty_s_node
|
||
| 8 | TY_S_NODE_ID_MAPPING | Public | See coding | 20110622 | BEGIN OF ty_s_node_id_mapping.
INCLUDE TYPE ty_s_faa_human_readable_key AS data.
TYPES uuid TYPE ty_uuid.
TYPES: END OF ty_s_node_id_mapping
|
||
| 9 | TY_S_NODE_REFERENCE | Public | See coding | 20110622 | BEGIN OF ty_s_node_reference,
bo_name TYPE ty_bo_name,
bo_node_name TYPE ty_bo_node_name,
uuid TYPE sysuuid_x16,
parent_uuid TYPE sysuuid_x16,
reference TYPE REF TO object,"DO NOT USE IF_FAA_MASTER_OBJECT!!! Would lead to dumps since in some cases we access instances during their own constructor
END OF ty_s_node_reference
|
||
| 10 | TY_S_UUID_CONFIG_MAPPING | Public | See coding | 20110919 | BEGIN OF ty_s_uuid_config_mapping,
object_type TYPE string,
object_value TYPE fieldname,
uuid TYPE ty_uuid,
END OF ty_s_uuid_config_mapping
|
||
| 11 | TY_TS_NODE | Public | See coding | 20120601 | ty_ts_node TYPE SORTED TABLE OF ty_s_node
WITH UNIQUE KEY uuid
|
||
| 12 | TY_TS_NODE_ID_MAPPING | Public | See coding | 20110622 | ty_ts_node_id_mapping TYPE SORTED TABLE OF ty_s_node_id_mapping
WITH UNIQUE KEY bukrs anln1 anln2 bdatu afabe gjahr lnran
WITH UNIQUE SORTED KEY node_id COMPONENTS uuid
|
||
| 13 | TY_TS_NODE_REFERENCE | Public | See coding | 20110622 | ty_ts_node_reference TYPE SORTED TABLE OF ty_s_node_reference WITH UNIQUE KEY bo_name bo_node_name uuid
WITH NON-UNIQUE SORTED KEY parent_key COMPONENTS parent_uuid
|
||
| 14 | TY_TS_UUID_CONFIG_MAPPING | Public | See coding | 20110919 | ty_ts_uuid_config_mapping TYPE SORTED TABLE OF ty_s_uuid_config_mapping
WITH UNIQUE KEY object_type object_value
WITH UNIQUE SORTED KEY sort_key COMPONENTS uuid
|
||
| 15 | TY_T_BO_METADATA | Public | See coding | 20110622 | ty_t_bo_metadata TYPE STANDARD TABLE OF ty_s_bo_metadata WITH NON-UNIQUE KEY table_line
|
||
| 16 | TY_UUID | Public | Type reference (TYPE) | SYSUUID_X16 | 20110622 | |
History
| Last changed by/on | SAP | 20130531 |
| SAP Release Created in |