SAP ABAP Interface IF_DD_DB_VIEW_TYPES (DB and CDS View Types)
Hierarchy
☛
SAP_BASIS (Software Component) SAP Basis Component
⤷
BC-DWB-DIC-AC (Application Component) Activation Program, Conversion Program, DB Utility, MC, SPDD
⤷
SDVI (Package) ABAP/4 Dictionary: Views, Lock Objects

⤷

⤷

Properties
Interface | IF_DD_DB_VIEW_TYPES | |
Short Description | DB and CDS View Types |
General Data
Package | SDVI | ABAP/4 Dictionary: Views, Lock Objects |
Created | 20130621 | SAP |
Last changed | 20141121 | |
Unicode checks active |
Forward declarations
Interface IF_DD_DB_VIEW_TYPES has no forward declaration.
Interfaces
Interface IF_DD_DB_VIEW_TYPES has no interface.
Friends
Interface IF_DD_DB_VIEW_TYPES has no friend.
Attributes
Interface IF_DD_DB_VIEW_TYPES has no attribute.
Methods
Interface IF_DD_DB_VIEW_TYPES has no method.
Events
Interface IF_DD_DB_VIEW_TYPES has no event.
Types
# | Type | Visibility | Typing | Associated Type | Description | Created on | Type Source |
---|---|---|---|---|---|---|---|
1 | TY_S_FUNCINFO | Public | See coding | 20130621 | begin of ty_s_funcinfo,
funcname type ddpredeffunction,
par_nr type i,
par_tab type ty_t_par,
restype type datatype_d,
resleng type ddleng,
resdecs type decimals,
end of ty_s_funcinfo
|
||
2 | TY_S_FUNCINFO_DEFINITION | Public | See coding | 20130625 | begin of ty_s_funcinfo_definition,
funcname type string,
par_nr type i,
par_tab type ty_t_par_definition,
restype type datatype_d,
resleng type ddleng,
resdecs type decimals,
res_cast_types type string, "All result types allowed in case
res_cast_types_with_len type String, "Result types which require explicit length
res_cast_types_with_dec type String, "Result types which require explicit decimals
resleng_position type i, "Filled with position which influences length
"of result type
end of ty_s_funcinfo_definition
|
||
3 | TY_S_PAR | Public | See coding | 20130621 | begin of ty_s_par,
position type i, "Position in parameter list
par_kind type dd_parameter_type,
tabname type tabname,
tab_alias(250),
fieldname type fieldname,
literal type string,
expression type string,
datatype type datatype_d,
leng type ddleng,
decimals type decimals,
end of ty_s_par
|
||
4 | TY_S_PAR_DEFINITION | Public | See coding | 20130624 | begin of ty_s_par_definition,
position type i, "Position in parameter list
datatypes type string, "Allowed datatypes
unallowed_values type string,
expr_kind type string, "Erlaubte Ausdrücke, see IF_DD_DB_VIEW_CONSTANTS
end of ty_s_par_definition
|
||
5 | TY_T_FUNCINFO_DEFINITION | Public | See coding | 20130624 | ty_t_funcinfo_definition type table of ty_s_funcinfo_definition with default key
|
||
6 | TY_T_PAR | Public | See coding | 20130621 | ty_t_par type table of ty_s_par with default key
|
||
7 | TY_T_PAR_DEFINITION | Public | See coding | 20130624 | ty_t_par_definition type table of ty_s_par_definition with default key
|
History
Last changed by/on | SAP | 20141121 |
SAP Release Created in | 740 |