SAP ABAP Class CL_TDMS_DL_ULV (BTP Unified Log Viewer)
Hierarchy
DMIS_CNT (Software Component) DMIS_CNT 2011_1
   CA-EUR (Application Component) European Monetary Union: Euro
     CNV_TDMS_WD_UI (Package) TDMS Activity UI's
Properties
Class CL_TDMS_DL_ULV  
Short Description BTP Unified Log Viewer    
Super Class    
Instantiability of a Class 2  Public 
Final    
General Data
Message Class    
Program status     
Category 0   
Package CNV_TDMS_WD_UI   TDMS Activity UI's 
Created 20101202   SAP 
Last change 20141107    
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)
Interfaces
Class CL_TDMS_DL_ULV has no interface implemented.
Friends
Class CL_TDMS_DL_ULV has no friend class.
Attributes
# Attribute Level Visibility Read only Typing Associated Type Initial Value Description Created on
1 NC_MSG_DETAIL_A Constant Public Type reference (TYPE) INT4 1 Message Detail 'Stop' 20101202
2 NC_MSG_DETAIL_E Constant Public Type reference (TYPE) INT4 2 Message Detail 'Action required' or 'Errors' 20101202
3 NC_MSG_DETAIL_I Constant Public Type reference (TYPE) INT4 6 Message Detail 'Information' 20101202
4 NC_MSG_DETAIL_W Constant Public Type reference (TYPE) INT4 5 Message Detail 'Warning' 20101202
5 NC_MSG_DETAIL_W2 Constant Public Type reference (TYPE) INT4 3 Message Detail 'Check' 20101202
6 NC_MSG_DETAIL_W3 Constant Public Type reference (TYPE) INT4 4 Message Detail 'Read only' 20101202
7 PS_BALHDR Instance attribute Private Type reference (TYPE) BALHDR Application log: log header 20101202
8 PT_HEAD Instance attribute Private Type reference (TYPE) BTP_DL_T_ULV_HEAD BTP ULV List of head elements 20101202
9 PT_MSG_FILTER Instance attribute Private Type reference (TYPE) BTP_DL_T_ULV_MSG Filtered messages for output 20101202
10 PT_MSG_FULL Instance attribute Private Type reference (TYPE) BTP_DL_T_ULV_MSG All loaded messages 20101202
11 PV_COUNT_A Instance attribute Private Type reference (TYPE) INT4 Number of msg type 'A' 20101202
12 PV_COUNT_E Instance attribute Private Type reference (TYPE) INT4 Number of msg type 'A' 20101202
13 PV_COUNT_I Instance attribute Private Type reference (TYPE) INT4 Number of msg type 'I' 20101202
14 PV_COUNT_W2 Instance attribute Private Type reference (TYPE) INT4 Number of msg type 'W' probclass 2 20101202
15 PV_COUNT_W3 Instance attribute Private Type reference (TYPE) INT4 Number of msg type 'W' probclass 3 20101202
16 PV_LOGNUMBER Instance attribute Private Type reference (TYPE) BALOGNR Application log: log number 20101202
17 PV_MSG_DETAIL Instance attribute Public Type reference (TYPE) INT4 6 Currently set message detail 20101202
18 PV_SLO_MODE Instance attribute Private Type reference (TYPE) ABAP_BOOL SLO Mode or not 20101202
Methods
# Method Level Visibility Method type Description Created on
1 ADJUST_MESSAGES Instance method Private Method Adjust full messages due to SLO conventions 20101202
2 CONSTRUCTOR Instance method Public Constructor CONSTRUCTOR 20101202
3 CREATE_TESTLIST Instance method Private Method Create test messages 20101202
4 FILTER_MESSAGES Instance method Private Method Reduce loaded messages by currently set filter options 20101202
5 GET_COUNT_A Instance method Public Method Get number of messages with type 'A' 20101202
6 GET_COUNT_E Instance method Public Method Get number of messages with type 'E' 20101202
7 GET_COUNT_I Instance method Public Method Get number of messages with type 'I' 20101202
8 GET_COUNT_W Instance method Public Method Get number of messages with type 'W' 20101202
9 GET_COUNT_W2 Instance method Public Method Get number of messages with type 'W' and problem class 2 20101202
10 GET_COUNT_W3 Instance method Public Method Get number of messages with type 'W' and problem class 3 20101202
11 GET_HEAD Instance method Public Method Get head/value pairs for UI 20101202
12 GET_MESSAGES Instance method Public Method Get all the messages of the currently selected header index 20101202
13 GET_MSGTY_ICON Static method Public Method Get icon to display a message type 20101202
14 GET_MSG_CONTEXT Instance method Public Method Get context of a single message 20101202
15 GET_MSG_DETAIL Instance method Public Method Get currently set message detail 20101202
16 GET_SLO_MODE Instance method Public Method ULV in SLO mode or not 20101202
17 GROUP_MESSAGES Instance method Private Method Group messages for SLO mode 20101202
18 LOAD_MESSAGES Instance method Private Method Load messages from DB for selected header index 20101202
19 SET_MESSAGES Instance method Public Method Set a new message list to the ULV 20101202
20 SET_MSG_DETAIL Instance method Public Method Set a new message detail 20101202
Events
Class CL_TDMS_DL_ULV has no event.
Types
Class CL_TDMS_DL_ULV has no local type.
Method Signatures

Method ADJUST_MESSAGES Signature

Method ADJUST_MESSAGES on class CL_TDMS_DL_ULV has no parameter.
Method ADJUST_MESSAGES on class CL_TDMS_DL_ULV has no exception.

Method CONSTRUCTOR Signature

# Type Parameter Pass Value Optional Typing Method Associated Type Default value Description Created on
1 Importing IT_HEAD Call by reference Type reference (TYPE) BTP_DL_T_ULV_HEAD BTP ULV List of head elements 20101202
2 Importing IT_MSG Call by reference Type reference (TYPE) BTP_DL_T_BAL_S_MSG BTP List of BAL_S_MSG messages 20101202
3 Importing IV_LOGNUMBER Call by reference Type reference (TYPE) BALOGNR Application log: log number 20101202
4 Importing IV_SLO_MODE Call by reference Type reference (TYPE) ABAP_BOOL ABAP_TRUE Start ULV in SLO mode or not 20101202
# Exception Resumable Description Created on
1 CX_BTP_DL_ULV BTP Exections on Unified Log Viewer 20101202

Method CREATE_TESTLIST Signature

Method CREATE_TESTLIST on class CL_TDMS_DL_ULV has no parameter.
Method CREATE_TESTLIST on class CL_TDMS_DL_ULV has no exception.

Method FILTER_MESSAGES Signature

Method FILTER_MESSAGES on class CL_TDMS_DL_ULV has no parameter.
Method FILTER_MESSAGES on class CL_TDMS_DL_ULV has no exception.

Method GET_COUNT_A Signature

# Type Parameter Pass Value Optional Typing Method Associated Type Default value Description Created on
1 Returning RV_COUNT Value transfer Type reference (TYPE) INT4 Number of messages 20101202

Method GET_COUNT_A on class CL_TDMS_DL_ULV has no exception.

Method GET_COUNT_E Signature

# Type Parameter Pass Value Optional Typing Method Associated Type Default value Description Created on
1 Returning RV_COUNT Value transfer Type reference (TYPE) INT4 Number of messages 20101202

Method GET_COUNT_E on class CL_TDMS_DL_ULV has no exception.

Method GET_COUNT_I Signature

# Type Parameter Pass Value Optional Typing Method Associated Type Default value Description Created on
1 Returning RV_COUNT Value transfer Type reference (TYPE) INT4 Number of messages 20101202

Method GET_COUNT_I on class CL_TDMS_DL_ULV has no exception.

Method GET_COUNT_W Signature

# Type Parameter Pass Value Optional Typing Method Associated Type Default value Description Created on
1 Returning RV_COUNT Value transfer Type reference (TYPE) INT4 Number of messages 20101202

Method GET_COUNT_W on class CL_TDMS_DL_ULV has no exception.

Method GET_COUNT_W2 Signature

# Type Parameter Pass Value Optional Typing Method Associated Type Default value Description Created on
1 Returning RV_COUNT Value transfer Type reference (TYPE) INT4 Number of messages 20101202

Method GET_COUNT_W2 on class CL_TDMS_DL_ULV has no exception.

Method GET_COUNT_W3 Signature

# Type Parameter Pass Value Optional Typing Method Associated Type Default value Description Created on
1 Returning RV_COUNT Value transfer Type reference (TYPE) INT4 Number of messages 20101202

Method GET_COUNT_W3 on class CL_TDMS_DL_ULV has no exception.

Method GET_HEAD Signature

# Type Parameter Pass Value Optional Typing Method Associated Type Default value Description Created on
1 Returning RT_HEAD Value transfer Type reference (TYPE) BTP_DL_T_ULV_HEAD BTP ULV List of head elements 20101202

Method GET_HEAD on class CL_TDMS_DL_ULV has no exception.

Method GET_MESSAGES Signature

# Type Parameter Pass Value Optional Typing Method Associated Type Default value Description Created on
1 Returning RT_MSG Value transfer Type reference (TYPE) BTP_DL_T_ULV_MSG List of messages 20101202

Method GET_MESSAGES on class CL_TDMS_DL_ULV has no exception.

Method GET_MSGTY_ICON Signature

# Type Parameter Pass Value Optional Typing Method Associated Type Default value Description Created on
1 Importing IV_MSGTY Call by reference Type reference (TYPE) SYMSGTY Message Type 20101202
2 Returning RV_ICONNAME Value transfer Type reference (TYPE) ICONNAME Name of an Icon 20101202

Method GET_MSGTY_ICON on class CL_TDMS_DL_ULV has no exception.

Method GET_MSG_CONTEXT Signature

# Type Parameter Pass Value Optional Typing Method Associated Type Default value Description Created on
1 Importing IV_SEQNUM Call by reference Type reference (TYPE) BTP_DL_BAL_SEQNUM BTP Sequence Number of BAL messages 20101202
2 Returning RT_CONTEXT Value transfer Type reference (TYPE) BTP_DL_T_ULV_CTX BTP ULV List of message context fields 20101202
# Exception Resumable Description Created on
1 CX_BTP_DL_ULV BTP Exections on Unified Log Viewer 20101202

Method GET_MSG_DETAIL Signature

# Type Parameter Pass Value Optional Typing Method Associated Type Default value Description Created on
1 Returning RV_DETAIL Value transfer Type reference (TYPE) INT4 Message detail 20101202

Method GET_MSG_DETAIL on class CL_TDMS_DL_ULV has no exception.

Method GET_SLO_MODE Signature

# Type Parameter Pass Value Optional Typing Method Associated Type Default value Description Created on
1 Returning RV_SLO_MODE Value transfer Type reference (TYPE) ABAP_BOOL ULV in SLO mode or not 20101202

Method GET_SLO_MODE on class CL_TDMS_DL_ULV has no exception.

Method GROUP_MESSAGES Signature

Method GROUP_MESSAGES on class CL_TDMS_DL_ULV has no parameter.
Method GROUP_MESSAGES on class CL_TDMS_DL_ULV has no exception.

Method LOAD_MESSAGES Signature

Method LOAD_MESSAGES on class CL_TDMS_DL_ULV has no parameter.
Method LOAD_MESSAGES on class CL_TDMS_DL_ULV has no exception.

Method SET_MESSAGES Signature

# Type Parameter Pass Value Optional Typing Method Associated Type Default value Description Created on
1 Importing IT_MSG Call by reference Type reference (TYPE) BTP_DL_T_BAL_S_MSG Message List 20101202

Method SET_MESSAGES on class CL_TDMS_DL_ULV has no exception.

Method SET_MSG_DETAIL Signature

# Type Parameter Pass Value Optional Typing Method Associated Type Default value Description Created on
1 Importing IV_DETAIL Call by reference Type reference (TYPE) INT4 New message detail to set 20101202

Method SET_MSG_DETAIL on class CL_TDMS_DL_ULV has no exception.
History
Last changed by/on SAP  20141107 
SAP Release Created in 2006_1_700