SAP ABAP Class CL_RSO_GUI_APPL_LOG (BW Repository: Application Log Output)
Hierarchy
SAP_BW (Software Component) SAP Business Warehouse
   BW-WHM-MTD (Application Component) Metadata (Repository)
     RSO (Package) BW Repository: Infastructure and Core GUI Components
Meta Relationship - Using
# Relationship type Using Short Description Created on
1 Inheritance (c INHERITING FROM c_ref)  CL_RSO_GUI_COMPONENT_TOOLBAR GUI Component with Toolbar 19990629
Properties
Class CL_RSO_GUI_APPL_LOG  
Short Description BW Repository: Application Log Output    
Super Class CL_RSO_GUI_COMPONENT_TOOLBAR GUI Component with Toolbar 
Instantiability of a Class 2  Public 
Final    
General Data
Message Class    
Program status     
Category 0   
Package RSO   BW Repository: Infastructure and Core GUI Components 
Created 19990629   SAP 
Last change 20130531   SAP 
Shared Memory-enabled    
Fixed point arithmetic    
Unicode checks active    
Forward declarations
# Type group / Object type Type Type Description
1 CL_RSO_APPLICATION_LOG Forward declaration class (CLASS c DEFINITION DEFERRED)  Forward declaration class (CLASS c DEFINITION DEFERRED)
2 ICON Type group use (TYPE-POOLS tp)  Type group use (TYPE-POOLS tp)
3 RS Type group use (TYPE-POOLS tp)  Type group use (TYPE-POOLS tp)
Interfaces
Class CL_RSO_GUI_APPL_LOG has no interface implemented.
Friends
Class CL_RSO_GUI_APPL_LOG has no friend class.
Attributes
# Attribute Level Visibility Read only Typing Associated Type Initial Value Description Created on
1 P_BAL_CNTL_HANDLE Instance attribute Private Type reference (TYPE) BALCNTHNDL Application Log: Control Display Handle 20000327
2 P_NUM_OF_MESSAGES Instance attribute Private Type reference (TYPE) BAL_S_SCNT-MSG_CNT_AL Number of Available Notifications 19990629
3 P_NUM_OF_MESSAGES_LAST Instance attribute Private Type reference (TYPE) BAL_S_SCNT-MSG_CNT_AL Last Number of Available Notifications 19990630
4 P_R_ALV_GRID Instance attribute Private Object reference (TYPE REF TO) CL_GUI_ALV_GRID Notification Output in ALV 19990629
5 P_R_APPL_LOG Static Attribute Private Object reference (TYPE REF TO) CL_RSO_GUI_APPL_LOG BW Repository: Application Log Output 20000328
6 P_T_BAL_MSG Instance attribute Private Type reference (TYPE) RS_T_MSG_SHOW Error messages 19990630
7 P_USE_BAL_CONTROL Instance attribute Private Type reference (TYPE) RS_BOOL Use Application Log Control 20000324
8 P_USE_MINIMAL_TOOLBAR Static Attribute Private Type reference (TYPE) RS_BOOL Use Minimal Toolbar 20010626
Methods
# Method Level Visibility Method type Description Created on
1 APPLICATION_LOG_FREE Instance method Private Method Releasing Resources 19990629
2 APPLICATION_LOG_PREPARE Instance method Private Method Preparation for Application Log 19990629
3 BAL_CALLBACK_TOOLB Static method Public Method Callback Method for BAL Control - Toolbar 20010626
4 BAL_CALLBACK_UCOMM Static method Public Method Callback Method for BAL Control - User Commands 20000328
5 CONSTRUCTOR Instance method Public Constructor CONSTRUCTOR 19990629
6 INITIALIZE Instance method Private Method Initialization 20000101
7 ON_HOTSPOT_CLICK Instance method Private Event handling method Printed on Hotspot 19990727
8 ON_TOOLBAR Instance method Public Event handling method Extend ALV Toolbar 19990921
9 ON_USER_COMMAND Instance method Public Event handling method Extend ALV Toolbar Command 19990921
10 REFRESH Instance method Public Method Deletes Messages in Memory 19990726
Events
# Event Type Visibility Description Created on
1 CLOSE Instance Event
(0)
Public
(2)
Window closed 20000222
2 MESSAGE_NUM_CHANGED Instance Event
(0)
Public
(2)
Number of Messages has Changed 20000222
Types
Class CL_RSO_GUI_APPL_LOG has no local type.
Method Signatures

Method APPLICATION_LOG_FREE Signature

Method APPLICATION_LOG_FREE on class CL_RSO_GUI_APPL_LOG has no parameter.
Method APPLICATION_LOG_FREE on class CL_RSO_GUI_APPL_LOG has no exception.

Method APPLICATION_LOG_PREPARE Signature

Method APPLICATION_LOG_PREPARE on class CL_RSO_GUI_APPL_LOG has no parameter.
Method APPLICATION_LOG_PREPARE on class CL_RSO_GUI_APPL_LOG has no exception.

Method BAL_CALLBACK_TOOLB Signature

# Type Parameter Pass Value Optional Typing Method Associated Type Default value Description Created on
1 Changing C_S_TOOLBAR_INFO Call by reference Type reference (TYPE) BAL_S_TBI Anwendungs-Log: Informationen zum Toolbar-Event 20010626

Method BAL_CALLBACK_TOOLB on class CL_RSO_GUI_APPL_LOG has no exception.

Method BAL_CALLBACK_UCOMM Signature

# Type Parameter Pass Value Optional Typing Method Associated Type Default value Description Created on
1 Changing C_S_USER_COMMAND_DATA Call by reference Type reference (TYPE) BAL_S_CBUC Anwendungs-Log: Daten für Callback 'USER_COMMAND' 20000328

Method BAL_CALLBACK_UCOMM on class CL_RSO_GUI_APPL_LOG has no exception.

Method CONSTRUCTOR Signature

# Type Parameter Pass Value Optional Typing Method Associated Type Default value Description Created on
1 Importing I_R_CONTAINER_PARENT Call by reference Object reference (TYPE REF TO) CL_GUI_CONTAINER Container, in dem Tree angezeigt werden soll 19990629
2 Importing I_R_PROPERTIES Call by reference Object reference (TYPE REF TO) CL_RSO_PROPERTIES Anwenderspezifische Einstellungen 19990629
3 Importing I_USE_BAL_CONTROL Call by reference Type reference (TYPE) RS_BOOL RS_C_FALSE Application Log Control verwenden 20000324
4 Importing I_USE_MINIMAL_TOOLBAR Call by reference Type reference (TYPE) RS_BOOL RS_C_TRUE Nur notwendige Drucktasten in Toolbar 20010626

Method CONSTRUCTOR on class CL_RSO_GUI_APPL_LOG has no exception.

Method INITIALIZE Signature

Method INITIALIZE on class CL_RSO_GUI_APPL_LOG has no parameter.
Method INITIALIZE on class CL_RSO_GUI_APPL_LOG has no exception.

Method ON_HOTSPOT_CLICK Signature

# Type Parameter Pass Value Optional Typing Method Associated Type Default value Description Created on
1 Importing E_COLUMN_ID Value transfer Attribute reference (LIKE) 19990727
2 Importing E_ROW_ID Value transfer Attribute reference (LIKE) 19990727

Method ON_HOTSPOT_CLICK on class CL_RSO_GUI_APPL_LOG has no exception.

Method ON_TOOLBAR Signature

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

Method ON_TOOLBAR on class CL_RSO_GUI_APPL_LOG has no exception.

Method ON_USER_COMMAND Signature

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

Method ON_USER_COMMAND on class CL_RSO_GUI_APPL_LOG has no exception.

Method REFRESH Signature

Method REFRESH on class CL_RSO_GUI_APPL_LOG has no parameter.
Method REFRESH on class CL_RSO_GUI_APPL_LOG has no exception.
Event Signatures

Event CLOSE Signature
Event CLOSE on class CL_RSO_GUI_APPL_LOG has no parameter.
Event MESSAGE_NUM_CHANGED Signature
# Parameter Type Pass Value Optional Typing Method Associated Type Default value Description Created on
1 I_NUM_MESSAGES Exporting Value transfer Type reference (TYPE) INT4 Natürliche Zahl 20000222
History
Last changed by/on SAP  20130531 
SAP Release Created in