SAP ABAP Class CL_GRFN_APPLICATION_LOG (SAP Application Log Handler Class)
Hierarchy
GRCFND_A (Software Component) GRC Foundation ABAP
   GRC (Application Component) Governance, Risk and Compliance
     GRFN_DOCUMENTS (Package) Documents
Properties
Class CL_GRFN_APPLICATION_LOG  
Short Description SAP Application Log Handler Class    
Super Class    
Instantiability of a Class 2  Public 
Final    
General Data
Message Class    
Program status     
Category 0   
Package GRFN_DOCUMENTS   Documents 
Created 20080318   SAP 
Last change 20141106    
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_GRFN_APPLICATION_LOG has no interface implemented.
Friends
Class CL_GRFN_APPLICATION_LOG has no friend class.
Attributes
# Attribute Level Visibility Read only Typing Associated Type Initial Value Description Created on
1 LOG_HANDLE Instance attribute Public Type reference (TYPE) BALLOGHNDL LOG_HANDLE 20080318
2 MESSAGE Instance attribute Public Type reference (TYPE) STRING MESSAGE 20080318
3 _DEFAULT_MSGCLASS Instance attribute Private Type reference (TYPE) SY-MSGID _DEFAULT_MSGCLASS 20080318
4 _DISVARIANT_HANDLE Instance attribute Private Type reference (TYPE) SLIS_HANDL _DISVARIANT_HANDLE 20080318
5 _WRITEABLE Instance attribute Private Type reference (TYPE) AS4FLAG SPACE _WRITEABLE 20080318
Methods
# Method Level Visibility Method type Description Created on
1 ADD_BAPIRET2_MESSAGES Instance method Public Method ADD_BAPIRET2_MESSAGES 20080318
2 ADD_EXCEPTION Instance method Public Method ADD_EXCEPTION 20080318
3 ADD_MESSAGE Instance method Private Method ADD_MESSAGE 20080318
4 ADD_SY_MESSAGE Instance method Public Method ADD_SY_MESSAGE 20080318
5 ADD_TEXT_AS_MESSAGE Instance method Public Method ADD_TEXT_AS_MESSAGE 20080318
6 CONSTRUCTOR Instance method Public Constructor Constructor 20080318
7 CREATE_LOG_CONTROL Instance method Public Method CREATE_LOG_CONTROL 20080318
8 EXCEPTION_TO_SYMSG Instance method Public Method EXCEPTION_TO_SYMSG 20080318
9 FAIL_WITH_SY_MESSAGE Static method Private Method FAIL_WITH_SY_MESSAGE 20080318
10 FREE Instance method Public Method FREE 20080318
11 FREE_LOG_CONTROL Instance method Public Method FREE_LOG_CONTROL 20080318
12 IS_EMPTY Instance method Public Method IS_EMPTY 20080318
13 LOG_DISPLAY Instance method Public Method LOG_DISPLAY 20080318
14 RESET Instance method Public Method RESET 20080318
15 SAVE Instance method Public Method Save 20080318
Events
Class CL_GRFN_APPLICATION_LOG has no event.
Types
Class CL_GRFN_APPLICATION_LOG has no local type.
Method Signatures

Method ADD_BAPIRET2_MESSAGES Signature

# Type Parameter Pass Value Optional Typing Method Associated Type Default value Description Created on
1 Importing IT_MESSAGES Call by reference Type reference (TYPE) BAPIRET2_T IT_MESSAGES 20080318
2 Importing I_DETLEVEL Call by reference Type reference (TYPE) BALLEVEL I_DETLEVEL 20080318
3 Importing I_PROBCLASS Call by reference Type reference (TYPE) BALPROBCL I_PROBCLASS 20080318

Method ADD_BAPIRET2_MESSAGES on class CL_GRFN_APPLICATION_LOG has no exception.

Method ADD_EXCEPTION Signature

# Type Parameter Pass Value Optional Typing Method Associated Type Default value Description Created on
1 Importing IR_EXCEPTION Call by reference Object reference (TYPE REF TO) CX_ROOT IR_EXCEPTION 20080318
2 Importing I_DETLEVEL Call by reference Type reference (TYPE) BALLEVEL I_DETLEVEL 20080318
3 Importing I_MSGTY Call by reference Type reference (TYPE) SY-MSGTY 'E' I_MSGTY 20080318
4 Importing I_PROBCLASS Call by reference Type reference (TYPE) BALPROBCL I_PROBCLASS 20080318
5 Importing I_WHOLE_CHAIN Value transfer Type reference (TYPE) ABAP_BOOL ABAP_FALSE 20080318

Method ADD_EXCEPTION on class CL_GRFN_APPLICATION_LOG has no exception.

Method ADD_MESSAGE Signature

# Type Parameter Pass Value Optional Typing Method Associated Type Default value Description Created on
1 Importing I_DETLEVEL Call by reference Type reference (TYPE) BALLEVEL I_DETLEVEL 20080318
2 Importing I_MSGID Call by reference Type reference (TYPE) SYMSGID I_MSGID 20080318
3 Importing I_MSGNO Call by reference Type reference (TYPE) SYMSGNO I_MSGNO 20080318
4 Importing I_MSGTY Call by reference Type reference (TYPE) SYMSGTY I_MSGTY 20080318
5 Importing I_MSGV1 Call by reference Type reference (TYPE) SYMSGV I_MSGV1 20080318
6 Importing I_MSGV2 Call by reference Type reference (TYPE) SYMSGV I_MSGV2 20080318
7 Importing I_MSGV3 Call by reference Type reference (TYPE) SYMSGV I_MSGV3 20080318
8 Importing I_MSGV4 Call by reference Type reference (TYPE) SYMSGV I_MSGV4 20080318
9 Importing I_PROBCLASS Call by reference Type reference (TYPE) BALPROBCL I_PROBCLASS 20080318

Method ADD_MESSAGE on class CL_GRFN_APPLICATION_LOG has no exception.

Method ADD_SY_MESSAGE Signature

# Type Parameter Pass Value Optional Typing Method Associated Type Default value Description Created on
1 Importing I_DETLEVEL Call by reference Type reference (TYPE) BALLEVEL I_DETLEVEL 20080318
2 Importing I_PROBCLASS Call by reference Type reference (TYPE) BALPROBCL I_PROBCLASS 20080318

Method ADD_SY_MESSAGE on class CL_GRFN_APPLICATION_LOG has no exception.

Method ADD_TEXT_AS_MESSAGE Signature

# Type Parameter Pass Value Optional Typing Method Associated Type Default value Description Created on
1 Importing I_DETLEVEL Call by reference Type reference (TYPE) BALLEVEL I_DETLEVEL 20080318
2 Importing I_MSG_STR Call by reference Type reference (TYPE) ANY I_MSG_STR 20080318
3 Importing I_MSG_TYPE Value transfer Type reference (TYPE) SY-MSGTY 'E' I_MSG_TYPE 20080318
4 Importing I_PROBCLASS Call by reference Type reference (TYPE) BALPROBCL I_PROBCLASS 20080318

Method ADD_TEXT_AS_MESSAGE on class CL_GRFN_APPLICATION_LOG has no exception.

Method CONSTRUCTOR Signature

# Type Parameter Pass Value Optional Typing Method Associated Type Default value Description Created on
1 Importing I_DEFAULT_MSGCLASS Call by reference Type reference (TYPE) SY-MSGID 'FOPCD' I_DEFAULT_MSGCLASS 20080318
2 Importing I_DISVARIANT_HANDLE Call by reference Type reference (TYPE) SLIS_HANDL I_DISVARIANT_HANDLE 20080318
3 Importing I_LOG_HANDLE Call by reference Type reference (TYPE) BALLOGHNDL I_LOG_HANDLE 20080318

Method CONSTRUCTOR on class CL_GRFN_APPLICATION_LOG has no exception.

Method CREATE_LOG_CONTROL Signature

# Type Parameter Pass Value Optional Typing Method Associated Type Default value Description Created on
1 Importing IR_CONTAINER Call by reference Object reference (TYPE REF TO) CL_GUI_CONTAINER IR_CONTAINER 20080318
2 Returning R_LOG_CONTROL_HANDLE Value transfer Type reference (TYPE) BALCNTHNDL R_LOG_CONTROL_HANDLE 20080318

Method CREATE_LOG_CONTROL on class CL_GRFN_APPLICATION_LOG has no exception.

Method EXCEPTION_TO_SYMSG Signature

# Type Parameter Pass Value Optional Typing Method Associated Type Default value Description Created on
1 Importing IR_EXCEPTION Call by reference Object reference (TYPE REF TO) CX_ROOT IR_EXCEPTION 20080318
2 Importing I_MSGTY Call by reference Type reference (TYPE) SYMSGTY 'E' Messages, Message Type 20080318

Method EXCEPTION_TO_SYMSG on class CL_GRFN_APPLICATION_LOG has no exception.

Method FAIL_WITH_SY_MESSAGE Signature

# Type Parameter Pass Value Optional Typing Method Associated Type Default value Description Created on
1 Importing I_MSG_STR Call by reference Type reference (TYPE) STRING I_MSG_STR 20080318
2 Importing I_MSG_TYPE Value transfer Type reference (TYPE) SY-MSGTY 'E' I_MSG_TYPE 20080318
# Exception Resumable Description Created on
1 FAILED FAILED 20080318

Method FREE Signature

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

Method FREE_LOG_CONTROL Signature

# Type Parameter Pass Value Optional Typing Method Associated Type Default value Description Created on
1 Changing C_LOG_CONTROL_HANDLE Call by reference Type reference (TYPE) BALCNTHNDL C_LOG_CONTROL_HANDLE 20080318

Method FREE_LOG_CONTROL on class CL_GRFN_APPLICATION_LOG has no exception.

Method IS_EMPTY Signature

# Type Parameter Pass Value Optional Typing Method Associated Type Default value Description Created on
1 Returning R_IS_EMPTY Value transfer Type reference (TYPE) AS4FLAG R_IS_EMPTY 20080318

Method IS_EMPTY on class CL_GRFN_APPLICATION_LOG has no exception.

Method LOG_DISPLAY Signature

Method LOG_DISPLAY on class CL_GRFN_APPLICATION_LOG has no parameter.
Method LOG_DISPLAY on class CL_GRFN_APPLICATION_LOG has no exception.

Method RESET Signature

Method RESET on class CL_GRFN_APPLICATION_LOG has no parameter.
Method RESET on class CL_GRFN_APPLICATION_LOG has no exception.

Method SAVE Signature

# Type Parameter Pass Value Optional Typing Method Associated Type Default value Description Created on
1 Exporting E_EMPTY_NOT_SAVED Value transfer Type reference (TYPE) ABAP_BOOL 20080318
2 Importing I_DB_COMMIT_AT_THE_END Value transfer Type reference (TYPE) ABAP_BOOL ABAP_TRUE 20080318
3 Importing I_EXTERNAL_ID Call by reference Type reference (TYPE) BALNREXT SPACE I_EXTERNAL_ID 20080318
4 Importing I_IN_UPDATE_TASK Value transfer Type reference (TYPE) BOOLEAN SPACE I_IN_UPDATE_TASK 20080318
5 Importing I_LOG_OBJECT Call by reference Type reference (TYPE) BALOBJ_D I_LOG_OBJECT 20080318
6 Importing I_LOG_SUBOBJECT Call by reference Type reference (TYPE) BALSUBOBJ SPACE I_LOG_SUBOBJECT 20080318
7 Importing I_SAVE_IF_EMPTY Value transfer Type reference (TYPE) ABAP_BOOL ABAP_FALSE Don't save if log is empty? 20080318
# Exception Resumable Description Created on
1 FAILED FAILED 20080318
History
Last changed by/on SAP  20141106 
SAP Release Created in 300