SAP ABAP Interface IF_SADL_GW_TYPES_OLD (General SADL types)
Hierarchy
☛
SAP_BASIS (Software Component) SAP Basis Component
⤷
BC-ESI-ESF-BSA (Application Component) Business Service Adaptation
⤷
SADL_PARSER (Package) SADL Parser
⤷
⤷
Properties
| Interface | IF_SADL_GW_TYPES_OLD | |
| Short Description | General SADL types |
General Data
| Package | SADL_PARSER | SADL Parser |
| Created | 20131104 | SAP |
| Last changed | 20141121 | |
| Unicode checks active |
Forward declarations
Interface IF_SADL_GW_TYPES_OLD has no forward declaration.
Interfaces
Interface IF_SADL_GW_TYPES_OLD has no interface.
Friends
Interface IF_SADL_GW_TYPES_OLD has no friend.
Attributes
Interface IF_SADL_GW_TYPES_OLD has no attribute.
Methods
Interface IF_SADL_GW_TYPES_OLD has no method.
Events
Interface IF_SADL_GW_TYPES_OLD has no event.
Types
| # | Type | Visibility | Typing | Associated Type | Description | Created on | Type Source |
|---|---|---|---|---|---|---|---|
| 1 | TT_COMPLEX_CONDITION | Public | Type reference (TYPE) | IF_SADL_QUERY_ENGINE_TYPES=>TT_COMPLEX_CONDITION | 20131104 | |
|
| 2 | TT_SADL_ACTIONS | Public | See coding | 20131104 | tt_sadl_actions TYPE SORTED TABLE OF ty_sadl_action WITH UNIQUE KEY id ##TABKEY[STRUCTURE_ID][PRIMARY_KEY]
WITH UNIQUE SORTED KEY structure_id COMPONENTS structure_id id
|
||
| 3 | TT_SADL_ASSOCIATIONS | Public | See coding | 20131104 | tt_sadl_associations TYPE SORTED TABLE OF ty_sadl_association WITH UNIQUE KEY id ##TABKEY[STRUCTURE_ID][PRIMARY_KEY]
WITH UNIQUE SORTED KEY structure_id COMPONENTS structure_id id
|
||
| 4 | TT_SADL_ATTRIBUTES | Public | See coding | 20131104 | tt_sadl_attributes TYPE SORTED TABLE OF ty_sadl_attribute WITH UNIQUE KEY id ##TABKEY[STRUCTURE_ID][PRIMARY_KEY]
WITH UNIQUE SORTED KEY structure_id COMPONENTS structure_id id
|
||
| 5 | TT_SADL_CALLBACKS | Public | See coding | 20131104 | tt_sadl_callbacks TYPE STANDARD TABLE OF ty_sadl_callback WITH KEY name
|
||
| 6 | TT_SADL_CONDITION | Public | See coding | 20131104 | tt_sadl_condition TYPE STANDARD TABLE OF ty_sadl_condition WITH DEFAULT KEY
|
||
| 7 | TT_SADL_CONVERSIONS | Public | See coding | 20131104 | tt_sadl_conversions TYPE STANDARD TABLE OF ty_sadl_conversion WITH DEFAULT KEY
|
||
| 8 | TT_SADL_DATA_SOURCES | Public | See coding | 20131104 | tt_sadl_data_sources TYPE STANDARD TABLE OF ty_sadl_data_source WITH KEY name
|
||
| 9 | TT_SADL_INPUT_PARAMETERS | Public | See coding | 20131104 | tt_sadl_input_parameters TYPE STANDARD TABLE OF ty_sadl_input_parameter WITH DEFAULT KEY
|
||
| 10 | TT_SADL_INT_INPUT_PARAMETER | Public | See coding | 20131104 | tt_sadl_int_input_parameter TYPE STANDARD TABLE OF ty_sadl_int_input_parameter WITH DEFAULT KEY
|
||
| 11 | TT_SADL_IP_ATTRIBUTES | Public | See coding | 20131104 | tt_sadl_ip_attributes TYPE STANDARD TABLE OF ty_sadl_ip_attribute WITH DEFAULT KEY
|
||
| 12 | TT_SADL_JOINS | Public | See coding | 20131104 | tt_sadl_joins TYPE SORTED TABLE OF ty_sadl_join WITH UNIQUE KEY id
|
||
| 13 | TT_SADL_MAPPED_QUERIES | Public | See coding | 20131104 | tt_sadl_mapped_queries TYPE SORTED TABLE OF ty_sadl_mapped_query WITH UNIQUE KEY id ##TABKEY[STRUCTURE_ID][PRIMARY_KEY]
WITH UNIQUE SORTED KEY structure_id COMPONENTS structure_id id
|
||
| 14 | TT_SADL_MODES | Public | See coding | 20131104 | tt_sadl_modes TYPE STANDARD TABLE OF ty_sadl_mode WITH DEFAULT KEY
|
||
| 15 | TT_SADL_NAMESPACES | Public | See coding | 20131104 | tt_sadl_namespaces TYPE SORTED TABLE OF ty_sadl_namespace WITH UNIQUE KEY ns_uri
|
||
| 16 | TT_SADL_OUTPUT_ATTRIBUTES | Public | See coding | 20131104 | tt_sadl_output_attributes TYPE SORTED TABLE OF ty_sadl_output_attribute WITH NON-UNIQUE KEY name
|
||
| 17 | TT_SADL_STRUCTURES | Public | See coding | 20131104 | tt_sadl_structures TYPE SORTED TABLE OF ty_sadl_structure WITH UNIQUE KEY id ##TABKEY[STRUCTURE_ID][PRIMARY_KEY]
WITH UNIQUE SORTED KEY structure_id COMPONENTS structure_id id
|
||
| 18 | TY_COMPLEX_CONDITION | Public | Type reference (TYPE) | IF_SADL_QUERY_ENGINE_TYPES=>TY_COMPLEX_CONDITION | 20131104 | |
|
| 19 | TY_SADL_ACTION | Public | See coding | 20131104 | BEGIN OF ty_sadl_action,
id TYPE string, " unique
orig_id TYPE string, " used internally to save id in original fragment
name TYPE string, " unique within one structure
structure_id TYPE string, " id of structure attribute is embedded in
binding TYPE string, " optional, either a binding or a type
frag_uuid TYPE ty_uuid,
END OF ty_sadl_action
|
||
| 20 | TY_SADL_ASSOCIATION | Public | See coding | 20131104 | BEGIN OF ty_sadl_association,
id TYPE string, " unique
orig_id TYPE string, " used internally to save id in original fragment
name TYPE string, " unique within one structure
structure_id TYPE string, " id of structure attribute is embedded in
binding TYPE string, " optional, either a binding or a type
target TYPE string, " target structure name
frag_uuid TYPE ty_uuid,
* cardinality TYPE string,
END OF ty_sadl_association
|
||
| 21 | TY_SADL_ATTRIBUTE | Public | See coding | 20131104 | BEGIN OF ty_sadl_attribute,
id TYPE string, " unique
orig_id TYPE string, " used internally to save id in original fragment
name TYPE string, " unique within one structure
structure_id TYPE string, " id of structure attribute is embedded in
is_searchable TYPE string, " optional (default FALSE), only when attribute is bound
is_output TYPE string, " optional (default TRUE), only when attribute is bound
description TYPE string, " Other attribute of same SADL structure containing the description of this attribute
is_key TYPE string, " optional (default FALSE)
binding TYPE string, " optional, either a binding or a type
type TYPE string, " optional, either a binding or a type
max_edit_mode TYPE string, " only if bound
create_behavior TYPE string, " only if bound
frag_uuid TYPE ty_uuid,
END OF ty_sadl_attribute
|
||
| 22 | TY_SADL_CALLBACK | Public | See coding | 20131104 | BEGIN OF ty_sadl_callback,
type TYPE string, " ABAP, Java etc.
name TYPE string, " unique name passed to callback class during runtime
class_name TYPE string, " class that implements the callback interface
target_bo TYPE string, " target business object
target_bo_node TYPE string, " target bo node
frag_uuid TYPE ty_uuid,
END OF ty_sadl_callback
|
||
| 23 | TY_SADL_CONDITION | Public | See coding | 20131104 | BEGIN OF ty_sadl_condition,
!id TYPE string,
!frag_uuid TYPE ty_uuid,
!parent_id TYPE string.
INCLUDE TYPE ty_complex_condition.
TYPES: END OF ty_sadl_condition
|
||
| 24 | TY_SADL_CONVERSION | Public | See coding | 20131104 | BEGIN OF ty_sadl_conversion,
!type TYPE string,
!frag_uuid TYPE ty_uuid,
END OF ty_sadl_conversion
|
||
| 25 | TY_SADL_DATA_SOURCE | Public | See coding | 20131104 | BEGIN OF ty_sadl_data_source,
type TYPE string, " type of data source, see co_datasource_types
name TYPE string, " unique name
binding TYPE string, " binding contains BO and node
frag_uuid TYPE ty_uuid,
END OF ty_sadl_data_source
|
||
| 26 | TY_SADL_DEFINITION | Public | See coding | 20131104 | BEGIN OF ty_sadl_definition,
conversions TYPE tt_sadl_conversions,
modes TYPE tt_sadl_modes,
namespaces TYPE tt_sadl_namespaces,
data_sources TYPE tt_sadl_data_sources,
callbacks TYPE tt_sadl_callbacks,
structures TYPE tt_sadl_structures,
attributes TYPE tt_sadl_attributes,
actions TYPE tt_sadl_actions,
associations TYPE tt_sadl_associations,
joins TYPE tt_sadl_joins,
mapped_queries TYPE tt_sadl_mapped_queries,
syntax_version TYPE string,
END OF ty_sadl_definition
|
||
| 27 | TY_SADL_INPUT_PARAMETER | Public | See coding | 20131104 | BEGIN OF ty_sadl_input_parameter,
!id TYPE string,
!frag_uuid TYPE ty_uuid,
!query_id TYPE string,
!name TYPE string,
!parent TYPE string,
!type TYPE string,
!data_type TYPE string,
!attributes TYPE tt_sadl_ip_attributes,
!input_parameters TYPE tt_sadl_int_input_parameter,
!simple_value TYPE string,
END OF ty_sadl_input_parameter
|
||
| 28 | TY_SADL_INT_INPUT_PARAMETER | Public | See coding | 20131104 | BEGIN OF ty_sadl_int_input_parameter,
!id TYPE string,
!ip_id TYPE string,
!frag_uuid TYPE ty_uuid,
!name TYPE string,
END OF ty_sadl_int_input_parameter
|
||
| 29 | TY_SADL_IP_ATTRIBUTE | Public | See coding | 20131104 | BEGIN OF ty_sadl_ip_attribute,
!id TYPE string,
!ip_id TYPE string,
!frag_uuid TYPE ty_uuid,
!binding TYPE string,
END OF ty_sadl_ip_attribute
|
||
| 30 | TY_SADL_JOIN | Public | See coding | 20131104 | BEGIN OF ty_sadl_join,
id TYPE string, " unique
orig_id TYPE string, " used internally to save id in original fragment
name TYPE string, " name of the join
source TYPE string, " name of the data source of join source
target TYPE string, " name of the data source of join target
cardinality TYPE string, " cardinality
condition TYPE tt_sadl_condition, " conditions
frag_uuid TYPE ty_uuid,
END OF ty_sadl_join
|
||
| 31 | TY_SADL_MAPPED_QUERY | Public | See coding | 20131104 | BEGIN OF ty_sadl_mapped_query,
id TYPE string, " unique
frag_uuid TYPE ty_uuid,
orig_id TYPE string, " used internally to save id in original fragment
name TYPE string, " unique within one structure
structure_id TYPE string, " id of structure attribute is embedded in
type TYPE string, " blank or if_bsa_sadl_query_types=>co_query_types-esi_query
bo TYPE string, " filled only for FSI_QUERY mode
node TYPE string, " filled only for FSI_QUERY mode
binding TYPE string, " optional, either a binding or a type
condition TYPE tt_sadl_condition,
input_parameters TYPE tt_sadl_input_parameters,
output_attributes TYPE tt_sadl_output_attributes,
END OF ty_sadl_mapped_query
|
||
| 32 | TY_SADL_MODE | Public | See coding | 20131104 | BEGIN OF ty_sadl_mode,
!type TYPE string,
!frag_uuid TYPE ty_uuid,
END OF ty_sadl_mode
|
||
| 33 | TY_SADL_NAMESPACE | Public | See coding | 20131104 | BEGIN OF ty_sadl_namespace,
prefix TYPE string, " prefix used in expressions (binding, type, etc.)
ns_uri TYPE string, " namespace the prefix abbreviates
frag_uuid TYPE ty_uuid,
END OF ty_sadl_namespace
|
||
| 34 | TY_SADL_OUTPUT_ATTRIBUTE | Public | See coding | 20131104 | BEGIN OF ty_sadl_output_attribute,
!id TYPE string,
!frag_uuid TYPE ty_uuid,
!query_id TYPE string,
!name TYPE string,
!binding TYPE string,
END OF ty_sadl_output_attribute
|
||
| 35 | TY_SADL_STRUCTURE | Public | See coding | 20131104 | BEGIN OF ty_sadl_structure,
id TYPE string, " unique
orig_id TYPE string, " used internally to save id in original fragment
name TYPE string, " mandatory
type TYPE string, " Type of SADL Node (e.g. query-only)
structure_id TYPE string, " parent structure iff not root
data_source TYPE string, " optional, either data_source or binding
binding TYPE string, " optional, either data_source or binding
max_edit_mode TYPE string, " only if bound
frag_uuid TYPE ty_uuid,
acl_relevant TYPE string, " FSI mode: source is relevant ACL node
anchor TYPE string,
primary_key_binding TYPE string,
END OF ty_sadl_structure
|
||
| 36 | TY_UUID | Public | Type reference (TYPE) | SYSUUID_C32 | 20131104 | |
History
| Last changed by/on | SAP | 20141121 |
| SAP Release Created in | 740 |