SAP ABAP Class CL_FOPC_APPLICATION_LOG (SAP Application Log Handler Class)
Hierarchy
FINBASIS (Software Component) Fin. Basis
   FIN-CGV-MIC (Application Component) Management of Internal Controls
     FOPC_DOCUMENTS (Package) Documents
Properties
Class CL_FOPC_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 FOPC_DOCUMENTS   Documents 
Created 20041109   SAP 
Last change 20050428   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)
2 FOPCD Type group use (TYPE-POOLS tp)  Type group use (TYPE-POOLS tp)
Interfaces
Class CL_FOPC_APPLICATION_LOG has no interface implemented.
Friends
Class CL_FOPC_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 20041109
2 MESSAGE Instance attribute Public Type reference (TYPE) STRING MESSAGE 20041109
3 _DEFAULT_MSGCLASS Instance attribute Private Type reference (TYPE) SY-MSGID _DEFAULT_MSGCLASS 20041109
4 _DISVARIANT_HANDLE Instance attribute Private Type reference (TYPE) SLIS_HANDL _DISVARIANT_HANDLE 20041109
5 _WRITEABLE Instance attribute Private Type reference (TYPE) AS4FLAG SPACE _WRITEABLE 20041109
Methods
# Method Level Visibility Method type Description Created on
1 ADD_BAPIRET2_MESSAGES Instance method Public Method ADD_BAPIRET2_MESSAGES 20041109
2 ADD_EXCEPTION Instance method Public Method ADD_EXCEPTION 20041109
3 ADD_MESSAGE Instance method Private Method ADD_MESSAGE 20041109
4 ADD_SY_MESSAGE Instance method Public Method ADD_SY_MESSAGE 20041109
5 ADD_TEXT_AS_MESSAGE Instance method Public Method ADD_TEXT_AS_MESSAGE 20041109
6 CONSTRUCTOR Instance method Public Constructor Constructor 20041109
7 CREATE_LOG_CONTROL Instance method Public Method CREATE_LOG_CONTROL 20041109
8 EXCEPTION_TO_SYMSG Instance method Public Method EXCEPTION_TO_SYMSG 20041109
9 FAIL_WITH_SY_MESSAGE Static method Private Method FAIL_WITH_SY_MESSAGE 20041109
10 FREE Instance method Public Method FREE 20041109
11 FREE_LOG_CONTROL Instance method Public Method FREE_LOG_CONTROL 20041109
12 IS_EMPTY Instance method Public Method IS_EMPTY 20041109
13 LOG_DISPLAY Instance method Public Method LOG_DISPLAY 20041109
14 RESET Instance method Public Method RESET 20041109
15 SAVE Instance method Public Method Save 20041109
Events
Class CL_FOPC_APPLICATION_LOG has no event.
Types
Class CL_FOPC_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 20041109
2 Importing I_DETLEVEL Call by reference Type reference (TYPE) BALLEVEL I_DETLEVEL 20041109
3 Importing I_PROBCLASS Call by reference Type reference (TYPE) BALPROBCL I_PROBCLASS 20041109

Method ADD_BAPIRET2_MESSAGES on class CL_FOPC_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 20041109
2 Importing I_DETLEVEL Call by reference Type reference (TYPE) BALLEVEL I_DETLEVEL 20041109
3 Importing I_MSGTY Call by reference Type reference (TYPE) SY-MSGTY 'E' I_MSGTY 20041109
4 Importing I_PROBCLASS Call by reference Type reference (TYPE) BALPROBCL I_PROBCLASS 20041109
5 Importing I_WHOLE_CHAIN Value transfer Type reference (TYPE) ABAP_BOOL ABAP_FALSE 20041117

Method ADD_EXCEPTION on class CL_FOPC_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 20041109
2 Importing I_MSGID Call by reference Type reference (TYPE) SYMSGID I_MSGID 20041109
3 Importing I_MSGNO Call by reference Type reference (TYPE) SYMSGNO I_MSGNO 20041109
4 Importing I_MSGTY Call by reference Type reference (TYPE) SYMSGTY I_MSGTY 20041109
5 Importing I_MSGV1 Call by reference Type reference (TYPE) SYMSGV I_MSGV1 20041109
6 Importing I_MSGV2 Call by reference Type reference (TYPE) SYMSGV I_MSGV2 20041109
7 Importing I_MSGV3 Call by reference Type reference (TYPE) SYMSGV I_MSGV3 20041109
8 Importing I_MSGV4 Call by reference Type reference (TYPE) SYMSGV I_MSGV4 20041109
9 Importing I_PROBCLASS Call by reference Type reference (TYPE) BALPROBCL I_PROBCLASS 20041109

Method ADD_MESSAGE on class CL_FOPC_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 20041109
2 Importing I_PROBCLASS Call by reference Type reference (TYPE) BALPROBCL I_PROBCLASS 20041109

Method ADD_SY_MESSAGE on class CL_FOPC_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 20041109
2 Importing I_MSG_STR Call by reference Type reference (TYPE) ANY I_MSG_STR 20041109
3 Importing I_MSG_TYPE Value transfer Type reference (TYPE) SY-MSGTY 'E' I_MSG_TYPE 20041109
4 Importing I_PROBCLASS Call by reference Type reference (TYPE) BALPROBCL I_PROBCLASS 20041109

Method ADD_TEXT_AS_MESSAGE on class CL_FOPC_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 20041109
2 Importing I_DISVARIANT_HANDLE Call by reference Type reference (TYPE) SLIS_HANDL I_DISVARIANT_HANDLE 20041109
3 Importing I_LOG_HANDLE Call by reference Type reference (TYPE) BALLOGHNDL I_LOG_HANDLE 20041109

Method CONSTRUCTOR on class CL_FOPC_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 20041109
2 Returning R_LOG_CONTROL_HANDLE Value transfer Type reference (TYPE) BALCNTHNDL R_LOG_CONTROL_HANDLE 20041109

Method CREATE_LOG_CONTROL on class CL_FOPC_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 20041109
2 Importing I_MSGTY Call by reference Type reference (TYPE) SYMSGTY 'E' Nachrichten, Nachrichtentyp 20041109

Method EXCEPTION_TO_SYMSG on class CL_FOPC_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 20041109
2 Importing I_MSG_TYPE Value transfer Type reference (TYPE) SY-MSGTY 'E' I_MSG_TYPE 20041109
# Exception Resumable Description Created on
1 FAILED FAILED 20041109

Method FREE Signature

Method FREE on class CL_FOPC_APPLICATION_LOG has no parameter.
Method FREE on class CL_FOPC_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 20041109

Method FREE_LOG_CONTROL on class CL_FOPC_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 20041109

Method IS_EMPTY on class CL_FOPC_APPLICATION_LOG has no exception.

Method LOG_DISPLAY Signature

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

Method RESET Signature

Method RESET on class CL_FOPC_APPLICATION_LOG has no parameter.
Method RESET on class CL_FOPC_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 20041117
2 Importing I_DB_COMMIT_AT_THE_END Value transfer Type reference (TYPE) ABAP_BOOL ABAP_TRUE 20041118
3 Importing I_EXTERNAL_ID Call by reference Type reference (TYPE) BALNREXT SPACE I_EXTERNAL_ID 20041109
4 Importing I_IN_UPDATE_TASK Value transfer Type reference (TYPE) BOOLEAN SPACE I_IN_UPDATE_TASK 20041109
5 Importing I_LOG_OBJECT Call by reference Type reference (TYPE) BALOBJ_D I_LOG_OBJECT 20041109
6 Importing I_LOG_SUBOBJECT Call by reference Type reference (TYPE) BALSUBOBJ SPACE I_LOG_SUBOBJECT 20041109
7 Importing I_SAVE_IF_EMPTY Value transfer Type reference (TYPE) ABAP_BOOL ABAP_FALSE Don't save if log is empty ??? 20041117
# Exception Resumable Description Created on
1 FAILED FAILED 20041109
History
Last changed by/on SAP  20050428 
SAP Release Created in 100