SAP ABAP Class CL_ISH_NL_M_MSG_HANDLER (Message handler)
Hierarchy
BBPCRM (Software Component) BBPCRM
   CRM (Application Component) Customer Relationship Management
     CRM_APPLICATION (Package) All CRM Components Without Special Structure Packages
       NNL1 (Package) Application development Hospital System Netherlands
Meta Relationship - Using
# Relationship type Using Short Description Created on
1 Inheritance (c INHERITING FROM c_ref)  CL_ISH_NL_MODEL_ABSTRACT abstract model class 20110202
Properties
Class CL_ISH_NL_M_MSG_HANDLER  
Short Description Message handler    
Super Class CL_ISH_NL_MODEL_ABSTRACT abstract model class 
Instantiability of a Class 2  Public 
Final    
General Data
Message Class    
Program status     
Category 0   
Package NNL1   Application development Hospital System Netherlands 
Created 20100303   SAP 
Last change 20130531   SAP 
Shared Memory-enabled    
Fixed point arithmetic    
Unicode checks active    
Forward declarations
Class CL_ISH_NL_M_MSG_HANDLER has no forward declaration.
Interfaces
Class CL_ISH_NL_M_MSG_HANDLER has no interface implemented.
Friends
Class CL_ISH_NL_M_MSG_HANDLER has no friend class.
Attributes
# Attribute Level Visibility Read only Typing Associated Type Initial Value Description Created on
1 MT_MESSAGES Instance attribute Private Type reference (TYPE) ISH_NL_T_MESSAGE 20110202
2 MT_OBJECTS Instance attribute Private Type reference (TYPE) ISH_NL_T_EVENTREFS 20110202
Methods
# Method Level Visibility Method type Description Created on
1 ACTIVATE_MSG_HANDLERS Instance method Public Method 20110202
2 ADD_OBJECT Instance method Public Method 20110202
3 CLEAR_MESSAGE_TABLE Instance method Public Method 20110202
4 CONSTRUCTOR Instance method Public Constructor 20110202
5 DEACTIVATE_MSG_HANDLERS Instance method Public Method 20110202
6 GET_MESSAGES_BAPIRET2 Instance method Public Method 20110202
7 GET_OBJECTS Instance method Public Method 20110202
8 HANDLE_MESSAGE Instance method Public Event handling method 20110202
9 HANDLE_OBJECT_CREATED Instance method Public Event handling method 20110202
10 HAS_ERRORS Instance method Public Method 20110202
11 HAS_ERRORS_OR_WARNINGS Instance method Public Method 20110202
12 HAS_MESSAGES Instance method Public Method 20110202
13 REMOVE_OBJECT Instance method Public Method 20110202
Events
Class CL_ISH_NL_M_MSG_HANDLER has no event.
Types
Class CL_ISH_NL_M_MSG_HANDLER has no local type.
Method Signatures

Method ACTIVATE_MSG_HANDLERS Signature

Method ACTIVATE_MSG_HANDLERS on class CL_ISH_NL_M_MSG_HANDLER has no parameter.
Method ACTIVATE_MSG_HANDLERS on class CL_ISH_NL_M_MSG_HANDLER has no exception.

Method ADD_OBJECT Signature

# Type Parameter Pass Value Optional Typing Method Associated Type Default value Description Created on
1 Exporting E_SUCCESS Call by reference Type reference (TYPE) ISH_ON_OFF IS-H: Boolscher Datentyp für ON (= 'X') und OFF (=' ') 20110202
2 Importing IR_OBJECT Call by reference Object reference (TYPE REF TO) IF_ISH_NL_EVENTS IF_ISH_NL_EVENTS 20110202

Method ADD_OBJECT on class CL_ISH_NL_M_MSG_HANDLER has no exception.

Method CLEAR_MESSAGE_TABLE Signature

Method CLEAR_MESSAGE_TABLE on class CL_ISH_NL_M_MSG_HANDLER has no parameter.
Method CLEAR_MESSAGE_TABLE on class CL_ISH_NL_M_MSG_HANDLER has no exception.

Method CONSTRUCTOR Signature

# Type Parameter Pass Value Optional Typing Method Associated Type Default value Description Created on
1 Importing IT_OREF Call by reference Type reference (TYPE) ISH_NL_T_EVENTREFS table of interfaces IF_ISH_NL_EVENTS 20110202

Method CONSTRUCTOR on class CL_ISH_NL_M_MSG_HANDLER has no exception.

Method DEACTIVATE_MSG_HANDLERS Signature

Method DEACTIVATE_MSG_HANDLERS on class CL_ISH_NL_M_MSG_HANDLER has no parameter.
Method DEACTIVATE_MSG_HANDLERS on class CL_ISH_NL_M_MSG_HANDLER has no exception.

Method GET_MESSAGES_BAPIRET2 Signature

# Type Parameter Pass Value Optional Typing Method Associated Type Default value Description Created on
1 Exporting ET_MESSAGES Call by reference Type reference (TYPE) BAPIRET2_T Returntabelle 20110202

Method GET_MESSAGES_BAPIRET2 on class CL_ISH_NL_M_MSG_HANDLER has no exception.

Method GET_OBJECTS Signature

# Type Parameter Pass Value Optional Typing Method Associated Type Default value Description Created on
1 Exporting ET_OBJECTS Call by reference Type reference (TYPE) ISH_NL_T_EVENTREFS table of interfaces IF_ISH_NL_EVENTS 20110202

Method GET_OBJECTS on class CL_ISH_NL_M_MSG_HANDLER has no exception.

Method HANDLE_MESSAGE Signature

# Type Parameter Pass Value Optional Typing Method Associated Type Default value Description Created on
1 Importing I_FIELD Value transfer Attribute reference (LIKE) 20110202
2 Importing I_ID Value transfer Attribute reference (LIKE) 20110202
3 Importing I_LOG_MSG_NO Value transfer Attribute reference (LIKE) 20110202
4 Importing I_LOG_NO Value transfer Attribute reference (LIKE) 20110202
5 Importing I_MESSAGE Value transfer Attribute reference (LIKE) 20110202
6 Importing I_MESSAGE_V1 Value transfer Attribute reference (LIKE) 20110202
7 Importing I_MESSAGE_V2 Value transfer Attribute reference (LIKE) 20110202
8 Importing I_MESSAGE_V3 Value transfer Attribute reference (LIKE) 20110202
9 Importing I_MESSAGE_V4 Value transfer Attribute reference (LIKE) 20110202
10 Importing I_MSG_GROUP Value transfer Attribute reference (LIKE) >INVALID< 20110202
11 Importing I_MSG_GROUP_SUB Value transfer Attribute reference (LIKE) >INVALID< 20110202
12 Importing I_NUMBER Value transfer Attribute reference (LIKE) 20110202
13 Importing I_OBJECT_REF Value transfer Attribute reference (LIKE) 20110202
14 Importing I_PARAMETER Value transfer Attribute reference (LIKE) 20110202
15 Importing I_ROW Value transfer Attribute reference (LIKE) 20110202
16 Importing I_SYSTEM Value transfer Attribute reference (LIKE) 20110202
17 Importing I_TYPE Value transfer Attribute reference (LIKE) 20110202

Method HANDLE_MESSAGE on class CL_ISH_NL_M_MSG_HANDLER has no exception.

Method HANDLE_OBJECT_CREATED Signature

# Type Parameter Pass Value Optional Typing Method Associated Type Default value Description Created on
1 Importing IR_OBJECT Value transfer Attribute reference (LIKE) 20110202

Method HANDLE_OBJECT_CREATED on class CL_ISH_NL_M_MSG_HANDLER has no exception.

Method HAS_ERRORS Signature

# Type Parameter Pass Value Optional Typing Method Associated Type Default value Description Created on
1 Returning R_RESULT Value transfer Type reference (TYPE) ISH_TRUE_FALSE IS-H: Boolscher Datentyp für TRUE (='1') und FALSE (='0') 20110202

Method HAS_ERRORS on class CL_ISH_NL_M_MSG_HANDLER has no exception.

Method HAS_ERRORS_OR_WARNINGS Signature

# Type Parameter Pass Value Optional Typing Method Associated Type Default value Description Created on
1 Returning R_RESULT Value transfer Type reference (TYPE) ISH_ON_OFF IS-H: Boolscher Datentyp für ON (= 'X') und OFF (=' ') 20110202

Method HAS_ERRORS_OR_WARNINGS on class CL_ISH_NL_M_MSG_HANDLER has no exception.

Method HAS_MESSAGES Signature

# Type Parameter Pass Value Optional Typing Method Associated Type Default value Description Created on
1 Returning R_RESULT Value transfer Type reference (TYPE) ISH_TRUE_FALSE IS-H: Boolscher Datentyp für TRUE (='1') und FALSE (='0') 20110202

Method HAS_MESSAGES on class CL_ISH_NL_M_MSG_HANDLER has no exception.

Method REMOVE_OBJECT Signature

# Type Parameter Pass Value Optional Typing Method Associated Type Default value Description Created on
1 Exporting E_SUCCESS Call by reference Type reference (TYPE) ISH_ON_OFF IS-H: Boolscher Datentyp für ON (= 'X') und OFF (=' ') 20110202
2 Importing IR_OBJECT Call by reference Object reference (TYPE REF TO) IF_ISH_NL_EVENTS IF_ISH_NL_EVENTS 20110202

Method REMOVE_OBJECT on class CL_ISH_NL_M_MSG_HANDLER has no exception.
History
Last changed by/on SAP  20130531 
SAP Release Created in