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 M_COLUMN Instance attribute Protected Type reference (TYPE) I 20121019
2 M_ERRORS Instance attribute Protected Type reference (TYPE) ERROR_INFO 20121204
3 M_LINE Instance attribute Protected Type reference (TYPE) I 20121019
4 M_MESSAGE Instance attribute Protected Type reference (TYPE) STRING 20121019
Methods
# Method Level Visibility Method type Description Created on
1 ADD_ERROR Instance method Public Method 20121204
2 CONSTRUCTOR Instance method Public Constructor CONSTRUCTOR 20121018
3 GET_ENTITYNAME Instance method Public Method 20130502
4 GET_ERROR Instance method Public Method 20121204
5 GET_ERRORS Instance method Public Method 20121204
6 GET_ERR_MSG Instance method Public Method 20130827
7 GET_VIEWNAME Instance method Public Method 20130502
8 SET_ERRORS Instance method Public Method 20121205
9 SET_ERROR_INFO 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 Importing 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 Importing M_COLUMN Call by reference Type reference (TYPE) I 20121019
2 Importing M_ERRORS Call by reference Type reference (TYPE) ERROR_INFO 20121204
3 Importing M_LINE Call by reference Type reference (TYPE) I 20121019
4 Importing M_MESSAGE Call by reference Type reference (TYPE) STRING 20121019
5 Importing PREVIOUS Call by reference Attribute reference (LIKE) PREVIOUS 20121018
6 Importing 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 Returning 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 Returning ERROR Value transfer Type reference (TYPE) QLVIEW_DDLPARSER_ERROR 20121204
2 Importing 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 Returning 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 Importing IV_IDX Call by reference Type reference (TYPE) I 1 20130827
2 Returning 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 Returning 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 Importing 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 Importing 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