SAP ABAP Class IF_RSRT_MESSAGE_LOG (Message Log)
Meta Relationship - Used By
# Relationship type Used by Short Description Created on
1 Interface composition (i COMPRISING i_ref)  IF_RSRT_DATA_MESSAGE_MANAGER Data Message Manager 20120209
2 Interface composition (i COMPRISING i_ref)  IF_RSRT_MESSAGE_MANAGER Message Manager 20120209
3 Interface implementation (CLASS c. INTERFACES i_ref)  CL_RSRT_MESSAGE_MANAGER Message Manager 20120508
Properties
Class IF_RSRT_MESSAGE_LOG  
Short Description Message Log    
Super Class    
Instantiability of a Class 2  Public 
Final    
General Data
Message Class    
Program status     
Category 0   
Package      
Created 20110802   SAP 
Last change 20140121   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 CL_RSRT_ID Forward declaration class (CLASS c DEFINITION DEFERRED)  Forward declaration class (CLASS c DEFINITION DEFERRED)
3 IF_RSRT_FIELD Forward declaration interface (INTERFACE i DEFINITION DEF...  Forward declaration interface (INTERFACE i DEFINITION DEF...
4 IF_RSRT_MESSAGE_LOG Forward declaration interface (INTERFACE i DEFINITION DEF...  Forward declaration interface (INTERFACE i DEFINITION DEF...
Interfaces
Class IF_RSRT_MESSAGE_LOG has no interface implemented.
Friends
Class IF_RSRT_MESSAGE_LOG has no friend class.
Attributes
# Attribute Level Visibility Read only Typing Associated Type Initial Value Description Created on
1 N_CS_MSGTY Constant Public See coding 20120508
Methods
# Method Level Visibility Method type Description Created on
1 ARE_MESSAGES_AVAILABLE Instance method Public Method Are Messages Available 20120206
2 GET_MESSAGES Instance method Public Method Get Messages 20110802
3 GET_MESSAGE_DOCU Instance method Public Method Get Message Documentation 20130926
4 GET_MESSAGE_TEXT Instance method Public Method Get Message Text 20130926
Events
# Event Type Visibility Description Created on
1 HANDLE_CHANGED Instance Event
(0)
Public
(2)
Handle Message Log Changed 20110802
Types
# Type Visibility Typing Associated Type Description Created on Type Source
1 TN_ID Public Type reference (TYPE) STRING Message ID 20120208
2 TN_MESSAGE Public Type reference (TYPE) STRING Message String 20111007
3 TN_MESSAGES_AVAILABLE Public Type reference (TYPE) ABAP_BOOL Are Messages Available 20111007
4 TN_S_MSG Public See coding Message 20111007 begin of tn_s_msg, id type tn_id, o_msg_log type ref to if_rsrt_message_log, o_msg_object type ref to if_message, msgty type symsgty, o_data type ref to if_rsrt_data, index type sytabix, field_id type if_rsrt_field=>tn_id, end of tn_s_msg
5 TN_S_MSG_DOCU Public See coding Message Long Text (Documentation of Message) 20130926 begin of tn_s_msg_docu, s_head type thead, t_content type standard table of rrxw3_t_s_docu with default key initial size 1, end of tn_s_msg_docu
6 TN_S_MSG_LINE Public Type reference (TYPE) RRXW3_T_S_DOCU Message Long Text Line 20130926
7 TN_T_MESSAGE_LOG Public See coding Message Log List 20120621 tn_t_message_log type standard table of ref to if_rsrt_message_log with default key initial size 1
8 TN_T_MSG Public See coding Message List 20111007 tn_t_msg type standard table of tn_s_msg with default key with unique sorted key id components id with unique sorted key key components o_msg_log o_msg_object initial size 1
9 TN_T_RANGE_MSGTY Public See coding 20130622 tn_t_range_msgty type range of symsgty
Method Signatures

Method ARE_MESSAGES_AVAILABLE Signature

# Type Parameter Pass Value Optional Typing Method Associated Type Default value Description Created on
1 Returning VALUE Value transfer Type reference (TYPE) TN_MESSAGES_AVAILABLE Are Messages Available 20120206

Method ARE_MESSAGES_AVAILABLE on class IF_RSRT_MESSAGE_LOG has no exception.

Method GET_MESSAGES Signature

# Type Parameter Pass Value Optional Typing Method Associated Type Default value Description Created on
1 Importing ID Call by reference Type reference (TYPE) IF_RSRT_MESSAGE_LOG=>TN_ID Message Log ID 20120621
2 Importing O_MESSAGE_LOG Call by reference Object reference (TYPE REF TO) IF_RSRT_MESSAGE_LOG Message Log 20120621
3 Importing T_RANGE_MSGTY Call by reference Type reference (TYPE) IF_RSRT_MESSAGE_LOG=>TN_T_RANGE_MSGTY 20130622
4 Returning VALUE Value transfer Type reference (TYPE) TN_T_MSG Message List 20110802

Method GET_MESSAGES on class IF_RSRT_MESSAGE_LOG has no exception.

Method GET_MESSAGE_DOCU Signature

# Type Parameter Pass Value Optional Typing Method Associated Type Default value Description Created on
1 Importing ID Call by reference Type reference (TYPE) TN_ID Message ID 20130926
2 Returning VALUE Value transfer Type reference (TYPE) TN_S_MSG_DOCU Message Long Text (Documentation of Message) 20130926

Method GET_MESSAGE_DOCU on class IF_RSRT_MESSAGE_LOG has no exception.

Method GET_MESSAGE_TEXT Signature

# Type Parameter Pass Value Optional Typing Method Associated Type Default value Description Created on
1 Importing ID Call by reference Type reference (TYPE) TN_ID Message ID 20130926
2 Returning VALUE Value transfer Type reference (TYPE) STRING 20130926

Method GET_MESSAGE_TEXT on class IF_RSRT_MESSAGE_LOG has no exception.
Event Signatures

Event HANDLE_CHANGED Signature
# Parameter Type Pass Value Optional Typing Method Associated Type Default value Description Created on
1 CLEARED Exporting Value transfer Type reference (TYPE) ABAP_BOOL 20110802
History
Last changed by/on SAP  20140121 
SAP Release Created in