SAP ABAP Class CX_C2S_META_EXCEPTION (Basis Class for Exceptions)
Hierarchy
☛
SAP_BASIS (Software Component) SAP Basis Component
⤷
BC-CFG-RT (Application Component) Business Configuration Tools: Runtime
⤷
SC2_META_REP (Package) C2 Server Meta-Data Repository
⤷
⤷
Meta Relationship - Using
| # | Relationship type | Using | Short Description | Created on |
|---|---|---|---|---|
| 1 | Inheritance (c INHERITING FROM c_ref) | CX_C2S_SERVICE_FAILURE | 20040826 |
Meta Relationship - Used By
| # | Relationship type | Used by | Short Description | Created on |
|---|---|---|---|---|
| 1 | Inheritance (c INHERITING FROM c_ref) | CX_C2S_META_ASSOC_NOT_FOUND | Association does not exist | 20040923 |
| 2 | Inheritance (c INHERITING FROM c_ref) | CX_C2S_META_BO_NOT_FOUND | Configuration object does not exist | 20040729 |
| 3 | Inheritance (c INHERITING FROM c_ref) | CX_C2S_META_EXIT_NO_VALUE | Exit is not defined | 20040802 |
| 4 | Inheritance (c INHERITING FROM c_ref) | CX_C2S_META_LOCKING_FAILED | Lock Error | 20040813 |
| 5 | Inheritance (c INHERITING FROM c_ref) | CX_C2S_META_NO_AUTHORITY | No Authorization | 20040813 |
| 6 | Inheritance (c INHERITING FROM c_ref) | CX_C2S_META_PROP_NO_VALUE | Property value is not defined | 20040802 |
| 7 | Inheritance (c INHERITING FROM c_ref) | CX_C2S_META_PROP_WRONG_VALUE | Invalid Attribute Value | 20040816 |
| 8 | Inheritance (c INHERITING FROM c_ref) | CX_C2S_META_TRANSPORT | Transport error | 20040813 |
Properties
| Class | CX_C2S_META_EXCEPTION | |
| Short Description | Basis Class for Exceptions | |
| Super Class | CX_C2S_SERVICE_FAILURE | |
| Instantiability of a Class | 2 | Public |
| Final |
General Data
| Message Class | ||
| Program status | ||
| Category | 40 | Exception Class |
| Package | SC2_META_REP | C2 Server Meta-Data Repository |
| Created | 20040721 | SAP |
| Last change | 20050105 | SAP |
| Shared Memory-enabled | ||
| Fixed point arithmetic | ||
| Unicode checks active |
Forward declarations
| # | Type group / Object type | Type | Type Description |
|---|---|---|---|
| 1 | Forward declaration interface (INTERFACE i DEFINITION DEF... | Forward declaration interface (INTERFACE i DEFINITION DEF... | |
| 2 | Type group use (TYPE-POOLS tp) | Type group use (TYPE-POOLS tp) |
Interfaces
Class CX_C2S_META_EXCEPTION has no interface implemented.
Friends
Class CX_C2S_META_EXCEPTION has no friend class.
Attributes
Class CX_C2S_META_EXCEPTION has no attribute.
Methods
| # | Method | Level | Visibility | Method type | Description | Created on |
|---|---|---|---|---|---|---|
| 1 | Instance method | Public | Constructor | CONSTRUCTOR | 20040721 | |
| 2 | Static method | Public | Method | Create Exception from Message | 20040826 | |
| 3 | Instance method | Public | Method | Fill SY Structure | 20040826 | |
| 4 | Static method | Public | Method | Create Exception from Message | 20040826 | |
| 5 | Instance method | Public | Method | Create Exception from Message | 20040826 | |
| 6 | Instance method | Public | Method | Create Exception from Message | 20040826 |
Events
Class CX_C2S_META_EXCEPTION has no event.
Types
Class CX_C2S_META_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 | ATTR1 | Call by reference | Type reference (TYPE) | SY-MSGV1 | 20040721 | ||||
| 2 | ATTR2 | Call by reference | Type reference (TYPE) | SY-MSGV2 | 20040721 | ||||
| 3 | ATTR3 | Call by reference | Type reference (TYPE) | SY-MSGV3 | 20040721 | ||||
| 4 | ATTR4 | Call by reference | Type reference (TYPE) | SY-MSGV4 | 20040721 | ||||
| 5 | ET_MESSAGES | Call by reference | Type reference (TYPE) | C2S_MESSAGE_TTYPE | 20040826 | ||||
| 6 | MSGTY | Call by reference | Type reference (TYPE) | SY-MSGTY | 20040820 | ||||
| 7 | PREVIOUS | Call by reference | Attribute reference (LIKE) | PREVIOUS | 20040721 | ||||
| 8 | TEXTID | Call by reference | Attribute reference (LIKE) | IF_T100_MESSAGE=>T100KEY | 20040721 |
Method CONSTRUCTOR on class CX_C2S_META_EXCEPTION has no exception.
Method META_CREATE_FROM_MESSAGE Signature
| # | Type | Parameter | Pass Value | Optional | Typing Method | Associated Type | Default value | Description | Created on |
|---|---|---|---|---|---|---|---|---|---|
| 1 | CLASS | Call by reference | Type reference (TYPE) | CSEQUENCE | 'CX_C2S_META_EXCEPTION' | 20040826 | |||
| 2 | EXCEPTION | Value transfer | Object reference (TYPE REF TO) | CX_C2S_META_EXCEPTION | Basisklasse für Ausnahmen | 20040826 | |||
| 3 | MSGID | Call by reference | Type reference (TYPE) | SY-MSGID | SY-MSGID | Nachrichten, Nachrichtenklasse | 20040826 | ||
| 4 | MSGNO | Call by reference | Type reference (TYPE) | SY-MSGNO | SY-MSGNO | Nachrichten, Nachrichtennummer | 20040826 | ||
| 5 | MSGTY | Call by reference | Type reference (TYPE) | SY-MSGTY | SY-MSGTY | Nachrichten, Nachrichtentyp | 20040826 | ||
| 6 | MSGV1 | Call by reference | Type reference (TYPE) | SY-MSGV1 | SY-MSGV1 | Nachrichten, Nachrichtenvariable | 20040826 | ||
| 7 | MSGV2 | Call by reference | Type reference (TYPE) | SY-MSGV2 | SY-MSGV2 | Nachrichten, Nachrichtenvariable | 20040826 | ||
| 8 | MSGV3 | Call by reference | Type reference (TYPE) | SY-MSGV3 | SY-MSGV3 | Nachrichten, Nachrichtenvariable | 20040826 | ||
| 9 | MSGV4 | Call by reference | Type reference (TYPE) | SY-MSGV4 | SY-MSGV4 | Nachrichten, Nachrichtenvariable | 20040826 | ||
| 10 | PREVIOUS | Call by reference | Attribute reference (LIKE) | PREVIOUS | 20040826 | ||||
| 11 | TEXTID | Call by reference | Attribute reference (LIKE) | IF_T100_MESSAGE=>T100KEY | 20040826 |
Method META_CREATE_FROM_MESSAGE on class CX_C2S_META_EXCEPTION has no exception.
Method META_GET_MESSAGE Signature
| # | Type | Parameter | Pass Value | Optional | Typing Method | Associated Type | Default value | Description | Created on |
|---|---|---|---|---|---|---|---|---|---|
| 1 | RESULT | Value transfer | Type reference (TYPE) | STRING | 20040826 |
Method META_GET_MESSAGE on class CX_C2S_META_EXCEPTION has no exception.
Method META_RAISE_FROM_MESSAGE Signature
| # | Type | Parameter | Pass Value | Optional | Typing Method | Associated Type | Default value | Description | Created on |
|---|---|---|---|---|---|---|---|---|---|
| 1 | CLASS | Call by reference | Type reference (TYPE) | CSEQUENCE | 'CX_C2S_META_EXCEPTION' | 20040826 | |||
| 2 | MSGID | Call by reference | Type reference (TYPE) | SY-MSGID | SY-MSGID | Nachrichten, Nachrichtenklasse | 20040826 | ||
| 3 | MSGNO | Call by reference | Type reference (TYPE) | SY-MSGNO | SY-MSGNO | Nachrichten, Nachrichtennummer | 20040826 | ||
| 4 | MSGTY | Call by reference | Type reference (TYPE) | SY-MSGTY | SY-MSGTY | Nachrichten, Nachrichtentyp | 20040826 | ||
| 5 | MSGV1 | Call by reference | Type reference (TYPE) | SY-MSGV1 | SY-MSGV1 | Nachrichten, Nachrichtenvariable | 20040826 | ||
| 6 | MSGV2 | Call by reference | Type reference (TYPE) | SY-MSGV2 | SY-MSGV2 | Nachrichten, Nachrichtenvariable | 20040826 | ||
| 7 | MSGV3 | Call by reference | Type reference (TYPE) | SY-MSGV3 | SY-MSGV3 | Nachrichten, Nachrichtenvariable | 20040826 | ||
| 8 | MSGV4 | Call by reference | Type reference (TYPE) | SY-MSGV4 | SY-MSGV4 | Nachrichten, Nachrichtenvariable | 20040826 |
| # | Exception | Resumable | Description | Created on |
|---|---|---|---|---|
| 1 | Basisklasse für Ausnahmen | 20040826 |
Method META_RAISE_MESSAGE Signature
| # | Type | Parameter | Pass Value | Optional | Typing Method | Associated Type | Default value | Description | Created on |
|---|---|---|---|---|---|---|---|---|---|
| 1 | MSGID | Call by reference | Type reference (TYPE) | SY-MSGID | SY-MSGID | Nachrichten, Nachrichtenklasse | 20040826 | ||
| 2 | MSGNO | Call by reference | Type reference (TYPE) | SY-MSGNO | SY-MSGNO | Nachrichten, Nachrichtennummer | 20040826 | ||
| 3 | MSGTY | Call by reference | Type reference (TYPE) | SY-MSGTY | SY-MSGTY | Nachrichten, Nachrichtentyp | 20040826 | ||
| 4 | MSGV1 | Call by reference | Type reference (TYPE) | SY-MSGV1 | SY-MSGV1 | Nachrichten, Nachrichtenvariable | 20040826 | ||
| 5 | MSGV2 | Call by reference | Type reference (TYPE) | SY-MSGV2 | SY-MSGV2 | Nachrichten, Nachrichtenvariable | 20040826 | ||
| 6 | MSGV3 | Call by reference | Type reference (TYPE) | SY-MSGV3 | SY-MSGV3 | Nachrichten, Nachrichtenvariable | 20040826 | ||
| 7 | MSGV4 | Call by reference | Type reference (TYPE) | SY-MSGV4 | SY-MSGV4 | Nachrichten, Nachrichtenvariable | 20040826 |
| # | Exception | Resumable | Description | Created on |
|---|---|---|---|---|
| 1 | Basisklasse für Ausnahmen | 20040826 |
Method META_SET_MESSAGE Signature
| # | Type | Parameter | Pass Value | Optional | Typing Method | Associated Type | Default value | Description | Created on |
|---|---|---|---|---|---|---|---|---|---|
| 1 | MSGID | Call by reference | Type reference (TYPE) | SY-MSGID | SY-MSGID | Nachrichten, Nachrichtenklasse | 20040826 | ||
| 2 | MSGNO | Call by reference | Type reference (TYPE) | SY-MSGNO | SY-MSGNO | Nachrichten, Nachrichtennummer | 20040826 | ||
| 3 | MSGTY | Call by reference | Type reference (TYPE) | SY-MSGTY | SY-MSGTY | Nachrichten, Nachrichtentyp | 20040826 | ||
| 4 | MSGV1 | Call by reference | Type reference (TYPE) | SY-MSGV1 | SY-MSGV1 | Nachrichten, Nachrichtenvariable | 20040826 | ||
| 5 | MSGV2 | Call by reference | Type reference (TYPE) | SY-MSGV2 | SY-MSGV2 | Nachrichten, Nachrichtenvariable | 20040826 | ||
| 6 | MSGV3 | Call by reference | Type reference (TYPE) | SY-MSGV3 | SY-MSGV3 | Nachrichten, Nachrichtenvariable | 20040826 | ||
| 7 | MSGV4 | Call by reference | Type reference (TYPE) | SY-MSGV4 | SY-MSGV4 | Nachrichten, Nachrichtenvariable | 20040826 | ||
| 8 | PREVIOUS | Call by reference | Attribute reference (LIKE) | PREVIOUS | 20040826 | ||||
| 9 | TEXTID | Call by reference | Attribute reference (LIKE) | IF_T100_MESSAGE=>T100KEY | 20040826 |
Method META_SET_MESSAGE on class CX_C2S_META_EXCEPTION has no exception.
History
| Last changed by/on | SAP | 20050105 |
| SAP Release Created in | 700 |