SAP ABAP Class CL_CACS_BAL_FACADE_PUBLIC (CACS: Application Log, Public Accesses)
Hierarchy
EA-APPL (Software Component) SAP Enterprise Extension PLM, SCM, Financials
   ICM (Application Component) Incentive and Commission Management (ICM)
     CACSAL (Package) ICM: Aplication Log
Meta Relationship - Using
# Relationship type Using Short Description Created on
1 Inheritance (c INHERITING FROM c_ref)  CL_CACS_BAL_FACADE_TOP CACS: Application Log, Facade 20060815
Properties
Class CL_CACS_BAL_FACADE_PUBLIC  
Short Description CACS: Application Log, Public Accesses    
Super Class CL_CACS_BAL_FACADE_TOP CACS: Application Log, Facade 
Instantiability of a Class 2  Public 
Final    
General Data
Message Class    
Program status     
Category 0   
Package CACSAL   ICM: Aplication Log 
Created 20060815   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_BAL_FACADE_PUBLIC has no interface implemented.
Friends
Class CL_CACS_BAL_FACADE_PUBLIC has no friend class.
Attributes
# Attribute Level Visibility Read only Typing Associated Type Initial Value Description Created on
1 MD_INITIAL_LOG_LEVEL Instance attribute Private Type reference (TYPE) BALLEVEL Lowest Message Level 20060815
Methods
# Method Level Visibility Method type Description Created on
1 CONSTRUCTOR Instance method Public Constructor CONSTRUCTOR 20060815
2 DECREASE_LEVEL Instance method Public Method Decrease Message Level 20060815
3 GET_LOG Instance method Private Method Gets Instance of Actual Application Log 20060815
4 GET_MESSAGES Instance method Public Method Gets All Messages from Application Log 20060815
5 HAS_ABEND_MSG Instance method Public Method Application Log Has Termination Messages 20060815
6 HAS_ERROR_MSG Instance method Public Method Application Log Has Error Messages 20060815
7 HAS_WARNING_MSG Instance method Public Method Application Log Has Warnings 20060815
8 INCREASE_LEVEL Instance method Public Method Increases Message Level 20060815
9 MESSAGE Instance method Public Method Output Message to Log 20060815
10 MESSAGE_SYST Instance method Public Method Adds System Message to Application Log 20070521
Events
Class CL_CACS_BAL_FACADE_PUBLIC has no event.
Types
Class CL_CACS_BAL_FACADE_PUBLIC has no local type.
Method Signatures

Method CONSTRUCTOR Signature

# Type Parameter Pass Value Optional Typing Method Associated Type Default value Description Created on
1 Importing IO_LOG Call by reference Object reference (TYPE REF TO) CL_CACS_BAL CACS: Application log 20060815

Method CONSTRUCTOR on class CL_CACS_BAL_FACADE_PUBLIC has no exception.

Method DECREASE_LEVEL Signature

Method DECREASE_LEVEL on class CL_CACS_BAL_FACADE_PUBLIC has no parameter.
Method DECREASE_LEVEL on class CL_CACS_BAL_FACADE_PUBLIC has no exception.

Method GET_LOG Signature

# Type Parameter Pass Value Optional Typing Method Associated Type Default value Description Created on
1 Returning RO_LOG Value transfer Object reference (TYPE REF TO) CL_CACS_BAL CACS: Application log 20060815

Method GET_LOG on class CL_CACS_BAL_FACADE_PUBLIC has no exception.

Method GET_MESSAGES Signature

# Type Parameter Pass Value Optional Typing Method Associated Type Default value Description Created on
1 Importing ID_FILTER_MSGTY_EQ_A Call by reference Type reference (TYPE) BOOLEAN ABAP_TRUE Filter: Abbruchmeldungen 20060815
2 Importing ID_FILTER_MSGTY_EQ_E Call by reference Type reference (TYPE) BOOLEAN ABAP_TRUE Filter: Fehlermeldungen 20060815
3 Importing ID_FILTER_MSGTY_EQ_I Call by reference Type reference (TYPE) BOOLEAN ABAP_TRUE Filter: Informationen 20060815
4 Importing ID_FILTER_MSGTY_EQ_W Call by reference Type reference (TYPE) BOOLEAN ABAP_TRUE Filter: Warnungen 20060815
5 Importing ID_FILTER_MSGTY_EQ_X Call by reference Type reference (TYPE) BOOLEAN ABAP_TRUE Filter: Ausstiegsmeldungen 20060815
6 Importing ID_LANGUAGE Call by reference Type reference (TYPE) SYLANGU SY-LANGU R/3-System, aktuelle Sprache 20060815
7 Returning RT_BALMSG Value transfer Type reference (TYPE) CACS_TT_BALMSG Anwendungs-Log: Tabelle mit Messages 20060815

Method GET_MESSAGES on class CL_CACS_BAL_FACADE_PUBLIC has no exception.

Method HAS_ABEND_MSG Signature

# Type Parameter Pass Value Optional Typing Method Associated Type Default value Description Created on
1 Returning RB_RESULT Value transfer Type reference (TYPE) BOOLEAN_FLG Boolsche Variable (X=true, space=false) 20060815

Method HAS_ABEND_MSG on class CL_CACS_BAL_FACADE_PUBLIC has no exception.

Method HAS_ERROR_MSG Signature

# Type Parameter Pass Value Optional Typing Method Associated Type Default value Description Created on
1 Returning RB_RESULT Value transfer Type reference (TYPE) BOOLEAN_FLG Boolsche Variable (X=true, space=false) 20060815

Method HAS_ERROR_MSG on class CL_CACS_BAL_FACADE_PUBLIC has no exception.

Method HAS_WARNING_MSG Signature

# Type Parameter Pass Value Optional Typing Method Associated Type Default value Description Created on
1 Returning RB_RESULT Value transfer Type reference (TYPE) BOOLEAN_FLG Boolsche Variable (X=true, space=false) 20060815

Method HAS_WARNING_MSG on class CL_CACS_BAL_FACADE_PUBLIC has no exception.

Method INCREASE_LEVEL Signature

Method INCREASE_LEVEL on class CL_CACS_BAL_FACADE_PUBLIC has no parameter.
Method INCREASE_LEVEL on class CL_CACS_BAL_FACADE_PUBLIC has no exception.

Method MESSAGE Signature

# Type Parameter Pass Value Optional Typing Method Associated Type Default value Description Created on
1 Importing IB_MSGV1_CONVERSION_EXIT Call by reference Type reference (TYPE) BOOLEAN_FLG ABAP_TRUE Variable 1: Konvertierungsroutine ausführen 20060815
2 Importing IB_MSGV2_CONVERSION_EXIT Call by reference Type reference (TYPE) BOOLEAN_FLG ABAP_TRUE Variable 2: Konvertierungsroutine ausführen 20060815
3 Importing IB_MSGV3_CONVERSION_EXIT Call by reference Type reference (TYPE) BOOLEAN_FLG ABAP_TRUE Variable 3: Konvertierungsroutine ausführen 20060815
4 Importing IB_MSGV4_CONVERSION_EXIT Call by reference Type reference (TYPE) BOOLEAN_FLG ABAP_TRUE Variable 4: Konvertierungsroutine ausführen 20060815
5 Importing ID_MSGID Call by reference Type reference (TYPE) SYMSGID Nichrichtenklasse 20060815
6 Importing ID_MSGNO Call by reference Type reference (TYPE) SYMSGNO Nachrichtennummer 20060815
7 Importing ID_MSGTY Call by reference Type reference (TYPE) SYMSGTY 'I' Nachrichtentyp 20060815
8 Importing ID_MSGV1 Call by reference Type reference (TYPE) ANY Nachrichtenvariable 1 20060815
9 Importing ID_MSGV2 Call by reference Type reference (TYPE) ANY Nachrichtenvariable 2 20060815
10 Importing ID_MSGV3 Call by reference Type reference (TYPE) ANY Nachrichtenvariable 3 20060815
11 Importing ID_MSGV4 Call by reference Type reference (TYPE) ANY Nachrichtenvariable 4 20060815
12 Importing ID_PROBCLASS Call by reference Type reference (TYPE) BALPROBCL SPACE Problemklasse einer Meldung 20060815

Method MESSAGE on class CL_CACS_BAL_FACADE_PUBLIC has no exception.

Method MESSAGE_SYST Signature

Method MESSAGE_SYST on class CL_CACS_BAL_FACADE_PUBLIC has no parameter.
Method MESSAGE_SYST on class CL_CACS_BAL_FACADE_PUBLIC has no exception.
History
Last changed by/on SAP  20100310 
SAP Release Created in 700