SAP ABAP Class CX_DD_DDL_EXCEPTION (Error while handling an object from a DDL source)
Hierarchy
☛
SAP_BASIS (Software Component) SAP Basis Component
⤷
BC-DWB-DIC (Application Component) ABAP Dictionary
⤷
SDDL (Package) DDL-Specific Dictionary Functions

⤷

⤷

Meta Relationship - Using
# | Relationship type | Using | Short Description | Created on |
---|---|---|---|---|
1 | Inheritance (c INHERITING FROM c_ref) | CX_STATIC_CHECK | Exceptions with Static and Dynamic Check of RAISING Clause | 20121107 |
Meta Relationship - Used By
# | Relationship type | Used by | Short Description | Created on |
---|---|---|---|---|
1 | Inheritance (c INHERITING FROM c_ref) | CX_DD_DDL_ACTIVATE | Exception During Activation | 20121120 |
2 | Inheritance (c INHERITING FROM c_ref) | CX_DD_DDL_CHECK | Exception During Check | 20121107 |
3 | Inheritance (c INHERITING FROM c_ref) | CX_DD_DDL_DELETE | Problem while deleting a DDL source | 20121120 |
4 | Inheritance (c INHERITING FROM c_ref) | CX_DD_DDL_GENERATE | Exception During Activation | 20121120 |
5 | Inheritance (c INHERITING FROM c_ref) | CX_DD_DDL_READ | Exception During Read | 20121120 |
6 | Inheritance (c INHERITING FROM c_ref) | CX_DD_DDL_SAVE | Exception During Write | 20121120 |
7 | Inheritance (c INHERITING FROM c_ref) | CX_DD_DDL_TO_DDIC | Error during generation of a DDIC object from a DDL source | 20121107 |
Properties
Class | CX_DD_DDL_EXCEPTION | |
Short Description | Error while handling an object from a DDL source | |
Super Class | CX_STATIC_CHECK | Exceptions with Static and Dynamic Check of RAISING Clause |
Instantiability of a Class | 2 | Public |
Final |
General Data
Message Class | ||
Program status | ||
Category | 40 | Exception Class |
Package | SDDL | DDL-Specific Dictionary Functions |
Created | 20121107 | SAP |
Last change | 20140121 | SAP |
Shared Memory-enabled | ||
Fixed point arithmetic | ||
Unicode checks active |
Forward declarations
# | Type group / Object type | Type | Type Description |
---|---|---|---|
1 | ![]() |
Type group use (TYPE-POOLS tp) | Type group use (TYPE-POOLS tp) |
Interfaces
Class CX_DD_DDL_EXCEPTION has no interface implemented.
Friends
Class CX_DD_DDL_EXCEPTION has no friend class.
Attributes
# | Attribute | Level | Visibility | Read only | Typing | Associated Type | Initial Value | Description | Created on |
---|---|---|---|---|---|---|---|---|---|
1 | ![]() |
Instance attribute | Public | Type reference (TYPE) | CLASSNAME | Class Name | 20130528 | ||
2 | ![]() |
Constant | Public | Type reference (TYPE) | SOTR_CONC | '0050569457551ED28FA2CC63173F796A' | 20121203 | ||
3 | ![]() |
Instance attribute | Public | Type reference (TYPE) | DDL2DDICERR | DD: Error Transfer Structure DDL -> Dictionary Object | 20121120 | ||
4 | ![]() |
Constant | Public | Type reference (TYPE) | SOTR_CONC | '00505695007C1EE28E91AD07C87DC6E7' | 20121127 | ||
5 | ![]() |
Constant | Public | Type reference (TYPE) | SOTR_CONC | '5EF3FD3588FF1ED28DA7AA31A7430456' | 20121123 | ||
6 | ![]() |
Constant | Public | Type reference (TYPE) | SOTR_CONC | '5EF3FD3588FF1ED28DA7AF91E55A6459' | 20121123 | ||
7 | ![]() |
Constant | Public | Type reference (TYPE) | SOTR_CONC | '5EF3FD3588FF1ED28FF0C32C0AF8C1D0' | 20121206 | ||
8 | ![]() |
Instance attribute | Public | Type reference (TYPE) | STRING | Method Name | 20130528 | ||
9 | ![]() |
Constant | Public | Type reference (TYPE) | SOTR_CONC | '5EF3FD3588FF1ED28DA7FD35EE0B85D9' | 20121123 | ||
10 | ![]() |
Constant | Public | Type reference (TYPE) | SOTR_CONC | '5CF3FCDA894C1EE2B1EAED31267C0FC1' | 20130528 | ||
11 | ![]() |
Constant | Public | Type reference (TYPE) | SOTR_CONC | '0050569457551ED29D8BFE73287FFCF5' | 20130211 | ||
12 | ![]() |
Instance attribute | Public | Type reference (TYPE) | OBJECTNAME | Name of Dictionary Object | 20121203 | ||
13 | ![]() |
Instance attribute | Public | Type reference (TYPE) | OBJECTTYP | Data Dictionary Object Type | 20121203 | ||
14 | ![]() |
Instance attribute | Public | Type reference (TYPE) | STRING | '' | Input Parameter | 20121123 | |
15 | ![]() |
Constant | Public | Type reference (TYPE) | SOTR_CONC | '0050569457551ED2B8FCE6074D476E19' | 20130703 | ||
16 | ![]() |
Instance attribute | Public | Type reference (TYPE) | STRING | '' | Value | 20121123 |
Methods
# | Method | Level | Visibility | Method type | Description | Created on |
---|---|---|---|---|---|---|
1 | ![]() |
Instance method | Public | Constructor | CONSTRUCTOR | 20121107 |
2 | ![]() |
Instance method | Public | Method | Returns error information | 20121107 |
Events
Class CX_DD_DDL_EXCEPTION has no event.
Types
Class CX_DD_DDL_EXCEPTION has no local type.
Method Signatures
Method CONSTRUCTOR Signature
# | Type | Parameter | Pass Value | Optional | Typing Method | Associated Type | Default value | Description | Created on |
---|---|---|---|---|---|---|---|---|---|
1 | ![]() |
CLASSNAME | Call by reference | Type reference (TYPE) | CLASSNAME | 20130528 | |||
2 | ![]() |
ERROR | Call by reference | Type reference (TYPE) | DDL2DDICERR | 20130610 | |||
3 | ![]() |
METHODNAME | Call by reference | Type reference (TYPE) | STRING | 20130528 | |||
4 | ![]() |
OBJNAME | Call by reference | Type reference (TYPE) | OBJECTNAME | 20121203 | |||
5 | ![]() |
OBJTYPE | Call by reference | Type reference (TYPE) | OBJECTTYP | 20121203 | |||
6 | ![]() |
PARAMETER | Call by reference | Type reference (TYPE) | STRING | '' | 20121123 | ||
7 | ![]() |
PREVIOUS | Call by reference | Attribute reference (LIKE) | PREVIOUS | 20121107 | |||
8 | ![]() |
TEXTID | Call by reference | Attribute reference (LIKE) | TEXTID | 20121107 | |||
9 | ![]() |
VALUE | Call by reference | Type reference (TYPE) | STRING | '' | 20121123 |
Method CONSTRUCTOR on class CX_DD_DDL_EXCEPTION has no exception.
Method GET_ERROR Signature
# | Type | Parameter | Pass Value | Optional | Typing Method | Associated Type | Default value | Description | Created on |
---|---|---|---|---|---|---|---|---|---|
1 | ![]() |
ERROR_INFO | Value transfer | Type reference (TYPE) | DDL2DDICERR | Fehlerübergabe-Struktur Ddl -> Dictionary Objekt | 20121107 |
Method GET_ERROR on class CX_DD_DDL_EXCEPTION has no exception.
History
Last changed by/on | SAP | 20140121 |
SAP Release Created in | 740 |