SAP ABAP Class CX_FDT_SYNTAX_ERROR (FDT: Syntax error)
Hierarchy
☛
SAP_BASIS (Software Component) SAP Basis Component
⤷
BC-SRV-BR (Application Component) BRFplus - ABAP-Based Business Rules
⤷
SFDT_CODE_COMPOSER (Package) BRFplus: Code Composer
⤷
⤷
Meta Relationship - Using
| # | Relationship type | Using | Short Description | Created on |
|---|---|---|---|---|
| 1 | Inheritance (c INHERITING FROM c_ref) | CX_FDT_GEN_ERROR | FDT: Error during Generation | 20061201 |
Properties
| Class | CX_FDT_SYNTAX_ERROR | |
| Short Description | FDT: Syntax error | |
| Super Class | CX_FDT_GEN_ERROR | FDT: Error during Generation |
| Instantiability of a Class | 2 | Public |
| Final |
General Data
| Message Class | ||
| Program status | ||
| Category | 40 | Exception Class |
| Package | SFDT_CODE_COMPOSER | BRFplus: Code Composer |
| Created | 20061101 | SAP |
| Last change | 20130531 | SAP |
| Shared Memory-enabled | ||
| Fixed point arithmetic | ||
| Unicode checks active |
Forward declarations
| # | Type group / Object type | Type | Type Description |
|---|---|---|---|
| 1 | Forward declaration class (CLASS c DEFINITION DEFERRED) | Forward declaration class (CLASS c DEFINITION DEFERRED) |
Interfaces
Class CX_FDT_SYNTAX_ERROR has no interface implemented.
Friends
Class CX_FDT_SYNTAX_ERROR has no friend class.
Attributes
| # | Attribute | Level | Visibility | Read only | Typing | Associated Type | Initial Value | Description | Created on |
|---|---|---|---|---|---|---|---|---|---|
| 1 | Constant | Public | Type reference (TYPE) | SOTR_CONC | '001CC412326A02DC92E8E8A22FE619D7' | 20061101 | |||
| 2 | Instance attribute | Public | Type reference (TYPE) | S_DEVELOPMENT_OBJECT | The development object containing syntax error(s) | 20061101 | |||
| 3 | Instance attribute | Public | Type reference (TYPE) | STRING | ABAP-keyword related to the syntax error | 20061120 | |||
| 4 | Instance attribute | Public | Type reference (TYPE) | I | code line where the error is located | 20061120 | |||
| 5 | Instance attribute | Public | Type reference (TYPE) | STRING | human-readlible message from syntax check | 20061120 | |||
| 6 | Instance attribute | Public | Type reference (TYPE) | PROGNAME | name of program include belonging to MS_DEV_OBJECT | 20061120 |
Methods
| # | Method | Level | Visibility | Method type | Description | Created on |
|---|---|---|---|---|---|---|
| 1 | Instance method | Public | Constructor | CONSTRUCTOR | 20061101 |
Events
Class CX_FDT_SYNTAX_ERROR has no event.
Types
| # | Type | Visibility | Typing | Associated Type | Description | Created on | Type Source |
|---|---|---|---|---|---|---|---|
| 1 | S_DEVELOPMENT_OBJECT | Public | Type reference (TYPE) | CL_FDT_CC_SERVICES=>S_DEVELOPMENT_OBJECT | 20061101 | |
Method Signatures
Method CONSTRUCTOR Signature
| # | Type | Parameter | Pass Value | Optional | Typing Method | Associated Type | Default value | Description | Created on |
|---|---|---|---|---|---|---|---|---|---|
| 1 | MS_DEV_OBJECT | Call by reference | Type reference (TYPE) | S_DEVELOPMENT_OBJECT | 20061101 | ||||
| 2 | MT_MESSAGE | Call by reference | Type reference (TYPE) | IF_FDT_TYPES=>T_MESSAGE | 20061101 | ||||
| 3 | MV_KEYWORD | Call by reference | Type reference (TYPE) | STRING | 20061120 | ||||
| 4 | MV_LINE | Call by reference | Type reference (TYPE) | I | 20061120 | ||||
| 5 | MV_MSGLINE | Call by reference | Type reference (TYPE) | STRING | 20061120 | ||||
| 6 | MV_PROGNAME | Call by reference | Type reference (TYPE) | PROGNAME | 20061120 | ||||
| 7 | MV_VALID_FROM | Call by reference | Type reference (TYPE) | TIMESTAMP | 20120511 | ||||
| 8 | MV_VALID_TO | Call by reference | Type reference (TYPE) | TIMESTAMP | 20120511 | ||||
| 9 | PREVIOUS | Call by reference | Attribute reference (LIKE) | PREVIOUS | 20061101 | ||||
| 10 | TEXTID | Call by reference | Attribute reference (LIKE) | TEXTID | 20061101 |
Method CONSTRUCTOR on class CX_FDT_SYNTAX_ERROR has no exception.
History
| Last changed by/on | SAP | 20130531 |
| SAP Release Created in | 710 |