SAP ABAP Interface IF_SAMDT_TYPES (S&AM DT Public types)
Hierarchy
☛
SAP_BASIS (Software Component) SAP Basis Component
⤷
BC-ESI-SAM (Application Component) Status and Action Management
⤷
SESF_SAM_DT_EDITOR (Package) S&AM JNet and Form view

⤷

⤷

Properties
Interface | IF_SAMDT_TYPES | |
Short Description | S&AM DT Public types |
General Data
Package | SESF_SAM_DT_EDITOR | S&AM JNet and Form view |
Created | 20100421 | SAP |
Last changed | 20130531 | SAP |
Unicode checks active |
Forward declarations
Interface IF_SAMDT_TYPES has no forward declaration.
Interfaces
Interface IF_SAMDT_TYPES has no interface.
Friends
Interface IF_SAMDT_TYPES has no friend.
Attributes
Interface IF_SAMDT_TYPES has no attribute.
Methods
Interface IF_SAMDT_TYPES has no method.
Events
Interface IF_SAMDT_TYPES has no event.
Types
# | Type | Visibility | Typing | Associated Type | Description | Created on | Type Source |
---|---|---|---|---|---|---|---|
1 | TTS_ELEMENTS | Public | See coding | 20100421 | tts_elements TYPE SORTED TABLE OF ty_element WITH UNIQUE KEY element_id
|
||
2 | TTS_RELATIONS | Public | See coding | 20100421 | tts_relations TYPE SORTED TABLE OF ty_relation WITH UNIQUE KEY relation_id
|
||
3 | TT_BO_NODES | Public | See coding | 20100421 | tt_bo_nodes TYPE TABLE OF ty_bo_node WITH KEY name
|
||
4 | TT_BUSINESS_OBJECTS | Public | See coding | 20100421 | tt_business_objects TYPE TABLE OF ty_business_object WITH KEY name
|
||
5 | TT_DERIVATIONS | Public | See coding | 20100421 | tt_derivations TYPE TABLE OF ty_derivation WITH KEY name
|
||
6 | TT_SAM_ACTIONS | Public | See coding | 20100421 | tt_sam_actions TYPE TABLE OF ty_sam_action WITH KEY name
|
||
7 | TT_SAM_SCHEMAS | Public | See coding | 20100421 | tt_sam_schemas TYPE TABLE OF ty_sam_schema WITH KEY name
|
||
8 | TT_SCHEMA_NAME_CHANGES | Public | See coding | 20110531 | tt_schema_name_changes TYPE TABLE OF ty_schema_name_change WITH KEY node_name new_schema_name
|
||
9 | TT_STATUS_VALUES | Public | See coding | 20100421 | tt_status_values TYPE STANDARD TABLE OF ty_status_value WITH KEY value
|
||
10 | TT_STATUS_VARIABLES | Public | See coding | 20100421 | tt_status_variables TYPE STANDARD TABLE OF ty_status_variable WITH KEY name
|
||
11 | TT_SUB_PROCESSES | Public | See coding | 20100421 | tt_sub_processes TYPE TABLE OF ty_sub_process WITH KEY name
|
||
12 | TY_BO_NODE | Public | See coding | 20100421 | BEGIN OF ty_bo_node,
name TYPE sam_business_object_node,
description TYPE sam_esf_description,
namespace TYPE sam_esr_namespace,
parent_node_name TYPE sam_business_object_node,
END OF ty_bo_node
|
||
13 | TY_BUSINESS_OBJECT | Public | See coding | 20100421 | BEGIN OF ty_business_object,
name TYPE sam_business_objects,
description TYPE sam_esf_description,
namespace TYPE sam_esr_namespace,
parent_boname TYPE sam_business_objects,
END OF ty_business_object
|
||
14 | TY_DERIVATION | Public | See coding | 20100421 | BEGIN OF ty_derivation,
name TYPE sam_derivation_name,
type TYPE sam_derivator_types,
description TYPE sam_esf_description,
END OF ty_derivation
|
||
15 | TY_ELEMENT | Public | See coding | 20100421 | BEGIN OF ty_element,
element_id TYPE samdt_guid,
element_parent_id TYPE samdt_guid,
element_name TYPE sam_element_name,
element_label TYPE samdt_label,
element_type TYPE sam_element_type,
esr_name TYPE sam_esr_name,
esr_namespace TYPE sam_esr_namespace,
state_guard TYPE abap_bool,
proc_agent TYPE abap_bool,
default TYPE abap_bool,
inhibiting TYPE abap_bool,
adaptable TYPE abap_bool,
der_direction TYPE char1,
height TYPE int4,
width TYPE int4,
x TYPE int4,
y TYPE int4,
END OF ty_element
|
||
16 | TY_RELATION | Public | See coding | 20100421 | BEGIN OF ty_relation,
relation_id TYPE samdt_guid,
relation_type TYPE sam_relation_type,
source_id TYPE samdt_guid,
source_parent_id TYPE samdt_guid,
target_id TYPE samdt_guid,
target_parent_id TYPE samdt_guid,
END OF ty_relation
|
||
17 | TY_SAM_ACTION | Public | See coding | 20100421 | BEGIN OF ty_sam_action,
name TYPE action_name,
description TYPE sam_esf_description,
namespace TYPE sam_esr_namespace,
process_agent TYPE abap_bool,
sub_process TYPE sam_element_name,
END OF ty_sam_action
|
||
18 | TY_SAM_SCHEMA | Public | See coding | 20100421 | BEGIN OF ty_sam_schema,
name TYPE sam_schema_name,
description TYPE sam_esf_description,
END OF ty_sam_schema
|
||
19 | TY_SCHEMA | Public | See coding | 20100421 | BEGIN OF ty_schema,
schema_header TYPE ty_schema_header,
elements TYPE tts_elements,
relations TYPE tts_relations,
END OF ty_schema
|
||
20 | TY_SCHEMA_HEADER | Public | See coding | 20100421 | BEGIN OF ty_schema_header,
schema_id TYPE samdt_guid,
schema_name TYPE sam_segment_name,
schema_label TYPE samdt_label,
bo_name TYPE sam_business_objects,
bo_node_name TYPE sam_business_object_node,
esr_name TYPE sam_esr_name,
esr_namespace TYPE sam_esr_namespace,
created_by TYPE syuname,
created_at TYPE timestamp,
changed_by TYPE syuname,
changed_at TYPE timestamp,
used TYPE abap_bool,
layout TYPE samdt_layout,
END OF ty_schema_header
|
||
21 | TY_SCHEMA_NAME_CHANGE | Public | See coding | 20110531 | BEGIN OF ty_schema_name_change,
node_name TYPE sam_business_object_node,
old_schema_name TYPE sam_segment_name,
new_schema_name TYPE sam_segment_name,
END OF ty_schema_name_change
|
||
22 | TY_STATUS_VALUE | Public | See coding | 20100421 | BEGIN OF ty_status_value,
value TYPE sam_status_val,
description TYPE sam_status_value,
END OF ty_status_value
|
||
23 | TY_STATUS_VARIABLE | Public | See coding | 20100421 | BEGIN OF ty_status_variable,
name TYPE status_variable,
source_attribute_path TYPE sam_attribute_path,
description TYPE sam_esf_description,
process_agent TYPE abap_bool,
sub_process TYPE sam_element_name,
END OF ty_status_variable
|
||
24 | TY_SUB_PROCESS | Public | See coding | 20100421 | BEGIN OF ty_sub_process,
name TYPE sam_element_name,
description TYPE sam_esf_description,
namespace TYPE sam_esr_namespace,
END OF ty_sub_process
|
History
Last changed by/on | SAP | 20130531 |
SAP Release Created in | 72L |