SAP ABAP Class CX_FP_RUNTIME (Exception Form Processing Runtime)
Hierarchy
☛
SAP_BASIS (Software Component) SAP Basis Component
⤷
BC-SRV-FP (Application Component) Forms Processing
⤷
SAFP (Package) SAP Form Processing
⤷
⤷
Meta Relationship - Using
| # | Relationship type | Using | Short Description | Created on |
|---|---|---|---|---|
| 1 | Inheritance (c INHERITING FROM c_ref) | CX_FP_EXCEPTION | Exception Form Processing | 20030407 |
Meta Relationship - Used By
| # | Relationship type | Used by | Short Description | Created on |
|---|---|---|---|---|
| 1 | Inheritance (c INHERITING FROM c_ref) | CX_FP_RUNTIME_INTERNAL | Internal Error | 20030407 |
| 2 | Inheritance (c INHERITING FROM c_ref) | CX_FP_RUNTIME_SYSTEM | System Error | 20030407 |
| 3 | Inheritance (c INHERITING FROM c_ref) | CX_FP_RUNTIME_USAGE | Incorrect Call | 20030407 |
Properties
| Class | CX_FP_RUNTIME | |
| Short Description | Exception Form Processing Runtime | |
| Super Class | CX_FP_EXCEPTION | Exception Form Processing |
| Instantiability of a Class | 2 | Public |
| Final |
General Data
| Message Class | ||
| Program status | ||
| Category | 40 | Exception Class |
| Package | SAFP | SAP Form Processing |
| Created | 20030407 | SAP |
| Last change | 20050428 | SAP |
| Shared Memory-enabled | ||
| Fixed point arithmetic | ||
| Unicode checks active |
Forward declarations
Class CX_FP_RUNTIME has no forward declaration.
Interfaces
Class CX_FP_RUNTIME has no interface implemented.
Friends
Class CX_FP_RUNTIME 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) | I | Error Code | 20030526 | |||
| 2 | Instance attribute | Public | Type reference (TYPE) | STRING | Error Message | 20030526 | |||
| 3 | Instance attribute | Public | Type reference (TYPE) | STRING | Short Error Message | 20050405 |
Methods
| # | Method | Level | Visibility | Method type | Description | Created on |
|---|---|---|---|---|---|---|
| 1 | Instance method | Public | Constructor | Constructor | 20030407 | |
| 2 | Instance method | Public | Method | Read all error attributes | 20030526 | |
| 3 | Instance method | Public | Method | Read error code | 20030526 | |
| 4 | Instance method | Public | Method | Read error message | 20030526 | |
| 5 | Instance method | Public | Method | Get Short Error Message | 20050401 |
Events
Class CX_FP_RUNTIME has no event.
Types
Class CX_FP_RUNTIME has no local type.
Method Signatures
Method CONSTRUCTOR Signature
| # | Type | Parameter | Pass Value | Optional | Typing Method | Associated Type | Default value | Description | Created on |
|---|---|---|---|---|---|---|---|---|---|
| 1 | ERRCODE | Call by reference | Type reference (TYPE) | I | 20030526 | ||||
| 2 | ERRMSG | Call by reference | Type reference (TYPE) | STRING | 20030526 | ||||
| 3 | ERRMSGSHORT | Call by reference | Type reference (TYPE) | STRING | 20050405 | ||||
| 4 | PREVIOUS | Call by reference | Attribute reference (LIKE) | PREVIOUS | 20030407 | ||||
| 5 | TEXTID | Call by reference | Attribute reference (LIKE) | TEXTID | 20030407 |
Method CONSTRUCTOR on class CX_FP_RUNTIME has no exception.
Method GET_ERRALL Signature
| # | Type | Parameter | Pass Value | Optional | Typing Method | Associated Type | Default value | Description | Created on |
|---|---|---|---|---|---|---|---|---|---|
| 1 | ERRCODE | Call by reference | Type reference (TYPE) | I | Fehlercode | 20030526 | |||
| 2 | ERRMSG | Call by reference | Type reference (TYPE) | STRING | Fehlermeldung | 20030526 | |||
| 3 | ERRMSGSHORT | Call by reference | Type reference (TYPE) | STRING | Kurze Fehlermeldung | 20050405 |
Method GET_ERRALL on class CX_FP_RUNTIME has no exception.
Method GET_ERRCODE Signature
| # | Type | Parameter | Pass Value | Optional | Typing Method | Associated Type | Default value | Description | Created on |
|---|---|---|---|---|---|---|---|---|---|
| 1 | RVAL | Value transfer | Type reference (TYPE) | I | Fehlercode | 20030526 |
Method GET_ERRCODE on class CX_FP_RUNTIME has no exception.
Method GET_ERRMSG Signature
| # | Type | Parameter | Pass Value | Optional | Typing Method | Associated Type | Default value | Description | Created on |
|---|---|---|---|---|---|---|---|---|---|
| 1 | RVAL | Value transfer | Type reference (TYPE) | STRING | Fehlermeldung | 20030526 |
Method GET_ERRMSG on class CX_FP_RUNTIME has no exception.
Method GET_SHORT Signature
| # | Type | Parameter | Pass Value | Optional | Typing Method | Associated Type | Default value | Description | Created on |
|---|---|---|---|---|---|---|---|---|---|
| 1 | RVAL | Value transfer | Type reference (TYPE) | STRING | Kurze Fehlermeldung | 20050401 |
Method GET_SHORT on class CX_FP_RUNTIME has no exception.
History
| Last changed by/on | SAP | 20050428 |
| SAP Release Created in | 640 |