SAP ABAP Class CL_RSO_RES_IS_LOGS (Messages, Logs,...)
Hierarchy
SAP_BW (Software Component) SAP Business Warehouse
   BW-WHM-MTD (Application Component) Metadata (Repository)
     RSO_RES_REPOSITORY (Package) Package for Repository related objects
Properties
Class CL_RSO_RES_IS_LOGS  
Short Description Messages, Logs,...    
Super Class    
Instantiability of a Class 2  Public 
Final    
General Data
Message Class    
Program status     
Category 0   
Package RSO_RES_REPOSITORY   Package for Repository related objects 
Created 20130215   SAP 
Last change 20140121   SAP 
Shared Memory-enabled    
Fixed point arithmetic    
Unicode checks active    
Forward declarations
# Type group / Object type Type Type Description
1 IF_ATOM_TYPES Forward declaration interface (INTERFACE i DEFINITION DEF...  Forward declaration interface (INTERFACE i DEFINITION DEF...
2 RS Type group use (TYPE-POOLS tp)  Type group use (TYPE-POOLS tp)
Interfaces
Class CL_RSO_RES_IS_LOGS has no interface implemented.
Friends
Class CL_RSO_RES_IS_LOGS has no friend class.
Attributes
# Attribute Level Visibility Read only Typing Associated Type Initial Value Description Created on
1 P_STYLE_READ Instance attribute Private Type reference (TYPE) RS_BOOL Boolean 20130215
2 P_T_PARAGRAPHS Instance attribute Private Type reference (TYPE) EFG_TAB_ITCDP Table Type itcdp 20130215
Methods
# Method Level Visibility Method type Description Created on
1 APPL_LOG_CNV_TO_RESULT Instance method Private Method 20130215
2 APPL_LOG_GET_SHORTTXT Instance method Public Method 20130215
3 APPL_LOG_LOGNO_CNV_TO_RESULT Instance method Private Method 20130217
4 APPL_LOG_LOGNO_READ_DB Instance method Public Method 20130217
5 APPL_LOG_READ_DB Instance method Public Method 20130215
6 CONSTRUCTOR Instance method Public Constructor CONSTRUCTOR 20130215
7 GET_APPL_LOG_PROBLEMCLASS_TXT Instance method Private Method 20130215
8 GET_APPL_LOG_PROCESSING_TXT Instance method Private Method 20130215
9 GET_ATOM_LINK_LONGTEXT Instance method Public Method 20130429
10 GET_MESSAGE_LONGTEXT Instance method Public Method 20130215
11 GET_MSGTY_TEXT Instance method Public Method 20130709
12 GET_MSG_IDENTIFIER Instance method Private Method 20130215
13 HAS_MSG_LONGTEXT Instance method Public Method 20130215
14 RESOLVE_MSG_IDENTIFIER Instance method Private Method 20130215
Events
Class CL_RSO_RES_IS_LOGS has no event.
Types
# Type Visibility Typing Associated Type Description Created on Type Source
1 TN_MSGTY_TXT Public Type reference (TYPE) STRING 20130218
2 TN_MSG_LONGTEXT Public Type reference (TYPE) XSTRING 20130218
3 TN_S_APPL_LOG_HDR Public See coding 20130215 BEGIN OF tn_s_appl_log_hdr, s_header TYPE tn_s_appl_log_header, datetime TYPE xsddatetime_z, object_txt TYPE string, subobject_txt TYPE string, processing_txt TYPE string, problemclass_txt TYPE string, t_links TYPE if_atom_types=>link_t, END OF tn_s_appl_log_hdr
4 TN_S_APPL_LOG_HEADER Public Type reference (TYPE) BALHDR 20130215
5 TN_S_APPL_LOG_LOGNO Public Type reference (TYPE) SZAL_LOGNUMBER 20130217
6 TN_S_APPL_LOG_MESSAGES Public Type reference (TYPE) BALM 20130215
7 TN_S_APPL_LOG_SELECTION Public See coding 20130215 BEGIN OF tn_s_appl_log_selection, start_tstmp TYPE timestamp, end_tstmp TYPE timestamp, username TYPE syuname, END OF tn_s_appl_log_selection
8 TN_S_MESSAGES Public See coding 20130215 BEGIN OF tn_s_messages, txt TYPE string, identifier TYPE string, has_longtext TYPE rs_bool, s_message TYPE tn_s_appl_log_messages, msgty TYPE symsgty, msgty_txt TYPE tn_msgty_txt, t_links TYPE if_atom_types=>link_t, END OF tn_s_messages
9 TN_S_RESULT_APPL_LOG Public See coding 20130218 BEGIN OF tn_s_result_appl_log, s_header TYPE tn_s_appl_log_hdr, t_messages TYPE tn_t_messages, END OF tn_s_result_appl_log
10 TN_S_RESULT_APPL_LOG_LOGNO Public See coding 20130217 BEGIN OF tn_s_result_appl_log_logno, lognumber TYPE balognr, t_messages TYPE tn_t_messages, END OF tn_s_result_appl_log_logno
11 TN_T_APPL_LOG_HEADER Public See coding 20130215 tn_t_appl_log_header TYPE STANDARD TABLE OF balhdr WITH DEFAULT KEY
12 TN_T_APPL_LOG_LOGNO Public See coding 20130217 tn_t_appl_log_logno TYPE STANDARD TABLE OF tn_s_appl_log_logno WITH DEFAULT KEY
13 TN_T_APPL_LOG_MESSAGES Public See coding 20130215 tn_t_appl_log_messages TYPE STANDARD TABLE OF balm WITH DEFAULT KEY
14 TN_T_MESSAGES Public See coding 20130215 tn_t_messages TYPE STANDARD TABLE OF tn_s_messages WITH DEFAULT KEY
15 TN_T_MSG_LONGTEXT Public See coding 20130215 tn_t_msg_longtext TYPE STANDARD TABLE OF tn_msg_longtext WITH DEFAULT KEY
16 TN_T_RESULT_APPL_LOG Public See coding 20130218 tn_t_result_appl_log TYPE STANDARD TABLE OF tn_s_result_appl_log WITH DEFAULT KEY
17 TN_T_RESULT_APPL_LOG_LOGNO Public See coding 20130217 tn_t_result_appl_log_logno TYPE STANDARD TABLE OF tn_s_result_appl_log_logno WITH DEFAULT KEY
Method Signatures

Method APPL_LOG_CNV_TO_RESULT Signature

# Type Parameter Pass Value Optional Typing Method Associated Type Default value Description Created on
1 Importing I_T_HEADER Call by reference Type reference (TYPE) TN_T_APPL_LOG_HEADER 20130215
2 Importing I_T_MESSAGES Call by reference Type reference (TYPE) TN_T_APPL_LOG_MESSAGES 20130215
3 Returning R_T_RESULT Value transfer Type reference (TYPE) TN_T_RESULT_APPL_LOG 20130215

Method APPL_LOG_CNV_TO_RESULT on class CL_RSO_RES_IS_LOGS has no exception.

Method APPL_LOG_GET_SHORTTXT Signature

# Type Parameter Pass Value Optional Typing Method Associated Type Default value Description Created on
1 Importing I_S_MSG Call by reference Type reference (TYPE) RS_S_MSG 20130215
2 Returning R_SHORTTEXT Value transfer Type reference (TYPE) STRING 20130215

Method APPL_LOG_GET_SHORTTXT on class CL_RSO_RES_IS_LOGS has no exception.

Method APPL_LOG_LOGNO_CNV_TO_RESULT Signature

# Type Parameter Pass Value Optional Typing Method Associated Type Default value Description Created on
1 Importing I_LOGNUMBER Call by reference Type reference (TYPE) BALOGNR Application log: log number 20130218
2 Importing I_T_MESSAGES Call by reference Type reference (TYPE) TN_T_APPL_LOG_MESSAGES 20130217
3 Returning R_T_RESULT_APPL_LOG_LOGNO Value transfer Type reference (TYPE) TN_T_RESULT_APPL_LOG_LOGNO 20130217

Method APPL_LOG_LOGNO_CNV_TO_RESULT on class CL_RSO_RES_IS_LOGS has no exception.

Method APPL_LOG_LOGNO_READ_DB Signature

# Type Parameter Pass Value Optional Typing Method Associated Type Default value Description Created on
1 Importing I_LOGNUMBER Call by reference Type reference (TYPE) BALOGNR Application log: log number 20130217
2 Returning R_T_RESULT_APPL_LOG_LOGNO Value transfer Type reference (TYPE) TN_T_RESULT_APPL_LOG_LOGNO 20130217

Method APPL_LOG_LOGNO_READ_DB on class CL_RSO_RES_IS_LOGS has no exception.

Method APPL_LOG_READ_DB Signature

# Type Parameter Pass Value Optional Typing Method Associated Type Default value Description Created on
1 Importing I_S_SELECTION Call by reference Type reference (TYPE) TN_S_APPL_LOG_SELECTION 20130215
2 Returning R_T_RESULT Value transfer Type reference (TYPE) TN_T_RESULT_APPL_LOG 20130215

Method APPL_LOG_READ_DB on class CL_RSO_RES_IS_LOGS has no exception.

Method CONSTRUCTOR Signature

Method CONSTRUCTOR on class CL_RSO_RES_IS_LOGS has no parameter.
Method CONSTRUCTOR on class CL_RSO_RES_IS_LOGS has no exception.

Method GET_APPL_LOG_PROBLEMCLASS_TXT Signature

# Type Parameter Pass Value Optional Typing Method Associated Type Default value Description Created on
1 Importing I_PROBLEMCLASS Call by reference Type reference (TYPE) BALPROBCL Application log: Message problem class 20130215
2 Returning R_TXT Value transfer Type reference (TYPE) STRING 20130215

Method GET_APPL_LOG_PROBLEMCLASS_TXT on class CL_RSO_RES_IS_LOGS has no exception.

Method GET_APPL_LOG_PROCESSING_TXT Signature

# Type Parameter Pass Value Optional Typing Method Associated Type Default value Description Created on
1 Importing I_PROCESSING_MODE Call by reference Type reference (TYPE) BALMODE Application Log: Operating mode (Batch,Batch Input,Dialog) 20130215
2 Returning R_TXT Value transfer Type reference (TYPE) STRING 20130215

Method GET_APPL_LOG_PROCESSING_TXT on class CL_RSO_RES_IS_LOGS has no exception.

Method GET_ATOM_LINK_LONGTEXT Signature

# Type Parameter Pass Value Optional Typing Method Associated Type Default value Description Created on
1 Importing I_S_MSG Call by reference Type reference (TYPE) RS_S_MSG 20130429
2 Returning R_S_LINK Value transfer Type reference (TYPE) IF_ATOM_TYPES=>LINK_S Link structure according to spec 20130429

Method GET_ATOM_LINK_LONGTEXT on class CL_RSO_RES_IS_LOGS has no exception.

Method GET_MESSAGE_LONGTEXT Signature

# Type Parameter Pass Value Optional Typing Method Associated Type Default value Description Created on
1 Importing I_IDENTIFIER Call by reference Type reference (TYPE) STRING 20130215
2 Importing I_MSGV1 Call by reference Type reference (TYPE) SYMSGV Message Variable 20130215
3 Importing I_MSGV2 Call by reference Type reference (TYPE) SYMSGV Message Variable 20130215
4 Importing I_MSGV3 Call by reference Type reference (TYPE) SYMSGV Message Variable 20130215
5 Importing I_MSGV4 Call by reference Type reference (TYPE) SYMSGV Message Variable 20130215
6 Returning R_S_MESSAGE_LONGTEXT Value transfer Type reference (TYPE) TN_MSG_LONGTEXT 20130218

Method GET_MESSAGE_LONGTEXT on class CL_RSO_RES_IS_LOGS has no exception.

Method GET_MSGTY_TEXT Signature

# Type Parameter Pass Value Optional Typing Method Associated Type Default value Description Created on
1 Importing I_MSGTY Call by reference Type reference (TYPE) SYMSGTY Message Type 20130709
2 Returning R_TXT Value transfer Type reference (TYPE) STRING 20130709

Method GET_MSGTY_TEXT on class CL_RSO_RES_IS_LOGS has no exception.

Method GET_MSG_IDENTIFIER Signature

# Type Parameter Pass Value Optional Typing Method Associated Type Default value Description Created on
1 Importing I_S_MSG Call by reference Type reference (TYPE) RS_S_MSG 20130215
2 Returning R_IDENTIFIER Value transfer Type reference (TYPE) STRING 20130215

Method GET_MSG_IDENTIFIER on class CL_RSO_RES_IS_LOGS has no exception.

Method HAS_MSG_LONGTEXT Signature

# Type Parameter Pass Value Optional Typing Method Associated Type Default value Description Created on
1 Importing I_S_MSG Call by reference Type reference (TYPE) RS_S_MSG 20130215
2 Returning R_HAS_LONGTEXT Value transfer Type reference (TYPE) RS_BOOL Boolean 20130215

Method HAS_MSG_LONGTEXT on class CL_RSO_RES_IS_LOGS has no exception.

Method RESOLVE_MSG_IDENTIFIER Signature

# Type Parameter Pass Value Optional Typing Method Associated Type Default value Description Created on
1 Importing I_IDENTIFIER Value transfer Type reference (TYPE) STRING 20130215
2 Returning R_S_MSG Value transfer Type reference (TYPE) RS_S_MSG 20130215

Method RESOLVE_MSG_IDENTIFIER on class CL_RSO_RES_IS_LOGS has no exception.
History
Last changed by/on SAP  20140121 
SAP Release Created in 740