SAP ABAP Class CL_HR99S00_MESSAGE_LIST (Message list class for TNM IT class)
Hierarchy
SAP_HRRXX (Software Component) Sub component SAP_HRRXX of SAP_HR
   PY-XX-RS (Application Component) Reuse Services for Country Development
     P99S (Package) Southern Europe Basis
Meta Relationship - Using
# Relationship type Using Short Description Created on
1 Interface implementation (CLASS c. INTERFACES i_ref)  IF_HR99S00_MESSAGE_HANDLER HR99S Messages 20101111
Properties
Class CL_HR99S00_MESSAGE_LIST  
Short Description Message list class for TNM IT class    
Super Class    
Instantiability of a Class 2  Public 
Final    
General Data
Message Class    
Program status     
Category 0   
Package P99S   Southern Europe Basis 
Created 20101110   SAP 
Last change 20130531   SAP 
Shared Memory-enabled    
Fixed point arithmetic    
Unicode checks active    
Forward declarations
# Type group / Object type Type Type Description
1 ABAP Type group use (TYPE-POOLS tp)  Type group use (TYPE-POOLS tp)
2 IF_HRBAS_BOOLE_D Forward declaration interface (INTERFACE i DEFINITION DEF...  Forward declaration interface (INTERFACE i DEFINITION DEF...
3 P99SF Type group use (TYPE-POOLS tp)  Type group use (TYPE-POOLS tp)
Interfaces
# Interface Abstract Final Description Created on
1 IF_HR99S00_MESSAGE_HANDLER HR99S Messages 20101111
Friends
Class CL_HR99S00_MESSAGE_LIST has no friend class.
Attributes
# Attribute Level Visibility Read only Typing Associated Type Initial Value Description Created on
1 GC_ABEND Instance attribute Private Attribute reference (LIKE) 20101111
2 GC_ERROR Instance attribute Private Attribute reference (LIKE) 20101111
3 GC_INFO Instance attribute Private Attribute reference (LIKE) 20101111
4 GC_SUCCESS Instance attribute Private Attribute reference (LIKE) 20101111
5 GC_WARNING Instance attribute Private Attribute reference (LIKE) 20101111
6 GO_MSG_LIST Static Attribute Private Object reference (TYPE REF TO) CL_HR99S00_MESSAGE_LIST Message list class for TNM IT class 20110503
7 MC_FALSE Constant Private Type reference (TYPE) BOOLE_D IF_HRBAS_BOOLE_D=>FALSE False 20101111
8 MC_TRUE Constant Private Type reference (TYPE) BOOLE_D IF_HRBAS_BOOLE_D=>TRUE True 20101111
9 MT_MESSAGE_LIST Instance attribute Private Type reference (TYPE) HR99S_MSG_TAB List of error messages with Personnel Number 20101111
Methods
# Method Level Visibility Method type Description Created on
1 ADD_MESSAGE Instance method Public Method 20101111
2 ADD_MESSAGES Instance method Public Method Combine Error Messages 20101111
3 ADD_MESSAGE_TAB Instance method Public Method Add messages from a table 20110502
4 CLEAR_MESSAGE_LIST Instance method Public Method Clear Message List 20101111
5 EXTRACT_MESSAGE_LIST Instance method Private Method Extract Messages 20101111
6 GET_HR_MESSAGE_LIST Instance method Public Method Get HR Error Message List 20101111
7 GET_INSTANCE Static method Public Method Singleton implementation 20110503
8 GET_MESSAGE_LIST Instance method Public Method Get Message List 20101111
9 HAS_ABEND Instance method Public Method Object Contains Termination Message 20101111
10 HAS_ERROR Instance method Public Method Object Contains Error Message 20101111
11 HAS_INFO Instance method Public Method Object Contains Info Message 20101111
12 HAS_MESSAGE Instance method Public Method Object Contains Message 20101111
13 HAS_SUCCESS Instance method Public Method Object Contains Success Message 20101111
14 HAS_WARNING Instance method Public Method Object Contains Warning 20101111
Events
Class CL_HR99S00_MESSAGE_LIST has no event.
Types
Class CL_HR99S00_MESSAGE_LIST has no local type.
Method Signatures

Method ADD_MESSAGE Signature

Method ADD_MESSAGE on class CL_HR99S00_MESSAGE_LIST has no parameter.
Method ADD_MESSAGE on class CL_HR99S00_MESSAGE_LIST has no exception.

Method ADD_MESSAGES Signature

# Type Parameter Pass Value Optional Typing Method Associated Type Default value Description Created on
1 Importing IO_MESSAGE_HANDLER Call by reference Object reference (TYPE REF TO) IF_HR99S00_MESSAGE_HANDLER Interface of Message Handler 20101111
2 Importing IV_AVOID_DUPLICATE Call by reference Type reference (TYPE) BOOLE_D Data element for domain BOOLE: TRUE (='X') and FALSE (=' ') 20101111

Method ADD_MESSAGES on class CL_HR99S00_MESSAGE_LIST has no exception.

Method ADD_MESSAGE_TAB Signature

# Type Parameter Pass Value Optional Typing Method Associated Type Default value Description Created on
1 Importing IT_MESSAGES Call by reference Type reference (TYPE) STANDARD TABLE Table with messages 20110502
2 Importing IT_MESSAGES_HR99S Call by reference Type reference (TYPE) HR99S_MSG_TAB List of error messages with Personnel Number 20121116
3 Importing IV_ID_COMP Call by reference Type reference (TYPE) TYPENAME Component used to get message-id from table line 20110502

Method ADD_MESSAGE_TAB on class CL_HR99S00_MESSAGE_LIST has no exception.

Method CLEAR_MESSAGE_LIST Signature

Method CLEAR_MESSAGE_LIST on class CL_HR99S00_MESSAGE_LIST has no parameter.
Method CLEAR_MESSAGE_LIST on class CL_HR99S00_MESSAGE_LIST has no exception.

Method EXTRACT_MESSAGE_LIST Signature

# Type Parameter Pass Value Optional Typing Method Associated Type Default value Description Created on
1 Exporting ET_MESSAGE Call by reference Type reference (TYPE) HR99S_MSG_TAB List of error messages with Personnel Number 20101111
2 Importing IV_MSGTY Call by reference Type reference (TYPE) SYMSGTY Message Type: S Success, E Error, W Warning, I Info, A Abort 20101111

Method EXTRACT_MESSAGE_LIST on class CL_HR99S00_MESSAGE_LIST has no exception.

Method GET_HR_MESSAGE_LIST Signature

# Type Parameter Pass Value Optional Typing Method Associated Type Default value Description Created on
1 Exporting ET_HR_MESSAGE Call by reference Type reference (TYPE) P99SF_TAB_ERROR HR Error Message List 20101111
2 Importing IV_MSGTY Call by reference Type reference (TYPE) MSGTY '*' Message Type 20101111

Method GET_HR_MESSAGE_LIST on class CL_HR99S00_MESSAGE_LIST has no exception.

Method GET_INSTANCE Signature

# Type Parameter Pass Value Optional Typing Method Associated Type Default value Description Created on
1 Returning RE_INST Value transfer Object reference (TYPE REF TO) CL_HR99S00_MESSAGE_LIST Message list class for TNM IT class 20110503

Method GET_INSTANCE on class CL_HR99S00_MESSAGE_LIST has no exception.

Method GET_MESSAGE_LIST Signature

# Type Parameter Pass Value Optional Typing Method Associated Type Default value Description Created on
1 Exporting ET_MESSAGE Call by reference Type reference (TYPE) HR99S_MSG_TAB List of error messages with Personnel Number 20101111
2 Importing IV_MSGTY Call by reference Type reference (TYPE) MSGTY '*' Message Type 20101111

Method GET_MESSAGE_LIST on class CL_HR99S00_MESSAGE_LIST has no exception.

Method HAS_ABEND Signature

# Type Parameter Pass Value Optional Typing Method Associated Type Default value Description Created on
1 Returning RV_RETURN_VALUE Value transfer Type reference (TYPE) BOOLE_D Data Element for Domain BOOLE: TRUE (="X") and FALSE (=" ") 20101111

Method HAS_ABEND on class CL_HR99S00_MESSAGE_LIST has no exception.

Method HAS_ERROR Signature

# Type Parameter Pass Value Optional Typing Method Associated Type Default value Description Created on
1 Returning RV_RETURN_VALUE Value transfer Type reference (TYPE) BOOLE_D Data Element for Domain BOOLE: TRUE (="X") and FALSE (=" ") 20101111

Method HAS_ERROR on class CL_HR99S00_MESSAGE_LIST has no exception.

Method HAS_INFO Signature

# Type Parameter Pass Value Optional Typing Method Associated Type Default value Description Created on
1 Returning RV_RETURN_VALUE Value transfer Type reference (TYPE) BOOLE_D Data Element for Domain BOOLE: TRUE (="X") and FALSE (=" ") 20101111

Method HAS_INFO on class CL_HR99S00_MESSAGE_LIST has no exception.

Method HAS_MESSAGE Signature

# Type Parameter Pass Value Optional Typing Method Associated Type Default value Description Created on
1 Returning RV_RETURN_VALUE Value transfer Type reference (TYPE) BOOLE_D Data Element for Domain BOOLE: TRUE (="X") and FALSE (=" ") 20101111

Method HAS_MESSAGE on class CL_HR99S00_MESSAGE_LIST has no exception.

Method HAS_SUCCESS Signature

# Type Parameter Pass Value Optional Typing Method Associated Type Default value Description Created on
1 Returning RV_RETURN_VALUE Value transfer Type reference (TYPE) BOOLE_D Data Element for Domain BOOLE: TRUE (="X") and FALSE (=" ") 20101111

Method HAS_SUCCESS on class CL_HR99S00_MESSAGE_LIST has no exception.

Method HAS_WARNING Signature

# Type Parameter Pass Value Optional Typing Method Associated Type Default value Description Created on
1 Returning RV_RETURN_VALUE Value transfer Type reference (TYPE) BOOLE_D Data Element for Domain BOOLE: TRUE (="X") and FALSE (=" ") 20101111

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