SAP ABAP Class CL_RBB_APPLICATION_LOG_ASSIST (Assistance Class for RBB_APPLICATION_LOG)
Hierarchy
SAP_BS_FND (Software Component) SAP Business Suite Foundation
   CA-EPT-CCF (Application Component) Configuration Check Framework
     FIT_CONF_APPS (Package) Configuration Application
Meta Relationship - Using
# Relationship type Using Short Description Created on
1 Inheritance (c INHERITING FROM c_ref)  CL_WD_COMPONENT_ASSISTANCE Basis for a Web Dynpro assistance class 20100719
Properties
Class CL_RBB_APPLICATION_LOG_ASSIST  
Short Description Assistance Class for RBB_APPLICATION_LOG    
Super Class CL_WD_COMPONENT_ASSISTANCE Basis for a Web Dynpro assistance class 
Instantiability of a Class 2  Public 
Final    
General Data
Message Class    
Program status     
Category 0   
Package FIT_CONF_APPS   Configuration Application 
Created 20100719   SAP 
Last change 20110908   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)
Interfaces
Class CL_RBB_APPLICATION_LOG_ASSIST has no interface implemented.
Friends
Class CL_RBB_APPLICATION_LOG_ASSIST has no friend class.
Attributes
# Attribute Level Visibility Read only Typing Associated Type Initial Value Description Created on
1 GS_CUSTOM_FILTER_SELECTED Instance attribute Private Type reference (TYPE) RBB_S_CUSTOMFILTER Application Log: Custom Filter values 20100916
2 GS_LOG_MESSAGE_SELECTED Instance attribute Public Type reference (TYPE) RBB_S_BALMSG Structure to hold all messages 20100916
3 GT_MSG_DATA Instance attribute Public Type reference (TYPE) RBB_T_BALMSG Application Log: messages 20101103
4 GV_CUSTOM_FILTER_VAL Instance attribute Private Type reference (TYPE) STRING 20100916
5 GV_RESET_FILTER Instance attribute Private Type reference (TYPE) BOOLE_D Data element for domain BOOLE: TRUE (='X') and FALSE (=' ') 20100927
6 GV_SIMPLE_LOG Instance attribute Public Type reference (TYPE) WDY_BOOLEAN Supplement for True Boolean Type: 'X' == True '' == False 20100915
Methods
# Method Level Visibility Method type Description Created on
1 ADD_FIELD_VALUE Instance method Public Method 20101109
2 DISPLAY_USER_PROFILE_POPUP Instance method Public Method 20100923
3 EXPORTTOEXCEL Instance method Public Method On Action export to excel 20100830
4 GET_CUSTOM_FILTER_TYPE Instance method Public Method 20100916
5 GET_CUSTOM_FILTER_VAL Instance method Public Method 20100916
6 GET_FILTER_VAL_TYPE Instance method Public Method returns the filter value to be used for filtering 20100915
7 GET_LOG_HEADERS Instance method Public Method Get log headers for corresponding input 20100727
8 GET_MESSAGES Instance method Public Method get log messages for a handle 20100727
9 GET_MESSAGES_FOR_DISPLAY Instance method Public Method 20101103
10 GET_MESSAGE_DETAILS Instance method Public Method returns all details of a message 20100916
11 GET_MSG_CONTEXT Instance method Public Method get message additional details 20100831
12 GET_MSG_DOCUTXT Instance method Public Method get message additional details 20100831
13 GET_MSG_LONGTXT Instance method Public Method get message additional details 20100831
14 GET_SELECTED_MESSAGE Instance method Public Method 20100916
15 GET_TYPE_FILTER_SUGG Instance method Public Method returns possible filter suggestions for msg type 20100915
16 GET_USER_PROFILE_POPUPID Instance method Public Method 20100923
17 GET_VISIBLE_COLS_HDR Instance method Public Method 20100924
18 GET_VISIBLE_COLS_MSG Instance method Public Method 20100924
19 GET_VISIBLE_COLS_MSG_HRCY Instance method Public Method 20100927
20 IS_RESET_FILTER Instance method Public Method 20100927
21 IS_SIMPLE_LOG Instance method Public Method returns if simple log or not 20100915
22 SET_CUSTOM_FILTER_TYPE Instance method Public Method 20100916
23 SET_CUSTOM_FILTER_VAL Instance method Public Method 20100916
24 SET_FILTER_RESET Instance method Public Method 20100927
25 SET_LOG_FOR_RESET Instance method Public Method 20100929
26 UPDATE_NODE_ICONS Static method Public Method 20101102
Events
Class CL_RBB_APPLICATION_LOG_ASSIST has no event.
Types
Class CL_RBB_APPLICATION_LOG_ASSIST has no local type.
Method Signatures

Method ADD_FIELD_VALUE Signature

# Type Parameter Pass Value Optional Typing Method Associated Type Default value Description Created on
1 Importing IR_ROOT_CONTAINER Call by reference Object reference (TYPE REF TO) CL_WD_TRANSPARENT_CONTAINER Perforce change= / 20051117-120623 20101109
2 Importing IV_FIELDLABEL Call by reference Type reference (TYPE) STRING 20101110
3 Importing IV_FIELDLABEL_ID Call by reference Type reference (TYPE) STRING 20101110
4 Importing IV_FIELDVALUE Call by reference Type reference (TYPE) STRING 20101109
5 Importing IV_FIELDVALUE_ID Call by reference Type reference (TYPE) STRING 20101110

Method ADD_FIELD_VALUE on class CL_RBB_APPLICATION_LOG_ASSIST has no exception.

Method DISPLAY_USER_PROFILE_POPUP Signature

# Type Parameter Pass Value Optional Typing Method Associated Type Default value Description Created on
1 Exporting EV_ERRORMSG Call by reference Type reference (TYPE) STRING 20100923
2 Importing IV_USERNAME Call by reference Type reference (TYPE) STRING User Name 20100923

Method DISPLAY_USER_PROFILE_POPUP on class CL_RBB_APPLICATION_LOG_ASSIST has no exception.

Method EXPORTTOEXCEL Signature

# Type Parameter Pass Value Optional Typing Method Associated Type Default value Description Created on
1 Importing IT_DATA_TABLE Call by reference Type reference (TYPE) STANDARD TABLE 20100830
2 Importing IT_VISIBLE_COLS Call by reference Type reference (TYPE) RBB_T_LOGCOLS log column table type. 20100927

Method EXPORTTOEXCEL on class CL_RBB_APPLICATION_LOG_ASSIST has no exception.

Method GET_CUSTOM_FILTER_TYPE Signature

# Type Parameter Pass Value Optional Typing Method Associated Type Default value Description Created on
1 Returning RS_CUSTOM_FILTER_TYPE Value transfer Type reference (TYPE) RBB_S_CUSTOMFILTER Application Log: Custom Filter values 20100916

Method GET_CUSTOM_FILTER_TYPE on class CL_RBB_APPLICATION_LOG_ASSIST has no exception.

Method GET_CUSTOM_FILTER_VAL Signature

# Type Parameter Pass Value Optional Typing Method Associated Type Default value Description Created on
1 Returning EV_CUSTOM_FILTER_VAL Value transfer Type reference (TYPE) STRING 20100916

Method GET_CUSTOM_FILTER_VAL on class CL_RBB_APPLICATION_LOG_ASSIST has no exception.

Method GET_FILTER_VAL_TYPE Signature

# Type Parameter Pass Value Optional Typing Method Associated Type Default value Description Created on
1 Exporting EV_MSG_TYPE_FILTER Call by reference Type reference (TYPE) RBB_FILTER Filter 20100915
2 Importing IV_ERROR Call by reference Type reference (TYPE) WDY_BOOLEAN ABAP_FALSE Supplement for True Boolean Type: 'X' == True '' == False 20100915
3 Importing IV_INFORMATION Call by reference Type reference (TYPE) WDY_BOOLEAN ABAP_FALSE Supplement for True Boolean Type: 'X' == True '' == False 20100915
4 Importing IV_IS_ADJUST Call by reference Type reference (TYPE) WDY_BOOLEAN ABAP_FALSE Supplement for True Boolean Type: 'X' == True '' == False 20100915
5 Importing IV_MSG_TYPE Call by reference Type reference (TYPE) RBB_FILTER Filter 20100915
6 Importing IV_WARNING Call by reference Type reference (TYPE) WDY_BOOLEAN ABAP_FALSE Supplement for True Boolean Type: 'X' == True '' == False 20100915

Method GET_FILTER_VAL_TYPE on class CL_RBB_APPLICATION_LOG_ASSIST has no exception.

Method GET_LOG_HEADERS Signature

# Type Parameter Pass Value Optional Typing Method Associated Type Default value Description Created on
1 Exporting ET_LOG_HEADER Call by reference Type reference (TYPE) RBB_T_BALHDR Log Header Table 20100727

Method GET_LOG_HEADERS on class CL_RBB_APPLICATION_LOG_ASSIST has no exception.

Method GET_MESSAGES Signature

# Type Parameter Pass Value Optional Typing Method Associated Type Default value Description Created on
1 Exporting ET_MSG_DATA Call by reference Type reference (TYPE) RBB_T_BALMSG All msg data 20100727
2 Exporting EV_DISPLAY_HIERARCHY Call by reference Type reference (TYPE) BOOLE_D Data element for domain BOOLE: TRUE (='X') and FALSE (=' ') 20100920
3 Importing IT_LOG_HANDLE Call by reference Type reference (TYPE) BAL_T_LOGH Application Log: Log Handle Table 20100727

Method GET_MESSAGES on class CL_RBB_APPLICATION_LOG_ASSIST has no exception.

Method GET_MESSAGES_FOR_DISPLAY Signature

# Type Parameter Pass Value Optional Typing Method Associated Type Default value Description Created on
1 Exporting ET_MSG_DATA Call by reference Type reference (TYPE) RBB_T_BALMSG Application Log: messages 20101103
2 Importing IV_IGNORE_FALSE_NODES Call by reference Type reference (TYPE) WDY_BOOLEAN Supplement for True Boolean Type: 'X' == True '' == False 20101103

Method GET_MESSAGES_FOR_DISPLAY on class CL_RBB_APPLICATION_LOG_ASSIST has no exception.

Method GET_MESSAGE_DETAILS Signature

# Type Parameter Pass Value Optional Typing Method Associated Type Default value Description Created on
1 Exporting EV_DOCUTXT Call by reference Type reference (TYPE) STRING 20100916
2 Exporting EV_ISCONTEXTAVAIL Call by reference Type reference (TYPE) BOOLEAN Boolean Variable (X=True, -=False, Space=Unknown) 20100916
3 Exporting EV_LONGTXT Call by reference Type reference (TYPE) STRING 20100916
4 Importing IR_ROOT_CONTAINER Call by reference Object reference (TYPE REF TO) CL_WD_TRANSPARENT_CONTAINER Perforce change= / 20051117-120623 20100916
5 Importing IS_LOG_MESSAGE Call by reference Type reference (TYPE) RBB_S_BALMSG Structure to hold all messages 20100916

Method GET_MESSAGE_DETAILS on class CL_RBB_APPLICATION_LOG_ASSIST has no exception.

Method GET_MSG_CONTEXT Signature

# Type Parameter Pass Value Optional Typing Method Associated Type Default value Description Created on
1 Exporting EV_ISCONTEXTAVAIL Call by reference Type reference (TYPE) BOOLEAN Boolean Variable (X=True, -=False, Space=Unknown) 20100908
2 Importing IR_ROOT_CONTAINER Call by reference Object reference (TYPE REF TO) CL_WD_TRANSPARENT_CONTAINER Perforce change= / 20051117-120623 20100907
3 Importing IS_LOGMESSAGE Call by reference Type reference (TYPE) RBB_S_BALMSG Structure to hold all messages 20100831

Method GET_MSG_CONTEXT on class CL_RBB_APPLICATION_LOG_ASSIST has no exception.

Method GET_MSG_DOCUTXT Signature

# Type Parameter Pass Value Optional Typing Method Associated Type Default value Description Created on
1 Exporting EV_FORMATTEDTXT Call by reference Type reference (TYPE) STRING 20100831
2 Importing IS_LOGMESSAGE Call by reference Type reference (TYPE) RBB_S_BALMSG Structure to hold all messages 20100831

Method GET_MSG_DOCUTXT on class CL_RBB_APPLICATION_LOG_ASSIST has no exception.

Method GET_MSG_LONGTXT Signature

# Type Parameter Pass Value Optional Typing Method Associated Type Default value Description Created on
1 Exporting EV_FORMATTEDTXT Call by reference Type reference (TYPE) STRING 20100831
2 Importing IS_LOGMESSAGE Call by reference Type reference (TYPE) RBB_S_BALMSG Structure to hold all messages 20100831

Method GET_MSG_LONGTXT on class CL_RBB_APPLICATION_LOG_ASSIST has no exception.

Method GET_SELECTED_MESSAGE Signature

# Type Parameter Pass Value Optional Typing Method Associated Type Default value Description Created on
1 Exporting ES_MESSAGE Call by reference Type reference (TYPE) RBB_S_BALMSG Structure to hold all messages 20100916

Method GET_SELECTED_MESSAGE on class CL_RBB_APPLICATION_LOG_ASSIST has no exception.

Method GET_TYPE_FILTER_SUGG Signature

# Type Parameter Pass Value Optional Typing Method Associated Type Default value Description Created on
1 Exporting ET_FILTER_DATA Call by reference Type reference (TYPE) RBB_T_FILTER Application Log: Log messages of app log ui 20100915

Method GET_TYPE_FILTER_SUGG on class CL_RBB_APPLICATION_LOG_ASSIST has no exception.

Method GET_USER_PROFILE_POPUPID Signature

# Type Parameter Pass Value Optional Typing Method Associated Type Default value Description Created on
1 Returning RV_USER_PROFILE_POPUP Value transfer Type reference (TYPE) STRING 20100923

Method GET_USER_PROFILE_POPUPID on class CL_RBB_APPLICATION_LOG_ASSIST has no exception.

Method GET_VISIBLE_COLS_HDR Signature

# Type Parameter Pass Value Optional Typing Method Associated Type Default value Description Created on
1 Returning RT_LOG_HEADER_COLS Value transfer Type reference (TYPE) RBB_T_LOGCOLS log column table type. 20100924

Method GET_VISIBLE_COLS_HDR on class CL_RBB_APPLICATION_LOG_ASSIST has no exception.

Method GET_VISIBLE_COLS_MSG Signature

# Type Parameter Pass Value Optional Typing Method Associated Type Default value Description Created on
1 Returning RT_LOG_HEADER_COLS Value transfer Type reference (TYPE) RBB_T_LOGCOLS log column table type. 20100924

Method GET_VISIBLE_COLS_MSG on class CL_RBB_APPLICATION_LOG_ASSIST has no exception.

Method GET_VISIBLE_COLS_MSG_HRCY Signature

# Type Parameter Pass Value Optional Typing Method Associated Type Default value Description Created on
1 Returning RT_LOG_HEADER_COLS Value transfer Type reference (TYPE) RBB_T_LOGCOLS log column table type. 20100927

Method GET_VISIBLE_COLS_MSG_HRCY on class CL_RBB_APPLICATION_LOG_ASSIST has no exception.

Method IS_RESET_FILTER Signature

# Type Parameter Pass Value Optional Typing Method Associated Type Default value Description Created on
1 Returning RV_RESET_FILTER Value transfer Type reference (TYPE) BOOLE_D Data element for domain BOOLE: TRUE (='X') and FALSE (=' ') 20100927

Method IS_RESET_FILTER on class CL_RBB_APPLICATION_LOG_ASSIST has no exception.

Method IS_SIMPLE_LOG Signature

# Type Parameter Pass Value Optional Typing Method Associated Type Default value Description Created on
1 Returning RV_IS_SIMPLE_LOG Value transfer Type reference (TYPE) WDY_BOOLEAN Supplement for True Boolean Type: 'X' == True '' == False 20100915

Method IS_SIMPLE_LOG on class CL_RBB_APPLICATION_LOG_ASSIST has no exception.

Method SET_CUSTOM_FILTER_TYPE Signature

# Type Parameter Pass Value Optional Typing Method Associated Type Default value Description Created on
1 Importing IV_ERROR Call by reference Type reference (TYPE) WDY_BOOLEAN Supplement for True Boolean Type: 'X' == True '' == False 20100916
2 Importing IV_INFORMATION Call by reference Type reference (TYPE) WDY_BOOLEAN Supplement for True Boolean Type: 'X' == True '' == False 20100916
3 Importing IV_WARNING Call by reference Type reference (TYPE) WDY_BOOLEAN Supplement for True Boolean Type: 'X' == True '' == False 20100916

Method SET_CUSTOM_FILTER_TYPE on class CL_RBB_APPLICATION_LOG_ASSIST has no exception.

Method SET_CUSTOM_FILTER_VAL Signature

# Type Parameter Pass Value Optional Typing Method Associated Type Default value Description Created on
1 Importing IV_CUSTOM_FILTER_VAL Call by reference Type reference (TYPE) STRING 20100916

Method SET_CUSTOM_FILTER_VAL on class CL_RBB_APPLICATION_LOG_ASSIST has no exception.

Method SET_FILTER_RESET Signature

# Type Parameter Pass Value Optional Typing Method Associated Type Default value Description Created on
1 Importing IV_RESET_FILTER Call by reference Type reference (TYPE) BOOLE_D Data element for domain BOOLE: TRUE (='X') and FALSE (=' ') 20100927

Method SET_FILTER_RESET on class CL_RBB_APPLICATION_LOG_ASSIST has no exception.

Method SET_LOG_FOR_RESET Signature

# Type Parameter Pass Value Optional Typing Method Associated Type Default value Description Created on
1 Importing IR_COMP_CONT Call by reference Object reference (TYPE REF TO) IWCI_RBB_APPLICATION_LOG WebDynpro Interface COMPONENTCONTROLLER 20100929

Method SET_LOG_FOR_RESET on class CL_RBB_APPLICATION_LOG_ASSIST has no exception.

Method UPDATE_NODE_ICONS Signature

# Type Parameter Pass Value Optional Typing Method Associated Type Default value Description Created on
1 Changing CT_MSG_DATA Call by reference Type reference (TYPE) RBB_T_BALMSG All msg data 20101102
2 Importing IV_NODE_KEY Call by reference Type reference (TYPE) CHAR30 30 Characters 20101102

Method UPDATE_NODE_ICONS on class CL_RBB_APPLICATION_LOG_ASSIST has no exception.
History
Last changed by/on SAP  20110908 
SAP Release Created in 703