SAP ABAP Class CL_DD_OBJECT (Dictionary Object)
Hierarchy
☛
SAP_BASIS (Software Component) SAP Basis Component
⤷
BC-DWB-DIC (Application Component) ABAP Dictionary
⤷
SDD_XDI_MDA (Package) Metadata Access

⤷

⤷

Meta Relationship - Using
# | Relationship type | Using | Short Description | Created on |
---|---|---|---|---|
1 | Interface implementation (CLASS c. INTERFACES i_ref) | IF_DD_OBJECT | Dictionary Object | 20090821 |
Meta Relationship - Used By
# | Relationship type | Used by | Short Description | Created on |
---|---|---|---|---|
1 | Inheritance (c INHERITING FROM c_ref) | CL_BUILTIN_TYPES | Handle Dictionary Built-In Types | 20090910 |
2 | Inheritance (c INHERITING FROM c_ref) | CL_DATAELEMENT | Dictionary Data Element | 20090821 |
3 | Inheritance (c INHERITING FROM c_ref) | CL_DOMAIN | Dictionary Domain | 20090821 |
4 | Inheritance (c INHERITING FROM c_ref) | CL_STRUCTURE | Dictionary Structure | 20090821 |
Properties
Class | CL_DD_OBJECT | |
Short Description | Dictionary Object | |
Super Class | ||
Instantiability of a Class | 1 | Protected |
Final |
General Data
Message Class | ||
Program status | ||
Category | 0 | |
Package | SDD_XDI_MDA | Metadata Access |
Created | 20090821 | SAP |
Last change | 20110908 | SAP |
Shared Memory-enabled | ||
Fixed point arithmetic | ||
Unicode checks active |
Forward declarations
Class CL_DD_OBJECT has no forward declaration.
Interfaces
# | Interface | Abstract | Final | Description | Created on |
---|---|---|---|---|---|
1 | IF_DD_OBJECT | Dictionary Object | 20090821 |
Friends
Class CL_DD_OBJECT has no friend class.
Attributes
# | Attribute | Level | Visibility | Read only | Typing | Associated Type | Initial Value | Description | Created on |
---|---|---|---|---|---|---|---|---|---|
1 | ![]() |
Instance attribute | Private | Type reference (TYPE) | OBJNAME | Name of dictionary object | 20090821 | ||
2 | ![]() |
Instance attribute | Private | Type reference (TYPE) | OBJECTTYP | Category of Dictionary Type | 20090821 | ||
3 | ![]() |
Instance attribute | Private | Type reference (TYPE) | OBJSTATE | Status of Dictionary Object | 20090821 |
Methods
# | Method | Level | Visibility | Method type | Description | Created on |
---|---|---|---|---|---|---|
1 | ![]() |
Static method | Protected | Method | Checks the access status for Dictionary objects | 20091102 |
2 | ![]() |
Static method | Protected | Method | Checks whether a Dictionary object exists | 20090907 |
3 | ![]() |
Instance method | Public | Method | Initialization | 20090827 |
4 | ![]() |
Instance method | Protected | Method | Set Properties | 20090827 |
Events
Class CL_DD_OBJECT has no event.
Types
Class CL_DD_OBJECT has no local type.
Method Signatures
Method CHECK_GET_STATE Signature
# | Type | Parameter | Pass Value | Optional | Typing Method | Associated Type | Default value | Description | Created on |
---|---|---|---|---|---|---|---|---|---|
1 | ![]() |
GET_STATE | Call by reference | Type reference (TYPE) | OBJSTATE | Zustand des Data-Dictionary Objektes | 20091102 | ||
2 | ![]() |
RC | Value transfer | Type reference (TYPE) | SYSUBRC | 0: 'M' oder 'A', 8 sonst | 20091102 |
Method CHECK_GET_STATE on class CL_DD_OBJECT has no exception.
Method DDOBJECT_EXISTS Signature
# | Type | Parameter | Pass Value | Optional | Typing Method | Associated Type | Default value | Description | Created on |
---|---|---|---|---|---|---|---|---|---|
1 | ![]() |
EXISTS | Value transfer | Type reference (TYPE) | ABAP_BOOL | 20090907 | |||
2 | ![]() |
GET_STATE | Call by reference | Type reference (TYPE) | DDOBJSTATE | Version eines Dictionary Objekts, '' = irgendeine Version | 20090907 | ||
3 | ![]() |
NAME | Call by reference | Type reference (TYPE) | OBJNAME | Flag, ob Objekt im Data Dictionary verzeichnet ist | 20090907 | ||
4 | ![]() |
OBJTYP | Call by reference | Type reference (TYPE) | OBJECTTYP | Typ des Data Dictionary Objekts | 20090907 |
Method DDOBJECT_EXISTS on class CL_DD_OBJECT has no exception.
Method INIT Signature
# | Type | Parameter | Pass Value | Optional | Typing Method | Associated Type | Default value | Description | Created on |
---|---|---|---|---|---|---|---|---|---|
1 | ![]() |
NAME | Call by reference | Type reference (TYPE) | OBJNAME | Name eines Dictionary Objekts | 20090827 | ||
2 | ![]() |
OBJKIND | Call by reference | Type reference (TYPE) | OBJECTTYP | Art des Dictionary Objekts | 20090827 |
Method INIT on class CL_DD_OBJECT has no exception.
Method SET_OBJSTATE Signature
# | Type | Parameter | Pass Value | Optional | Typing Method | Associated Type | Default value | Description | Created on |
---|---|---|---|---|---|---|---|---|---|
1 | ![]() |
OBJSTATE | Call by reference | Type reference (TYPE) | OBJSTATE | Zustand des Data-Dictionary Objektes | 20090827 |
Method SET_OBJSTATE on class CL_DD_OBJECT has no exception.
History
Last changed by/on | SAP | 20110908 |
SAP Release Created in | 800 |