SAP ABAP Class CX_AMDP_RUNTIME_SERVICES (Service Exceptions)
Hierarchy
☛
SAP_BASIS (Software Component) SAP Basis Component
⤷
BC-ABA-LA (Application Component) Syntax, Compiler, Runtime
⤷
SABP_AMDP_KRN (Package) Kernel Interface for Database Procedure Management
⤷
⤷
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 | 20131205 |
| 2 | Interface implementation (CLASS c. INTERFACES i_ref) | IF_T100_MESSAGE | Interface for Accessing T100 Texts | 20131205 |
Properties
| Class | CX_AMDP_RUNTIME_SERVICES | |
| Short Description | Service Exceptions | |
| 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 | ||
| Category | 40 | Exception Class |
| Package | SABP_AMDP_KRN | Kernel Interface for Database Procedure Management |
| Created | 20131205 | SAP |
| Last change | 20141121 | |
| Shared Memory-enabled | ||
| Fixed point arithmetic | ||
| Unicode checks active |
Forward declarations
Class CX_AMDP_RUNTIME_SERVICES has no forward declaration.
Interfaces
| # | Interface | Abstract | Final | Description | Created on |
|---|---|---|---|---|---|
| 1 | IF_T100_MESSAGE | Interface for Accessing T100 Texts | 20131205 |
Friends
Class CX_AMDP_RUNTIME_SERVICES 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) | TY_EXCEPTION_INFO | 20131205 |
Methods
| # | Method | Level | Visibility | Method type | Description | Created on |
|---|---|---|---|---|---|---|
| 1 | Instance method | Public | Constructor | CONSTRUCTOR | 20131205 |
Events
Class CX_AMDP_RUNTIME_SERVICES has no event.
Types
| # | Type | Visibility | Typing | Associated Type | Description | Created on | Type Source |
|---|---|---|---|---|---|---|---|
| 1 | TY_EXCEPTION_INFO | Public | See coding | 20131205 | begin of ty_exception_info,
"! Error message
error_message type string,
"! Name of class to be checked
top_class_name type string,
"! Name of method to be checked
top_method_name type string,
"! Name of class where an error was detected
err_class_name type string,
"! Name of method where an error was detected
err_method_name type string,
"! Error line in implementation of err_method_name
err_line type i,
"! SQL message if error occured during a DDL statement
sql_message type string,
end of ty_exception_info
|
Method Signatures
Method CONSTRUCTOR Signature
| # | Type | Parameter | Pass Value | Optional | Typing Method | Associated Type | Default value | Description | Created on |
|---|---|---|---|---|---|---|---|---|---|
| 1 | M_EXCEPTION_INFO | Call by reference | Type reference (TYPE) | TY_EXCEPTION_INFO | 20131205 | ||||
| 2 | PREVIOUS | Call by reference | Attribute reference (LIKE) | PREVIOUS | 20131205 | ||||
| 3 | TEXTID | Call by reference | Attribute reference (LIKE) | IF_T100_MESSAGE=>T100KEY | 20131205 |
Method CONSTRUCTOR on class CX_AMDP_RUNTIME_SERVICES has no exception.
History
| Last changed by/on | SAP | 20141121 |
| SAP Release Created in | 740 |