SAP ABAP Class CL_DD_DBFEATURES (DB Features in Dictionary)
Hierarchy
☛
SAP_BASIS (Software Component) SAP Basis Component
⤷
BC-DWB-DIC-AC (Application Component) Activation Program, Conversion Program, DB Utility, MC, SPDD
⤷
SDIC (Package) ABAP Dictionary

⤷

⤷

Properties
Class | CL_DD_DBFEATURES | |
Short Description | DB Features in Dictionary | |
Super Class | ||
Instantiability of a Class | 2 | Public |
Final |
General Data
Message Class | ||
Program status | ||
Category | 0 | |
Package | SDIC | ABAP Dictionary |
Created | 20120809 | SAP |
Last change | 20140121 | SAP |
Shared Memory-enabled | ||
Fixed point arithmetic | ||
Unicode checks active |
Forward declarations
Class CL_DD_DBFEATURES has no forward declaration.
Interfaces
Class CL_DD_DBFEATURES has no interface implemented.
Friends
Class CL_DD_DBFEATURES has no friend class.
Attributes
# | Attribute | Level | Visibility | Read only | Typing | Associated Type | Initial Value | Description | Created on |
---|---|---|---|---|---|---|---|---|---|
1 | ![]() |
Constant | Public | Type reference (TYPE) | DDFEATURE_NR | 2 | Table is always transparent | 20120821 | |
2 | ![]() |
Constant | Public | Type reference (TYPE) | DDFEATURE_NR | 3 | External View | 20120831 | |
3 | ![]() |
Constant | Public | Type reference (TYPE) | DDFEATURE_NR | 5 | External View as Base Object in the View Hiearchy | 20130815 | |
4 | ![]() |
Static Attribute | Private | Type reference (TYPE) | TY_T_DDDBFEATURE | 20120831 | |||
5 | ![]() |
Constant | Public | Type reference (TYPE) | DDFEATURE_NR | 4 | Full Text Index | 20121212 | |
6 | ![]() |
Constant | Public | Type reference (TYPE) | DDFEATURE_NR | 1 | Memory type: storage in row or column store | 20120821 |
Methods
# | Method | Level | Visibility | Method type | Description | Created on |
---|---|---|---|---|---|---|
1 | ![]() |
Static method | Public | Constructor | CLASS_CONSTRUCTOR | 20120831 |
2 | ![]() |
Static method | Public | Method | Returns for a number the DBs that implement the feature | 20120809 |
Events
Class CL_DD_DBFEATURES has no event.
Types
# | Type | Visibility | Typing | Associated Type | Description | Created on | Type Source |
---|---|---|---|---|---|---|---|
1 | TY_S_DDDBFEATURE | Private | See coding | 20120831 | begin of ty_s_dddbfeature,
feature_nr type ddfeature_nr,
ddtype type objecttyp,
impl_by type ddimplemented_by,
descr type ddtext,
end of ty_s_dddbfeature
|
||
2 | TY_T_DDDBFEATURE | Private | See coding | 20120831 | ty_t_dddbfeature type sorted table of ty_s_dddbfeature with unique key feature_nr
|
Method Signatures
Method CLASS_CONSTRUCTOR Signature
Method CLASS_CONSTRUCTOR on class CL_DD_DBFEATURES has no parameter.
Method CLASS_CONSTRUCTOR on class CL_DD_DBFEATURES has no exception.
Method GET_DBS_4_FEATURE Signature
# | Type | Parameter | Pass Value | Optional | Typing Method | Associated Type | Default value | Description | Created on |
---|---|---|---|---|---|---|---|---|---|
1 | ![]() |
DDTYPE | Call by reference | Type reference (TYPE) | OBJECTTYP | Typ des Data Dictionary Objekts | 20120809 | ||
2 | ![]() |
FEATURE_NR | Call by reference | Type reference (TYPE) | DDFEATURE_NR | Nummer des DB Features | 20120809 | ||
3 | ![]() |
IMPLEMENTED_BY | Value transfer | Type reference (TYPE) | STRING | Implementierende DB Systeme | 20120809 |
Method GET_DBS_4_FEATURE on class CL_DD_DBFEATURES has no exception.
History
Last changed by/on | SAP | 20140121 |
SAP Release Created in | 740 |