SAP ABAP Class CX_STC_ROOT (Root Exception)
Hierarchy
☛
SAP_BASIS (Software Component) SAP Basis Component
⤷
BC-INS-TC-RT (Application Component) Runtime for ABAP based automated TC
⤷
STC_API (Package) Technical Configuration ABAP API
⤷
⤷
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 | 20110411 |
| 2 | Interface implementation (CLASS c. INTERFACES i_ref) | IF_T100_MESSAGE | Interface for Accessing T100 Texts | 20101126 |
Meta Relationship - Used By
| # | Relationship type | Used by | Short Description | Created on |
|---|---|---|---|---|
| 1 | Inheritance (c INHERITING FROM c_ref) | CX_STC_AUTHORITY | Authority Exception | 20110407 |
| 2 | Inheritance (c INHERITING FROM c_ref) | CX_STC_SCENARIO | Task List Exception | 20101207 |
| 3 | Inheritance (c INHERITING FROM c_ref) | CX_STC_SESSION | Task List Exception | 20130416 |
| 4 | Inheritance (c INHERITING FROM c_ref) | CX_STC_TASK_ERROR | Task Exception | 20101129 |
Properties
| Class | CX_STC_ROOT | |
| Short Description | Root 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 | STC | |
| Program status | ||
| Category | 40 | Exception Class |
| Package | STC_API | Technical Configuration ABAP API |
| Created | 20101126 | SAP |
| Last change | 20130531 | SAP |
| Shared Memory-enabled | ||
| Fixed point arithmetic | ||
| Unicode checks active |
Forward declarations
Class CX_STC_ROOT has no forward declaration.
Interfaces
| # | Interface | Abstract | Final | Description | Created on |
|---|---|---|---|---|---|
| 1 | IF_T100_MESSAGE | Interface for Accessing T100 Texts | 20101126 |
Friends
Class CX_STC_ROOT has no friend class.
Attributes
| # | Attribute | Level | Visibility | Read only | Typing | Associated Type | Initial Value | Description | Created on |
|---|---|---|---|---|---|---|---|---|---|
| 1 | Constant | Public | See coding | 20101126 | |||||
| 2 | Instance attribute | Public | Type reference (TYPE) | SYMSGV | Message Variable | 20101216 | |||
| 3 | Instance attribute | Public | Type reference (TYPE) | SYMSGV | Message Variable | 20101216 | |||
| 4 | Instance attribute | Public | Type reference (TYPE) | SYMSGV | Message Variable | 20101216 | |||
| 5 | Instance attribute | Public | Type reference (TYPE) | SYMSGV | Message Variable | 20101216 | |||
| 6 | Instance attribute | Private | Type reference (TYPE) | BAPIRETTAB | Table with BAPI Return Information | 20101126 | |||
| 7 | Instance attribute | Public | Type reference (TYPE) | SY-SUBRC | Return Value of ABAP Statements | 20110416 | |||
| 8 | Instance attribute | Public | Type reference (TYPE) | SYUNAME | User Name | 20110416 |
Methods
| # | Method | Level | Visibility | Method type | Description | Created on |
|---|---|---|---|---|---|---|
| 1 | Instance method | Public | Constructor | CONSTRUCTOR | 20101126 | |
| 2 | Instance method | Public | Method | Returns Message in BAPIRETTAB format | 20101126 | |
| 3 | Instance method | Public | Method | Sets Messages in BAPIRETTAB format | 20101126 | |
| 4 | Instance method | Public | Method | Set task manager messages | 20121221 | |
| 5 | Instance method | Public | Method | Set generic message via SY variables | 20101216 | |
| 6 | Instance method | Public | Method | Set generic T100 message | 20101216 |
Events
Class CX_STC_ROOT has no event.
Types
| # | Type | Visibility | Typing | Associated Type | Description | Created on | Type Source |
|---|---|---|---|---|---|---|---|
| 1 | GTY_ACTIVITY | Public | See coding | 20101126 | GTY_ACTIVITY(2) type c
|
||
| 2 | GTY_AUTH_OBJECT | Public | See coding | 20101126 | GTY_AUTH_OBJECT(10) type c
|
Method Signatures
Method CONSTRUCTOR Signature
| # | Type | Parameter | Pass Value | Optional | Typing Method | Associated Type | Default value | Description | Created on |
|---|---|---|---|---|---|---|---|---|---|
| 1 | MSGV1 | Call by reference | Type reference (TYPE) | SYMSGV | 20101216 | ||||
| 2 | MSGV2 | Call by reference | Type reference (TYPE) | SYMSGV | 20101216 | ||||
| 3 | MSGV3 | Call by reference | Type reference (TYPE) | SYMSGV | 20101216 | ||||
| 4 | MSGV4 | Call by reference | Type reference (TYPE) | SYMSGV | 20101216 | ||||
| 5 | MV_RC | Call by reference | Type reference (TYPE) | SY-SUBRC | 20110416 | ||||
| 6 | MV_USER | Call by reference | Type reference (TYPE) | SYUNAME | 20110416 | ||||
| 7 | PREVIOUS | Call by reference | Attribute reference (LIKE) | PREVIOUS | 20101126 | ||||
| 8 | TEXTID | Call by reference | Attribute reference (LIKE) | IF_T100_MESSAGE=>T100KEY | 20101126 |
Method CONSTRUCTOR on class CX_STC_ROOT has no exception.
Method GET_BAPIRETTAB Signature
| # | Type | Parameter | Pass Value | Optional | Typing Method | Associated Type | Default value | Description | Created on |
|---|---|---|---|---|---|---|---|---|---|
| 1 | RT_BAPIRETTAB | Value transfer | Type reference (TYPE) | BAPIRETTAB | Table with BAPI Return Information | 20101126 |
Method GET_BAPIRETTAB on class CX_STC_ROOT has no exception.
Method SET_BAPIRETTAB Signature
| # | Type | Parameter | Pass Value | Optional | Typing Method | Associated Type | Default value | Description | Created on |
|---|---|---|---|---|---|---|---|---|---|
| 1 | IT_BAPIRETTAB | Call by reference | Type reference (TYPE) | BAPIRETTAB | Table with BAPI Return Information | 20101126 |
Method SET_BAPIRETTAB on class CX_STC_ROOT has no exception.
Method SET_MESSAGES Signature
| # | Type | Parameter | Pass Value | Optional | Typing Method | Associated Type | Default value | Description | Created on |
|---|---|---|---|---|---|---|---|---|---|
| 1 | IR_MESSAGES | Call by reference | Object reference (TYPE REF TO) | CL_STCTM_MESSAGES | Task Manager Messages | 20121221 |
Method SET_MESSAGES on class CX_STC_ROOT has no exception.
Method SET_SY_MESSAGE Signature
| # | Type | Parameter | Pass Value | Optional | Typing Method | Associated Type | Default value | Description | Created on |
|---|---|---|---|---|---|---|---|---|---|
| 1 | IS_SY | Call by reference | Type reference (TYPE) | SYST | ABAP System Fields | 20101216 |
Method SET_SY_MESSAGE on class CX_STC_ROOT has no exception.
Method SET_T100_MESSAGE Signature
| # | Type | Parameter | Pass Value | Optional | Typing Method | Associated Type | Default value | Description | Created on |
|---|---|---|---|---|---|---|---|---|---|
| 1 | MSGID | Call by reference | Type reference (TYPE) | SYMSGID | Message Class | 20101216 | |||
| 2 | MSGNO | Call by reference | Type reference (TYPE) | SYMSGNO | Message Number | 20101216 | |||
| 3 | MSGV1 | Call by reference | Type reference (TYPE) | SYMSGV | Message Variable | 20101216 | |||
| 4 | MSGV2 | Call by reference | Type reference (TYPE) | SYMSGV | Message Variable | 20101216 | |||
| 5 | MSGV3 | Call by reference | Type reference (TYPE) | SYMSGV | Message Variable | 20101216 | |||
| 6 | MSGV4 | Call by reference | Type reference (TYPE) | SYMSGV | Message Variable | 20101216 |
Method SET_T100_MESSAGE on class CX_STC_ROOT has no exception.
History
| Last changed by/on | SAP | 20130531 |
| SAP Release Created in | 703 |