SAP ABAP Class CL_CACS_DET_UI_LOG (Determination UI: Application Log)
Hierarchy
EA-APPL (Software Component) SAP Enterprise Extension PLM, SCM, Financials
   ICM (Application Component) Incentive and Commission Management (ICM)
     CACSFN (Package) ICM: UI for Determination Methods
Properties
Class CL_CACS_DET_UI_LOG  
Short Description Determination UI: Application Log    
Super Class    
Instantiability of a Class 2  Public 
Final    
General Data
Message Class CACSDET    
Program status     
Category 0   
Package CACSFN   ICM: UI for Determination Methods 
Created 20051113   SAP 
Last change 20100310   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_CACS_DET_UI_LOG has no interface implemented.
Friends
Class CL_CACS_DET_UI_LOG has no friend class.
Attributes
# Attribute Level Visibility Read only Typing Associated Type Initial Value Description Created on
1 MD_CNT_A Instance attribute Public Type reference (TYPE) I 20051113
2 MD_CNT_E Instance attribute Public Type reference (TYPE) I 20051113
3 MD_CNT_I Instance attribute Public Type reference (TYPE) I 20051113
4 MD_CNT_S Instance attribute Public Type reference (TYPE) I 20051113
5 MD_CNT_W Instance attribute Public Type reference (TYPE) I 20051113
6 MD_CNT_X Instance attribute Public Type reference (TYPE) I 20051113
7 MD_CONTROL_HANDLE Instance attribute Public Type reference (TYPE) BALCNTHNDL Application Log: Control Display Handle 20051113
8 MD_LEVEL Instance attribute Public Type reference (TYPE) I 20051113
9 MD_LOG_HANDLE Instance attribute Public Type reference (TYPE) BALLOGHNDL Application Log: Log Handle 20051113
10 MD_LOG_NAME Instance attribute Public Type reference (TYPE) BALNREXT Application Log: Log Handle 20051113
11 MD_MSGFILTER Instance attribute Public Type reference (TYPE) CACSMSGFILTER 'XAEIWS' Message Filters 20051113
12 MD_OBJECT Instance attribute Public Type reference (TYPE) BALOBJ_D Application Log: Object Name (Application Code) 20051113
13 MD_SUBOBJECT Instance attribute Public Type reference (TYPE) BALSUBOBJ Application Log: Subobject 20051113
Methods
# Method Level Visibility Method type Description Created on
1 ACTIVATE_FOR_CACS Instance method Public Method Activate Messages for CACS 20051113
2 ADD_MESSAGE Instance method Public Method Add Message to Application Log 20051113
3 ADD_MESSAGE_SYST Instance method Public Method Adds System Message to Application Log 20051113
4 CONSTRUCTOR Instance method Public Constructor CONSTRUCTOR 20051113
5 DEC_LEVEL Instance method Public Method Decrement Level 20051113
6 DELETE_MESSAGES Instance method Public Method Deletes All Messages from Application Log 20051113
7 DISPLAY Instance method Public Method Outputs Application Log for Current Access 20051113
8 DISPLAY_IN_CONTAINER Instance method Public Method Displays Application Log in Container 20051113
9 DISPLAY_PROFILE_GET Instance method Public Method Get Display Profile 20051113
10 FREE Instance method Public Method Release 20051212
11 GET_HANDLE Instance method Public Method Return Handle of Application Log Being Accessed 20051113
12 GET_MESSAGES Instance method Public Method Read Messages of Required Type from Log 20051113
13 INC_LEVEL Instance method Public Method Increase level 20051113
14 LOG_HAS_ABENDS Instance method Public Method Checks If Log Contains Termination Message 20051113
15 LOG_HAS_ERRORS Instance method Public Method Checks If Log Contains Error Message 20051113
16 LOG_IN_ERROR Instance method Public Method Checks If Log Contains Error Message or Termination Message 20051113
Events
Class CL_CACS_DET_UI_LOG has no event.
Types
Class CL_CACS_DET_UI_LOG has no local type.
Method Signatures

Method ACTIVATE_FOR_CACS Signature

Method ACTIVATE_FOR_CACS on class CL_CACS_DET_UI_LOG has no parameter.
Method ACTIVATE_FOR_CACS on class CL_CACS_DET_UI_LOG has no exception.

Method ADD_MESSAGE Signature

# Type Parameter Pass Value Optional Typing Method Associated Type Default value Description Created on
1 Importing IS_BALMSG Call by reference Type reference (TYPE) BAL_S_MSG Anwendungs-Log: Daten einer Meldung 20051113
# Exception Resumable Description Created on
1 CX_CACS_BAL_EX CACS: Application log exceptions 20051113

Method ADD_MESSAGE_SYST Signature

Method ADD_MESSAGE_SYST on class CL_CACS_DET_UI_LOG has no parameter.
# Exception Resumable Description Created on
1 CX_CACS_BAL_EX CACS: Application log exceptions 20051113

Method CONSTRUCTOR Signature

# Type Parameter Pass Value Optional Typing Method Associated Type Default value Description Created on
1 Importing IV_BALNREXT Call by reference Type reference (TYPE) BALNREXT '' Anwendungs-Log: Externe Identifikation 20051113
2 Importing IV_MSGFILTER Call by reference Type reference (TYPE) CACSMSGFILTER Nachrichtenfilter 20051113
3 Importing IV_OBJECT Call by reference Type reference (TYPE) BALOBJ_D 'CACS' Anwendungs-Log: Objektname (Applikationskürzel) 20051113
4 Importing IV_SUBOBJECT Call by reference Type reference (TYPE) BALSUBOBJ 'CACS_TEMP' Anwendungs-Log: Unterobjekt 20051113
# Exception Resumable Description Created on
1 CX_CACS_BAL_EX CACS: Application log exceptions 20051113

Method DEC_LEVEL Signature

Method DEC_LEVEL on class CL_CACS_DET_UI_LOG has no parameter.
Method DEC_LEVEL on class CL_CACS_DET_UI_LOG has no exception.

Method DELETE_MESSAGES Signature

Method DELETE_MESSAGES on class CL_CACS_DET_UI_LOG has no parameter.
# Exception Resumable Description Created on
1 CX_CACS_BAL_EX CACS: Application log exceptions 20051113

Method DISPLAY Signature

# Type Parameter Pass Value Optional Typing Method Associated Type Default value Description Created on
1 Importing IV_BYDETLEVEL Call by reference Type reference (TYPE) BOOLEAN_FLG Anzeige der Nachrichtenhierarchie 20051113
2 Importing IV_GRID Value transfer Type reference (TYPE) BOOLEAN_FLG Grid 20051113
3 Importing IV_POPUP Value transfer Type reference (TYPE) BOOLEAN_FLG Popup 20051113
4 Importing IV_SINGLE Value transfer Type reference (TYPE) BOOLEAN_FLG Einfache Darstellung 20051113
5 Importing IV_TOOLBAR Call by reference Type reference (TYPE) BOOLEAN_FLG 'X' boolsche Variable (X=true, -=false, space=unknown) 20051113
6 Importing IV_TREESIZE Call by reference Type reference (TYPE) BALTREESIZ 10 Größe des Baums in der Anzeige 20051113
# Exception Resumable Description Created on
1 CX_CACS_BAL_EX CACS: Application log exceptions 20051113

Method DISPLAY_IN_CONTAINER Signature

# Type Parameter Pass Value Optional Typing Method Associated Type Default value Description Created on
1 Importing IO_CONTAINER Call by reference Object reference (TYPE REF TO) CL_GUI_CUSTOM_CONTAINER Container fuer Custom Controls in der Dynpro Area 20051113
2 Importing IV_BYDETLEVEL Call by reference Type reference (TYPE) BOOLEAN_FLG Anzeige der Nachrichtenhierarchie 20051113
3 Importing IV_GRID Call by reference Type reference (TYPE) BOOLEAN_FLG Grid 20051113
4 Importing IV_SINGLE Call by reference Type reference (TYPE) BOOLEAN_FLG Einfache Darstellung 20051113
5 Importing IV_TOOLBAR Call by reference Type reference (TYPE) BOOLEAN_FLG 'X' boolsche Variable (X=true, -=false, space=unknown) 20051113
6 Importing IV_TREESIZE Call by reference Type reference (TYPE) BALTREESIZ 10 Größe des Baums in der Anzeige 20051113
# Exception Resumable Description Created on
1 CX_CACS_BAL_EX CACS: Application log exceptions 20051113

Method DISPLAY_PROFILE_GET Signature

# Type Parameter Pass Value Optional Typing Method Associated Type Default value Description Created on
1 Exporting ES_DISPLAY_PROFILE Call by reference Type reference (TYPE) BAL_S_PROF Anwendungs-Log: Aufbereitungs-Profil für Protokollausgabe 20051113
2 Importing IV_BYDETLEVEL Call by reference Type reference (TYPE) BOOLEAN_FLG Anzeige der Nachrichtenhierarchie 20051113
3 Importing IV_GRID Value transfer Type reference (TYPE) BOOLEAN_FLG Grid 20051113
4 Importing IV_POPUP Value transfer Type reference (TYPE) BOOLEAN_FLG Popup 20051113
5 Importing IV_SINGLE Value transfer Type reference (TYPE) BOOLEAN_FLG Einfache Darstellung 20051113
6 Importing IV_TOOLBAR Call by reference Type reference (TYPE) BOOLEAN_FLG 'X' boolsche Variable (X=true, -=false, space=unknown) 20051113
7 Importing IV_TREESIZE Call by reference Type reference (TYPE) BALTREESIZ 10 Größe des Baums in der Anzeige 20051113

Method DISPLAY_PROFILE_GET on class CL_CACS_DET_UI_LOG has no exception.

Method FREE Signature

Method FREE on class CL_CACS_DET_UI_LOG has no parameter.
Method FREE on class CL_CACS_DET_UI_LOG has no exception.

Method GET_HANDLE Signature

# Type Parameter Pass Value Optional Typing Method Associated Type Default value Description Created on
1 Returning EV_HANDLE Value transfer Type reference (TYPE) BALLOGHNDL Anwendungs-Log: Handle eines Protokolls 20051113

Method GET_HANDLE on class CL_CACS_DET_UI_LOG has no exception.

Method GET_MESSAGES Signature

# Type Parameter Pass Value Optional Typing Method Associated Type Default value Description Created on
1 Exporting ET_BALMSG Call by reference Type reference (TYPE) CACS_TT_BALMSG Anwendungs-Log: Tabelle mit Messages 20051113
2 Importing IV_LANGUAGE Call by reference Type reference (TYPE) SYLANGU SY-LANGU R/3-System, aktuelle Sprache 20051113
3 Importing IV_MSGTY_EQ_A Call by reference Type reference (TYPE) BOOLEAN 'X' Abbruchmeldungen 20051113
4 Importing IV_MSGTY_EQ_E Call by reference Type reference (TYPE) BOOLEAN 'X' Fehlermeldungen 20051113
5 Importing IV_MSGTY_EQ_I Call by reference Type reference (TYPE) BOOLEAN 'X' Informationen 20051113
6 Importing IV_MSGTY_EQ_W Call by reference Type reference (TYPE) BOOLEAN 'X' Warnungen 20051113
7 Importing IV_MSGTY_EQ_X Call by reference Type reference (TYPE) BOOLEAN 'X' Exit-Meldungen (Dump) 20051113

Method GET_MESSAGES on class CL_CACS_DET_UI_LOG has no exception.

Method INC_LEVEL Signature

Method INC_LEVEL on class CL_CACS_DET_UI_LOG has no parameter.
Method INC_LEVEL on class CL_CACS_DET_UI_LOG has no exception.

Method LOG_HAS_ABENDS Signature

# Type Parameter Pass Value Optional Typing Method Associated Type Default value Description Created on
1 Returning EV_RESULT Value transfer Type reference (TYPE) ABAP_BOOL 20051113

Method LOG_HAS_ABENDS on class CL_CACS_DET_UI_LOG has no exception.

Method LOG_HAS_ERRORS Signature

# Type Parameter Pass Value Optional Typing Method Associated Type Default value Description Created on
1 Returning EV_RESULT Value transfer Type reference (TYPE) ABAP_BOOL 20051113

Method LOG_HAS_ERRORS on class CL_CACS_DET_UI_LOG has no exception.

Method LOG_IN_ERROR Signature

# Type Parameter Pass Value Optional Typing Method Associated Type Default value Description Created on
1 Returning EV_RESULT Value transfer Type reference (TYPE) ABAP_BOOL 20051113

Method LOG_IN_ERROR on class CL_CACS_DET_UI_LOG has no exception.
History
Last changed by/on SAP  20100310 
SAP Release Created in 700