SAP ABAP Interface IF_SADL_PUBLIC_TYPES (SADL-related data types for public use)
Hierarchy
☛
SAP_BASIS (Software Component) SAP Basis Component
⤷
BC-ESI-ESF-BSA (Application Component) Business Service Adaptation
⤷
SADL_COMMON (Package) Common objects

⤷

⤷

Properties
Interface | IF_SADL_PUBLIC_TYPES | |
Short Description | SADL-related data types for public use |
General Data
Package | SADL_COMMON | Common objects |
Created | 20130712 | SAP |
Last changed | 20141121 | |
Unicode checks active |
Forward declarations
Interface IF_SADL_PUBLIC_TYPES has no forward declaration.
Interfaces
Interface IF_SADL_PUBLIC_TYPES has no interface.
Friends
Interface IF_SADL_PUBLIC_TYPES has no friend.
Attributes
Interface IF_SADL_PUBLIC_TYPES has no attribute.
Methods
Interface IF_SADL_PUBLIC_TYPES has no method.
Events
Interface IF_SADL_PUBLIC_TYPES has no event.
Types
# | Type | Visibility | Typing | Associated Type | Description | Created on | Type Source |
---|---|---|---|---|---|---|---|
1 | TT_COMPLEX_CONDITION | Public | See coding | 20130712 | tt_complex_condition TYPE STANDARD TABLE OF ty_complex_condition WITH DEFAULT KEY
|
||
2 | TT_ENTITY_PARAMETERS | Public | See coding | 20130712 | tt_entity_parameters TYPE STANDARD TABLE OF ty_entity_parameters WITH DEFAULT KEY
|
||
3 | TT_PARAMETERS | Public | See coding | 20130712 | tt_parameters TYPE STANDARD TABLE OF ty_parameter WITH DEFAULT KEY
|
||
4 | TT_REQUESTED_ELEMENTS | Public | Type reference (TYPE) | STRINGTAB | 20130924 | |
|
5 | TT_SEARCH_SCOPE | Public | Type reference (TYPE) | STRING_TABLE | 20130924 | |
|
6 | TT_SORT_ELEMENTS | Public | See coding | 20130924 | tt_sort_elements TYPE STANDARD TABLE OF ty_sort_element WITH DEFAULT KEY
|
||
7 | TY_COMPLEX_CONDITION | Public | See coding | 20130712 | BEGIN OF ty_complex_condition,
type TYPE string,
value TYPE string,
attribute TYPE string,
END OF ty_complex_condition
|
||
8 | TY_ENTITY_PARAMETERS | Public | See coding | 20130712 | BEGIN OF ty_entity_parameters,
entity_alias TYPE string,
parameters TYPE tt_parameters,
END OF ty_entity_parameters
|
||
9 | TY_PARAMETER | Public | See coding | 20130712 | BEGIN OF ty_parameter,
name TYPE string,
value TYPE string,
END OF ty_parameter
|
||
10 | TY_SIMILARITY | Public | See coding | 20130924 | ty_similarity TYPE p LENGTH 2 DECIMALS 1
|
||
11 | TY_SORT_ELEMENT | Public | See coding | 20130924 | BEGIN OF ty_sort_element,
element_name TYPE string,
descending TYPE abap_bool,
END OF ty_sort_element
|
History
Last changed by/on | SAP | 20141121 |
SAP Release Created in | 740 |