SAP ABAP Class IF_SADL_VIEW_ENTITY (IF_SADL_VIEW_ENTITY_GENERATOR View Metadata)
Meta Relationship - Used By
# | Relationship type | Used by | Short Description | Created on |
---|---|---|---|---|
1 | Interface composition (i COMPRISING i_ref) | IF_SADL_VIEW_ENTITY_GENERATOR | IF_SADL_VIEW_ENTITY_GENERATOR View Metadata | 20121220 |
2 | Interface implementation (CLASS c. INTERFACES i_ref) | CL_SADL_VIEW_ENTITY_GENERATOR | CL_SADL_VIEW_ENTITY_GENERATOR Facade for FSI API | 20130111 |
Properties
Class | IF_SADL_VIEW_ENTITY | |
Short Description | IF_SADL_VIEW_ENTITY_GENERATOR View Metadata | |
Super Class | ||
Instantiability of a Class | 2 | Public |
Final |
General Data
Message Class | ||
Program status | ||
Category | 0 | |
Package | ||
Created | 20120707 | SAP |
Last change | 20131127 | SAP |
Shared Memory-enabled | ||
Fixed point arithmetic | ||
Unicode checks active |
Forward declarations
Class IF_SADL_VIEW_ENTITY has no forward declaration.
Interfaces
Class IF_SADL_VIEW_ENTITY has no interface implemented.
Friends
Class IF_SADL_VIEW_ENTITY has no friend class.
Attributes
# | Attribute | Level | Visibility | Read only | Typing | Associated Type | Initial Value | Description | Created on |
---|---|---|---|---|---|---|---|---|---|
1 | ![]() |
Constant | Public | See coding | 20121220 |
Methods
Class IF_SADL_VIEW_ENTITY has no method.
Events
Class IF_SADL_VIEW_ENTITY has no event.
Types
# | Type | Visibility | Typing | Associated Type | Description | Created on | Type Source |
---|---|---|---|---|---|---|---|
1 | TT_VIEW_METADATA_BY_NAME | Public | See coding | 20121220 | tt_view_metadata_by_name TYPE SORTED TABLE OF ty_view_metadata_by_view_name WITH UNIQUE KEY view_name
|
||
2 | TY_CALCULATED_ELEMENT | Public | See coding | 20121220 | BEGIN OF ty_calculated_element,
alias TYPE string,
function TYPE string,
parameters TYPE stringtab,
result_data_type TYPE string,
trex_expression TYPE string,
END OF ty_calculated_element
|
||
3 | TY_ELEMENT | Public | See coding | 20121220 | BEGIN OF ty_element,
alias TYPE string,
entity_alias TYPE string,
name TYPE string,
text_search_relevant TYPE abap_bool,
constraint TYPE c LENGTH 64,
constraint_operator TYPE c LENGTH 4,
data_type type string,
END OF ty_element
|
||
4 | TY_ENTITY | Public | See coding | 20121220 | BEGIN OF ty_entity,
id TYPE if_sadl_entity=>ty_entity_id,
type TYPE if_sadl_entity=>ty_entity_type,
alias TYPE string,
is_anchor TYPE abap_bool,
END OF ty_entity
|
||
5 | TY_JOIN | Public | See coding | 20121220 | BEGIN OF ty_join,
name TYPE string,
type TYPE string,
source_alias TYPE string,
source_element TYPE string,
target_alias TYPE string,
target_element TYPE string,
END OF ty_join
|
||
6 | TY_JOIN_TYPE | Public | See coding | 20121220 | ty_join_type TYPE c LENGTH 1
|
||
7 | TY_VIEW_METADATA | Public | See coding | 20121220 | BEGIN OF ty_view_metadata,
entities TYPE STANDARD TABLE OF ty_entity WITH DEFAULT KEY,
elements TYPE STANDARD TABLE OF ty_element WITH DEFAULT KEY,
calculated_elements TYPE STANDARD TABLE OF ty_calculated_element WITH DEFAULT KEY,
joins TYPE STANDARD TABLE OF ty_join WITH DEFAULT KEY,
END OF ty_view_metadata
|
||
8 | TY_VIEW_METADATA_BY_VIEW_NAME | Public | See coding | 20121220 | BEGIN OF ty_view_metadata_by_view_name,
view_name TYPE string,
metadata TYPE ty_view_metadata,
END OF ty_view_metadata_by_view_name
|
History
Last changed by/on | SAP | 20131127 |
SAP Release Created in |