SAP ABAP Class CX_SY_DYN_CALL_PARAMETER_ERROR (System Exception During Dynamic Calls of Any Kind)
Hierarchy
☛
SAP_BASIS (Software Component) SAP Basis Component
⤷
BC-ABA-LA (Application Component) Syntax, Compiler, Runtime
⤷
S_ABAP_EXCEPTIONS (Package) ABAP Runtime Errors as System Exceptions

⤷

⤷

Meta Relationship - Using
# | Relationship type | Using | Short Description | Created on |
---|---|---|---|---|
1 | Inheritance (c INHERITING FROM c_ref) | CX_SY_DYN_CALL_ERROR | System Exception During Dynamic Calls of Any Kind | 20010417 |
Meta Relationship - Used By
# | Relationship type | Used by | Short Description | Created on |
---|---|---|---|---|
1 | Inheritance (c INHERITING FROM c_ref) | CX_SY_DYN_CALL_EXCP_NOT_FOUND | System Exception for All Types of Dynamic Method Calls | 20000207 |
2 | Inheritance (c INHERITING FROM c_ref) | CX_SY_DYN_CALL_ILLEGAL_TYPE | System Exception for All Types of Dynamic Method Calls | 20000207 |
3 | Inheritance (c INHERITING FROM c_ref) | CX_SY_DYN_CALL_PARAMETER_CONV | System Exception for All Types of Dynamic Method Calls | 20020129 |
4 | Inheritance (c INHERITING FROM c_ref) | CX_SY_DYN_CALL_PARAM_MISSING | System Exception for All Types of Dynamic Method Calls | 20000207 |
5 | Inheritance (c INHERITING FROM c_ref) | CX_SY_DYN_CALL_PARAM_NOT_FOUND | System Exception During Dynamic Calls of Any Kind | 20000207 |
6 | Inheritance (c INHERITING FROM c_ref) | CX_WRONG_CLASS_SUPPLIED | Wrong class supplied for storage | 20111205 |
Properties
Class | CX_SY_DYN_CALL_PARAMETER_ERROR | |
Short Description | System Exception During Dynamic Calls of Any Kind | |
Super Class | CX_SY_DYN_CALL_ERROR | System Exception During Dynamic Calls of Any Kind |
Instantiability of a Class | 2 | Public |
Final |
General Data
Message Class | ||
Program status | ||
Category | 40 | Exception Class |
Package | S_ABAP_EXCEPTIONS | ABAP Runtime Errors as System Exceptions |
Created | 20000207 | SAP |
Last change | 20011012 | SAP |
Shared Memory-enabled | ||
Fixed point arithmetic | ||
Unicode checks active |
Forward declarations
Class CX_SY_DYN_CALL_PARAMETER_ERROR has no forward declaration.
Interfaces
Class CX_SY_DYN_CALL_PARAMETER_ERROR has no interface implemented.
Friends
Class CX_SY_DYN_CALL_PARAMETER_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 | '9A1E6C3CA8FB1211E10000000A11447B' | 20020218 | ||
2 | ![]() |
Instance attribute | Public | Type reference (TYPE) | STRING | Name of Parameter that Led to Error | 20000815 | ||
3 | ![]() |
Instance attribute | Public | Type reference (TYPE) | INT4 | Number of the Parameter that Caused Error (in Subroutine) | 20020808 |
Methods
# | Method | Level | Visibility | Method type | Description | Created on |
---|---|---|---|---|---|---|
1 | ![]() |
Instance method | Public | Constructor | Constructor | 20000815 |
Events
Class CX_SY_DYN_CALL_PARAMETER_ERROR has no event.
Types
Class CX_SY_DYN_CALL_PARAMETER_ERROR has no local type.
Method Signatures
Method CONSTRUCTOR Signature
# | Type | Parameter | Pass Value | Optional | Typing Method | Associated Type | Default value | Description | Created on |
---|---|---|---|---|---|---|---|---|---|
1 | ![]() |
CLASSNAME | Value transfer | Type reference (TYPE) | STRING | CLASSNAME | 20000815 | ||
2 | ![]() |
FORM | Value transfer | Type reference (TYPE) | STRING | FORM | 20020808 | ||
3 | ![]() |
FUNCTION | Value transfer | Type reference (TYPE) | STRING | FUNCTION | 20011012 | ||
4 | ![]() |
METHODNAME | Value transfer | Type reference (TYPE) | STRING | METHODNAME | 20000815 | ||
5 | ![]() |
PARAMETER | Value transfer | Type reference (TYPE) | STRING | PARAMETER | 20000815 | ||
6 | ![]() |
PARAM_NUMBER | Value transfer | Type reference (TYPE) | INT4 | PARAM_NUMBER | 20020808 | ||
7 | ![]() |
PREVIOUS | Call by reference | Attribute reference (LIKE) | PREVIOUS | 20000815 | |||
8 | ![]() |
PROGNAME | Value transfer | Type reference (TYPE) | STRING | PROGNAME | 20020827 | ||
9 | ![]() |
TEXTID | Call by reference | Attribute reference (LIKE) | TEXTID | 20000815 |
Method CONSTRUCTOR on class CX_SY_DYN_CALL_PARAMETER_ERROR has no exception.
History
Last changed by/on | SAP | 20011012 |
SAP Release Created in | 610 |