SAP ABAP Class IF_DD_DB_VIEW_TYPES (DB and CDS View Types)
Properties
Class IF_DD_DB_VIEW_TYPES  
Short Description DB and CDS View Types    
Super Class    
Instantiability of a Class 2  Public 
Final    
General Data
Message Class    
Program status     
Category 0   
Package      
Created 20130621   SAP 
Last change 20141121    
Shared Memory-enabled    
Fixed point arithmetic    
Unicode checks active    
Forward declarations
Class IF_DD_DB_VIEW_TYPES has no forward declaration.
Interfaces
Class IF_DD_DB_VIEW_TYPES has no interface implemented.
Friends
Class IF_DD_DB_VIEW_TYPES has no friend class.
Attributes
Class IF_DD_DB_VIEW_TYPES has no attribute.
Methods
Class IF_DD_DB_VIEW_TYPES has no method.
Events
Class 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