SAP ABAP Class CX_SY_DYN_CALL_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_DYNAMIC_CHECK Exceptions with Dynamic Check Only of the RAISING Clause 20010417
Meta Relationship - Used By
# Relationship type Used by Short Description Created on
1 Inheritance (c INHERITING FROM c_ref)  CX_SY_DYN_CALL_ILLEGAL_CLASS System Exception for All Types of Dynamic Method Calls 20010417
2 Inheritance (c INHERITING FROM c_ref)  CX_SY_DYN_CALL_ILLEGAL_FORM System Exception when Calling a Subroutine Dynamically 20020620
3 Inheritance (c INHERITING FROM c_ref)  CX_SY_DYN_CALL_ILLEGAL_FUNC System Exception During Dynamic Function Calls 20011012
4 Inheritance (c INHERITING FROM c_ref)  CX_SY_DYN_CALL_ILLEGAL_METHOD System Exception for All Types of Dynamic Method Calls 20010417
5 Inheritance (c INHERITING FROM c_ref)  CX_SY_DYN_CALL_PARAMETER_ERROR System Exception During Dynamic Calls of Any Kind 20010417
Properties
Class CX_SY_DYN_CALL_ERROR  
Short Description System Exception During Dynamic Calls of Any Kind    
Super Class CX_DYNAMIC_CHECK Exceptions with Dynamic Check Only of the RAISING Clause 
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 20010417   SAP 
Last change 20011012   SAP 
Shared Memory-enabled    
Fixed point arithmetic    
Unicode checks active    
Forward declarations
Class CX_SY_DYN_CALL_ERROR has no forward declaration.
Interfaces
Class CX_SY_DYN_CALL_ERROR has no interface implemented.
Friends
Class CX_SY_DYN_CALL_ERROR has no friend class.
Attributes
# Attribute Level Visibility Read only Typing Associated Type Initial Value Description Created on
1 CLASSNAME Instance attribute Public Type reference (TYPE) STRING Name of the Class Where the Error Occurred 20010417
2 CX_SY_DYN_CALL_ERROR Constant Public Type reference (TYPE) SOTR_CONC '94D2C63BEACF517BE10000000A11447B' Exception ID: Value for Attribute TEXTID 20010417
3 FORM Instance attribute Public Type reference (TYPE) STRING Name of the Subroutine 20020620
4 FUNCTION Instance attribute Public Type reference (TYPE) STRING Name of Function 20011012
5 METHODNAME Instance attribute Public Type reference (TYPE) STRING Name of Method Called that Led to the Error 20010417
6 PROGNAME Instance attribute Public Type reference (TYPE) STRING Program Name 20020813
Methods
# Method Level Visibility Method type Description Created on
1 CONSTRUCTOR Instance method Public Constructor Constructor 20010417
Events
Class CX_SY_DYN_CALL_ERROR has no event.
Types
Class CX_SY_DYN_CALL_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 Importing CLASSNAME Value transfer Type reference (TYPE) STRING CLASSNAME 20010417
2 Importing FORM Value transfer Type reference (TYPE) STRING FORM 20020620
3 Importing FUNCTION Value transfer Type reference (TYPE) STRING FUNCTION 20011012
4 Importing METHODNAME Value transfer Type reference (TYPE) STRING METHODNAME 20010417
5 Importing PREVIOUS Call by reference Attribute reference (LIKE) PREVIOUS 20010417
6 Importing PROGNAME Value transfer Type reference (TYPE) STRING PROGNAME 20020813
7 Importing TEXTID Call by reference Attribute reference (LIKE) TEXTID 20010417

Method CONSTRUCTOR on class CX_SY_DYN_CALL_ERROR has no exception.
History
Last changed by/on SAP  20011012 
SAP Release Created in 610