SAP ABAP Class CX_RSAN_PR_ANPR_ERROR_MSG (Analysis Process (TLOGO) Error Exception)
Hierarchy
SAP_BW (Software Component) SAP Business Warehouse
   BW-EI-APD (Application Component) Analysis Process Designer
     RSAN_PR (Package) APD - Application - Analysis Process Designer
Meta Relationship - Using
# Relationship type Using Short Description Created on
1 Inheritance (c INHERITING FROM c_ref)  CX_RSAN_PR_ANPR Analysis Process (TLOGO) General Exception 20031010
Properties
Class CX_RSAN_PR_ANPR_ERROR_MSG  
Short Description Analysis Process (TLOGO) Error Exception    
Super Class CX_RSAN_PR_ANPR Analysis Process (TLOGO) General Exception 
Instantiability of a Class 2  Public 
Final    
General Data
Message Class RSAN_PR    
Program status     
Category 40  Exception Class 
Package RSAN_PR   APD - Application - Analysis Process Designer 
Created 20031010   SAP 
Last change 20130531   SAP 
Shared Memory-enabled    
Fixed point arithmetic    
Unicode checks active    
Forward declarations
# Type group / Object type Type Type Description
1 RSANP Type group use (TYPE-POOLS tp)  Type group use (TYPE-POOLS tp)
Interfaces
Class CX_RSAN_PR_ANPR_ERROR_MSG has no interface implemented.
Friends
Class CX_RSAN_PR_ANPR_ERROR_MSG has no friend class.
Attributes
# Attribute Level Visibility Read only Typing Associated Type Initial Value Description Created on
1 CX_RSAN_PR_ANPR_ERROR_MSG Instance attribute Private Type reference (TYPE) SCX_T100KEY Internal Workaround to Solve Constructor Generation Bug 20031011
2 T100_MSGID Instance attribute Public Type reference (TYPE) SY-MSGID 20031010
3 T100_MSGNO Instance attribute Public Type reference (TYPE) SY-MSGNO 20031010
4 T100_MSGV1 Instance attribute Public Type reference (TYPE) SY-MSGV1 20031010
5 T100_MSGV2 Instance attribute Public Type reference (TYPE) SY-MSGV2 20031010
6 T100_MSGV3 Instance attribute Public Type reference (TYPE) SY-MSGV3 20031010
7 T100_MSGV4 Instance attribute Public Type reference (TYPE) SY-MSGV4 20031010
Methods
# Method Level Visibility Method type Description Created on
1 CONSTRUCTOR Instance method Public Constructor CONSTRUCTOR 20031010
2 FACTORY_T100KEY Static method Public Method Returns T100KEY(type SCX_T100KEY) Message Key Structure 20031011
3 MESSAGE Instance method Public Method Issues Message Statement Corresponding to Exception 20031011
4 MESSAGE_TO_STRING Instance method Public Method Issues Message Statement Corresponding to Exception 20031013
5 RAISE_EXCEPTION Static method Public Method Raises exception CX_RSAN_PR_ANPR_ERROR_MSG 20031011
6 RAISE_EXCEPTION_FROM_CX_ROOT Static method Public Method Raises exception CX_RSAN_PR_ANPR_ERROR_MSG from cx_root 20031116
7 RAISE_EXCEPTION_FROM_SY_MSG Static method Public Method Raises exception CX_RSAN_PR_ANPR_ERROR_MSG from sys. message 20031012
8 SHOW_MESSAGE Static method Public Method Issues Message Statement Corresponding to Exception 20031011
9 SHOW_MESSAGE_STRING Static method Public Method Issues Message Statement Corresponding to Exception 20031011
Events
Class CX_RSAN_PR_ANPR_ERROR_MSG has no event.
Types
Class CX_RSAN_PR_ANPR_ERROR_MSG 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 PREVIOUS Call by reference Attribute reference (LIKE) PREVIOUS 20031010
2 Importing T100_MSGID Value transfer Type reference (TYPE) SY-MSGID T100_MSGID 20031010
3 Importing T100_MSGNO Value transfer Type reference (TYPE) SY-MSGNO T100_MSGNO 20031010
4 Importing T100_MSGV1 Value transfer Type reference (TYPE) SY-MSGV1 T100_MSGV1 20031010
5 Importing T100_MSGV2 Value transfer Type reference (TYPE) SY-MSGV2 T100_MSGV2 20031010
6 Importing T100_MSGV3 Value transfer Type reference (TYPE) SY-MSGV3 T100_MSGV3 20031010
7 Importing T100_MSGV4 Value transfer Type reference (TYPE) SY-MSGV4 T100_MSGV4 20031010
8 Importing TEXTID Call by reference Attribute reference (LIKE) TEXTID 20031010

Method CONSTRUCTOR on class CX_RSAN_PR_ANPR_ERROR_MSG has no exception.

Method FACTORY_T100KEY Signature

# Type Parameter Pass Value Optional Typing Method Associated Type Default value Description Created on
1 Returning R_T100KEY Value transfer Type reference (TYPE) SCX_T100KEY 20031011
2 Importing T100_MSGID Value transfer Type reference (TYPE) SY-MSGID 20031011
3 Importing T100_MSGNO Value transfer Type reference (TYPE) SY-MSGNO 20031011
4 Importing T100_MSGV1 Value transfer Type reference (TYPE) SY-MSGV1 20031011
5 Importing T100_MSGV2 Value transfer Type reference (TYPE) SY-MSGV2 20031011
6 Importing T100_MSGV3 Value transfer Type reference (TYPE) SY-MSGV3 20031011
7 Importing T100_MSGV4 Value transfer Type reference (TYPE) SY-MSGV4 20031011

Method FACTORY_T100KEY on class CX_RSAN_PR_ANPR_ERROR_MSG has no exception.

Method MESSAGE Signature

# Type Parameter Pass Value Optional Typing Method Associated Type Default value Description Created on
1 Importing I_DISPLAY_TYPE Value transfer Type reference (TYPE) SY-MSGTY 'E' Overriden displayed message type 20031011
2 Importing I_MESSAGE_RAISING Value transfer Type reference (TYPE) AS4FLAG SPACE Should message be raised with exception ? 20031011
3 Importing I_TYPE Value transfer Type reference (TYPE) SY-MSGTY 'I' Overriden message type 20031011
# Exception Resumable Description Created on
1 FAILED_WITH_SYSTEM_MESSAGE 20031011

Method MESSAGE_TO_STRING Signature

# Type Parameter Pass Value Optional Typing Method Associated Type Default value Description Created on
1 Importing I_DISPLAY_TYPE Value transfer Type reference (TYPE) SY-MSGTY 'E' Overriden displayed message type 20031013
2 Importing I_TYPE Value transfer Type reference (TYPE) SY-MSGTY 'I' Overriden message type 20031013
3 Returning R_MSG_STRING Value transfer Type reference (TYPE) STRING 20031013

Method MESSAGE_TO_STRING on class CX_RSAN_PR_ANPR_ERROR_MSG has no exception.

Method RAISE_EXCEPTION Signature

# Type Parameter Pass Value Optional Typing Method Associated Type Default value Description Created on
1 Importing PREVIOUS Call by reference Attribute reference (LIKE) PREVIOUS 20031011
2 Importing T100KEY Value transfer Type reference (TYPE) SCX_T100KEY 20031011
3 Importing T100_MSGID Value transfer Type reference (TYPE) SY-MSGID 20031011
4 Importing T100_MSGNO Value transfer Type reference (TYPE) SY-MSGNO 20031011
5 Importing T100_MSGV1 Value transfer Type reference (TYPE) ANY Expected to be compatible with type sy-msgv1 20031011
6 Importing T100_MSGV2 Value transfer Type reference (TYPE) ANY Expected to be compatible with type sy-msgv2 20031011
7 Importing T100_MSGV3 Value transfer Type reference (TYPE) ANY Expected to be compatible with type sy-msgv3 20031011
8 Importing T100_MSGV4 Value transfer Type reference (TYPE) ANY Expected to be compatible with type sy-msgv4 20031011
9 Importing TEXTID Call by reference Attribute reference (LIKE) TEXTID 20031011
# Exception Resumable Description Created on
1 CX_RSAN_PR_ANPR_ERROR_MSG Analyse-Prozess (TLOGO) Error Exception 20031011

Method RAISE_EXCEPTION_FROM_CX_ROOT Signature

# Type Parameter Pass Value Optional Typing Method Associated Type Default value Description Created on
1 Importing IR_EXCEPTION Call by reference Object reference (TYPE REF TO) CX_ROOT Abstrakte Oberklasse aller globalen Exceptions 20031116
2 Importing I_MSG_TYPE Value transfer Type reference (TYPE) SY-MSGTY 'E' Nachrichten, Nachrichtentyp 20031116
3 Importing PREVIOUS Call by reference Attribute reference (LIKE) PREVIOUS 20031116
4 Importing TEXTID Call by reference Attribute reference (LIKE) TEXTID 20031116
# Exception Resumable Description Created on
1 CX_RSAN_PR_ANPR_ERROR_MSG Analyse-Prozess (TLOGO) Error Exception 20031116

Method RAISE_EXCEPTION_FROM_SY_MSG Signature

# Type Parameter Pass Value Optional Typing Method Associated Type Default value Description Created on
1 Importing PREVIOUS Call by reference Attribute reference (LIKE) PREVIOUS 20031012
2 Importing TEXTID Call by reference Attribute reference (LIKE) TEXTID 20031012
# Exception Resumable Description Created on
1 CX_RSAN_PR_ANPR_ERROR_MSG Analyse-Prozess (TLOGO) Error Exception 20031012

Method SHOW_MESSAGE Signature

# Type Parameter Pass Value Optional Typing Method Associated Type Default value Description Created on
1 Importing IR_ERR_EX Call by reference Object reference (TYPE REF TO) CX_RSAN_PR_ANPR_ERROR_MSG 20031011
2 Importing I_DISPLAY_TYPE Value transfer Type reference (TYPE) SY-MSGTY 'E' Overriden displayed message type 20031011
3 Importing I_MESSAGE_RAISING Value transfer Type reference (TYPE) AS4FLAG SPACE Shoul message be raised with exception ? 20031011
4 Importing I_TYPE Value transfer Type reference (TYPE) SY-MSGTY 'I' Overriden message type 20031011
# Exception Resumable Description Created on
1 FAILED_WITH_SYSTEM_MESSAGE 20031011

Method SHOW_MESSAGE_STRING Signature

# Type Parameter Pass Value Optional Typing Method Associated Type Default value Description Created on
1 Importing IR_EX Call by reference Object reference (TYPE REF TO) CX_ROOT 20031011
2 Importing I_DISPLAY_TYPE Value transfer Type reference (TYPE) SY-MSGTY 'E' Overriden displayed message type 20031011
3 Importing I_MESSAGE_RAISING Value transfer Type reference (TYPE) AS4FLAG SPACE Shoul message be raised with exception ? 20031011
4 Importing I_TYPE Value transfer Type reference (TYPE) SY-MSGTY 'I' Overriden message type 20031011
# Exception Resumable Description Created on
1 FAILED_WITH_SYSTEM_MESSAGE 20031011
History
Last changed by/on SAP  20130531 
SAP Release Created in 350