SAP ABAP Class CL_S_AUT_BAL_LOG (Message Log - Handler)
Hierarchy
SAP_BASIS (Software Component) SAP Basis Component
   BC-SRV-ASF-AT (Application Component) Audit trail enhancements (ILM)
     S_AUT (Package) Enhancements Audit Trail (ILM)
Properties
Class CL_S_AUT_BAL_LOG  
Short Description Message Log - Handler    
Super Class    
Instantiability of a Class 1  Protected 
Final    
General Data
Message Class    
Program status     
Category 0   
Package S_AUT   Enhancements Audit Trail (ILM) 
Created 20100226   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_S_AUT_BAL_LOG has no interface implemented.
Friends
Class CL_S_AUT_BAL_LOG has no friend class.
Attributes
# Attribute Level Visibility Read only Typing Associated Type Initial Value Description Created on
1 MY_BAL_HANDLE Instance attribute Protected Type reference (TYPE) BALLOGHNDL Application Log: Log Handle 20100420
Methods
# Method Level Visibility Method type Description Created on
1 ADD_ENTRY Instance method Public Method Adds a log entry 20100420
2 ADD_EXCEPTION Instance method Public Method Adds Exception 20100420
3 CLOSE Instance method Public Method Closes and Persists Log 20100420
4 CREATE Static method Public Method Creates a Log Instance 20100420
5 DELETE_ALL_MSG Instance method Public Method Deletes All Messages of a Log Handle 20100420
6 HAS_STATISTIC Instance method Public Method Do Messages Exist 20100420
7 POST_SUB_SCREEN Instance method Public Method Cancel Output on Subscreen 20100420
8 PREPARE_SUB_SCREEN Instance method Public Method Prepare Output on Subscreen 20100420
9 SHOW Instance method Public Method Displays log 20100420
Events
Class CL_S_AUT_BAL_LOG has no event.
Types
Class CL_S_AUT_BAL_LOG has no local type.
Method Signatures

Method ADD_ENTRY Signature

# Type Parameter Pass Value Optional Typing Method Associated Type Default value Description Created on
1 Importing IM_MSGID Call by reference Type reference (TYPE) SYMSGID 'S_AUT' Nachrichtenklasse 20100420
2 Importing IM_MSGNO Call by reference Type reference (TYPE) SYMSGNO Nachrichtennummer 20100420
3 Importing IM_MSGTYPE Call by reference Type reference (TYPE) SYMSGTY 'W' Nachrichtentyp 20100420
4 Importing IM_MSGV1 Call by reference Type reference (TYPE) SYMSGV Nachrichtenvariable 20100420
5 Importing IM_MSGV2 Call by reference Type reference (TYPE) SYMSGV Nachrichtenvariable 20100420
6 Importing IM_MSGV3 Call by reference Type reference (TYPE) SYMSGV Nachrichtenvariable 20100420
7 Importing IM_MSGV4 Call by reference Type reference (TYPE) SYMSGV Nachrichtenvariable 20100420

Method ADD_ENTRY on class CL_S_AUT_BAL_LOG has no exception.

Method ADD_EXCEPTION Signature

# Type Parameter Pass Value Optional Typing Method Associated Type Default value Description Created on
1 Importing IM_EXCEPTION Call by reference Object reference (TYPE REF TO) CX_ROOT Abstrakte Oberklasse aller globalen Exceptions 20100420
2 Importing IM_MSGTYPE Call by reference Type reference (TYPE) SYMSGTY Nachrichtentyp 20100420
3 Importing IM_PROBCLASS Call by reference Type reference (TYPE) BALPROBCL '4' Anwendungs-Log: Problemklasse einer Meldung 20100420

Method ADD_EXCEPTION on class CL_S_AUT_BAL_LOG has no exception.

Method CLOSE Signature

# Type Parameter Pass Value Optional Typing Method Associated Type Default value Description Created on
1 Importing IM_HANDLES Call by reference Type reference (TYPE) BAL_T_LOGH Anwendungs-Log: Tabelle mit Protokoll-Handles 20100420
2 Importing IM_SAVE Call by reference Type reference (TYPE) BOOLE Boolesche Variable 20100420

Method CLOSE on class CL_S_AUT_BAL_LOG has no exception.

Method CREATE Signature

# Type Parameter Pass Value Optional Typing Method Associated Type Default value Description Created on
1 Importing IM_OBJECT Call by reference Type reference (TYPE) BALOBJ_D Anwendungs-Log: Objektname (Applikationskürzel) 20100420
2 Importing IM_SUBOBJECT Call by reference Type reference (TYPE) BALSUBOBJ Anwendungs-Log: Unterobjekt 20100420
3 Returning RE_LOG_MANAGER Value transfer Object reference (TYPE REF TO) CL_S_AUT_BAL_LOG Meldungsprotokoll-Behandler 20100420

Method CREATE on class CL_S_AUT_BAL_LOG has no exception.

Method DELETE_ALL_MSG Signature

Method DELETE_ALL_MSG on class CL_S_AUT_BAL_LOG has no parameter.
Method DELETE_ALL_MSG on class CL_S_AUT_BAL_LOG has no exception.

Method HAS_STATISTIC Signature

# Type Parameter Pass Value Optional Typing Method Associated Type Default value Description Created on
1 Returning RE_VALUE Value transfer Type reference (TYPE) ABAP_BOOL 'X' -> es existieren Meldungen 20100420

Method HAS_STATISTIC on class CL_S_AUT_BAL_LOG has no exception.

Method POST_SUB_SCREEN Signature

Method POST_SUB_SCREEN on class CL_S_AUT_BAL_LOG has no parameter.
Method POST_SUB_SCREEN on class CL_S_AUT_BAL_LOG has no exception.

Method PREPARE_SUB_SCREEN Signature

# Type Parameter Pass Value Optional Typing Method Associated Type Default value Description Created on
1 Importing IM_TITLE Call by reference Type reference (TYPE) BALTITLE Anwendungs-Log: Titel des Dynpros 20100420

Method PREPARE_SUB_SCREEN on class CL_S_AUT_BAL_LOG has no exception.

Method SHOW Signature

# Type Parameter Pass Value Optional Typing Method Associated Type Default value Description Created on
1 Importing IM_END_COL Call by reference Type reference (TYPE) BALCOORD 0 Anwendungs-Log: Koordinaten des Popups 20100420
2 Importing IM_END_ROW Call by reference Type reference (TYPE) BALCOORD 0 Anwendungs-Log: Koordinaten des Popups 20100420
3 Importing IM_START_COL Call by reference Type reference (TYPE) BALCOORD 0 Anwendungs-Log: Koordinaten des Popups 20100420
4 Importing IM_START_ROW Call by reference Type reference (TYPE) BALCOORD 0 Anwendungs-Log: Koordinaten des Popups 20100420
5 Importing IM_TITLE Call by reference Type reference (TYPE) BALTITLE Anwendungs-Log: Titel des Dynpros 20100420

Method SHOW on class CL_S_AUT_BAL_LOG has no exception.
History
Last changed by/on SAP  20110908 
SAP Release Created in