SAP ABAP Class CX_DDL_PARSER_EXCEPTION (DDL Parser Exception)
Hierarchy
☛
SAP_BASIS (Software Component) SAP Basis Component
⤷
BC-DWB-DIC (Application Component) ABAP Dictionary
⤷
SDDIC_VIEWPARSER (Package) DDIC Viewparser
⤷
⤷
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 | 20121018 |
Meta Relationship - Used By
| # | Relationship type | Used by | Short Description | Created on |
|---|---|---|---|---|
| 1 | Inheritance (c INHERITING FROM c_ref) | CX_DDL_PARSER_INTERNAL_ERROR | Internal Parser Error | 20121018 |
Properties
| Class | CX_DDL_PARSER_EXCEPTION | |
| Short Description | DDL Parser Exception | |
| 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 | S | System Program |
| Category | 40 | Exception Class |
| Package | SDDIC_VIEWPARSER | DDIC Viewparser |
| Created | 20121018 | SAP |
| Last change | 20140121 | SAP |
| Shared Memory-enabled | ||
| Fixed point arithmetic | ||
| Unicode checks active |
Forward declarations
Class CX_DDL_PARSER_EXCEPTION has no forward declaration.
Interfaces
Class CX_DDL_PARSER_EXCEPTION has no interface implemented.
Friends
| # | Friend | Modeled only | Created on | Description |
|---|---|---|---|---|
| 1 | CL_DDL_PARSER | 20121018 | view parser |
Attributes
| # | Attribute | Level | Visibility | Read only | Typing | Associated Type | Initial Value | Description | Created on |
|---|---|---|---|---|---|---|---|---|---|
| 1 | Instance attribute | Protected | Type reference (TYPE) | I | 20121019 | ||||
| 2 | Instance attribute | Protected | Type reference (TYPE) | ERROR_INFO | 20121204 | ||||
| 3 | Instance attribute | Protected | Type reference (TYPE) | I | 20121019 | ||||
| 4 | Instance attribute | Protected | Type reference (TYPE) | STRING | 20121019 |
Methods
| # | Method | Level | Visibility | Method type | Description | Created on |
|---|---|---|---|---|---|---|
| 1 | Instance method | Public | Method | 20121204 | ||
| 2 | Instance method | Public | Constructor | CONSTRUCTOR | 20121018 | |
| 3 | Instance method | Public | Method | 20130502 | ||
| 4 | Instance method | Public | Method | 20121204 | ||
| 5 | Instance method | Public | Method | 20121204 | ||
| 6 | Instance method | Public | Method | 20130827 | ||
| 7 | Instance method | Public | Method | 20130502 | ||
| 8 | Instance method | Public | Method | 20121205 | ||
| 9 | Instance method | Public | Method | 20130502 |
Events
Class CX_DDL_PARSER_EXCEPTION has no event.
Types
| # | Type | Visibility | Typing | Associated Type | Description | Created on | Type Source |
|---|---|---|---|---|---|---|---|
| 1 | ERROR_INFO | Public | See coding | 20130502 | BEGIN OF error_info,
entityname TYPE string,
viewname TYPE string,
errors TYPE error_table,
END OF error_info
|
||
| 2 | ERROR_TABLE | Public | See coding | 20121204 | error_table TYPE STANDARD TABLE OF qlview_ddlparser_error WITH EMPTY KEY
|
Method Signatures
Method ADD_ERROR Signature
| # | Type | Parameter | Pass Value | Optional | Typing Method | Associated Type | Default value | Description | Created on |
|---|---|---|---|---|---|---|---|---|---|
| 1 | ERROR | Call by reference | Type reference (TYPE) | QLVIEW_DDLPARSER_ERROR | 20121204 |
Method ADD_ERROR on class CX_DDL_PARSER_EXCEPTION has no exception.
Method CONSTRUCTOR Signature
| # | Type | Parameter | Pass Value | Optional | Typing Method | Associated Type | Default value | Description | Created on |
|---|---|---|---|---|---|---|---|---|---|
| 1 | M_COLUMN | Call by reference | Type reference (TYPE) | I | 20121019 | ||||
| 2 | M_ERRORS | Call by reference | Type reference (TYPE) | ERROR_INFO | 20121204 | ||||
| 3 | M_LINE | Call by reference | Type reference (TYPE) | I | 20121019 | ||||
| 4 | M_MESSAGE | Call by reference | Type reference (TYPE) | STRING | 20121019 | ||||
| 5 | PREVIOUS | Call by reference | Attribute reference (LIKE) | PREVIOUS | 20121018 | ||||
| 6 | TEXTID | Call by reference | Attribute reference (LIKE) | TEXTID | 20121018 |
Method CONSTRUCTOR on class CX_DDL_PARSER_EXCEPTION has no exception.
Method GET_ENTITYNAME Signature
| # | Type | Parameter | Pass Value | Optional | Typing Method | Associated Type | Default value | Description | Created on |
|---|---|---|---|---|---|---|---|---|---|
| 1 | NAME | Value transfer | Type reference (TYPE) | STRING | 20130502 |
Method GET_ENTITYNAME on class CX_DDL_PARSER_EXCEPTION has no exception.
Method GET_ERROR Signature
| # | Type | Parameter | Pass Value | Optional | Typing Method | Associated Type | Default value | Description | Created on |
|---|---|---|---|---|---|---|---|---|---|
| 1 | ERROR | Value transfer | Type reference (TYPE) | QLVIEW_DDLPARSER_ERROR | 20121204 | ||||
| 2 | INDEX | Call by reference | Type reference (TYPE) | I | 1 | 20121204 |
Method GET_ERROR on class CX_DDL_PARSER_EXCEPTION has no exception.
Method GET_ERRORS Signature
| # | Type | Parameter | Pass Value | Optional | Typing Method | Associated Type | Default value | Description | Created on |
|---|---|---|---|---|---|---|---|---|---|
| 1 | ERROR | Value transfer | Type reference (TYPE) | ERROR_TABLE | 20121204 |
Method GET_ERRORS on class CX_DDL_PARSER_EXCEPTION has no exception.
Method GET_ERR_MSG Signature
| # | Type | Parameter | Pass Value | Optional | Typing Method | Associated Type | Default value | Description | Created on |
|---|---|---|---|---|---|---|---|---|---|
| 1 | IV_IDX | Call by reference | Type reference (TYPE) | I | 1 | 20130827 | |||
| 2 | RV_MSG | Value transfer | Type reference (TYPE) | STRING | 20130827 |
Method GET_ERR_MSG on class CX_DDL_PARSER_EXCEPTION has no exception.
Method GET_VIEWNAME Signature
| # | Type | Parameter | Pass Value | Optional | Typing Method | Associated Type | Default value | Description | Created on |
|---|---|---|---|---|---|---|---|---|---|
| 1 | NAME | Value transfer | Type reference (TYPE) | STRING | 20130502 |
Method GET_VIEWNAME on class CX_DDL_PARSER_EXCEPTION has no exception.
Method SET_ERRORS Signature
| # | Type | Parameter | Pass Value | Optional | Typing Method | Associated Type | Default value | Description | Created on |
|---|---|---|---|---|---|---|---|---|---|
| 1 | ERRORS | Call by reference | Type reference (TYPE) | ERROR_TABLE | 20121205 |
Method SET_ERRORS on class CX_DDL_PARSER_EXCEPTION has no exception.
Method SET_ERROR_INFO Signature
| # | Type | Parameter | Pass Value | Optional | Typing Method | Associated Type | Default value | Description | Created on |
|---|---|---|---|---|---|---|---|---|---|
| 1 | ERROR | Call by reference | Type reference (TYPE) | ERROR_INFO | 20130502 |
Method SET_ERROR_INFO on class CX_DDL_PARSER_EXCEPTION has no exception.
History
| Last changed by/on | SAP | 20140121 |
| SAP Release Created in | 740 |