SAP ABAP Class CL_FILA_LOG (Application Log Lease Accounting)
Hierarchy
EA-APPL (Software Component) SAP Enterprise Extension PLM, SCM, Financials
   FI-LA (Application Component) Lease Accounting
     FI_LA_GF (Package) Lease Accounting General Functions
Properties
Class CL_FILA_LOG  
Short Description Application Log Lease Accounting    
Super Class    
Instantiability of a Class 2  Public 
Final    
General Data
Message Class    
Program status     
Category 0   
Package FI_LA_GF   Lease Accounting General Functions 
Created 20031010   SAP 
Last change 20040315   SAP 
Shared Memory-enabled    
Fixed point arithmetic    
Unicode checks active    
Forward declarations
Class CL_FILA_LOG has no forward declaration.
Interfaces
Class CL_FILA_LOG has no interface implemented.
Friends
Class CL_FILA_LOG has no friend class.
Attributes
# Attribute Level Visibility Read only Typing Associated Type Initial Value Description Created on
1 IMV_LOGHANDLE Instance attribute Protected Type reference (TYPE) BALLOGHNDL Application Log: Log Handle 20040211
2 MC_ERR_MESSAGE Constant Public Type reference (TYPE) ABAPTYPE 'E' Error Message Type 20031010
3 MC_INF_MESSAGE Constant Public Type reference (TYPE) ABAPTYPE 'I' Information Message Type 20031010
4 MC_LEGKEY_FIELDNAME Constant Protected Type reference (TYPE) NAME_KOMP 'LEGKEY' Component Name 20040211
5 MC_LEGKEY_POSITION Constant Protected Type reference (TYPE) I 140 20040211
6 MC_LEGKEY_TABNAME Constant Protected Type reference (TYPE) BALTABNAME 'FILA_LOG_CONTEXT' Application Log: Context: DDIC structure name 20040211
7 MC_MESSAGE_CLASS Constant Public Type reference (TYPE) SY-MSGID 'FILAM' Name of Message Class 20031010
8 MC_STOP_MESSAGE Constant Public Type reference (TYPE) ABAPTYPE 'A' Stop Message Type 20031010
9 MC_WARN_MESSAGE Constant Public Type reference (TYPE) ABAPTYPE 'W' Warning Message Type 20031010
Methods
# Method Level Visibility Method type Description Created on
1 CONSTRUCTOR Instance method Public Constructor Constructor 20031010
2 PU_IM_GET_HANDLE Instance method Public Method Handle Getting 20031010
3 PU_IM_MESSAGE_ADD Instance method Public Method Method Adds Message to Log 20031010
4 PU_IM_SAVE_TO_DB Instance method Public Method Save Log to Database 20031010
5 PU_IM_SHOW_LOG Instance method Public Method Show Log 20031010
Events
Class CL_FILA_LOG has no event.
Types
Class CL_FILA_LOG 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 I_HANDLE Value transfer Type reference (TYPE) C Log handle 20031010
2 Importing I_LOG_EXTNUMBER Value transfer Type reference (TYPE) C Application Log: External ID 20031010
3 Importing I_LOG_OBJ Value transfer Type reference (TYPE) BALOBJ-OBJECT Application log: Object name (Application code) 20031010
4 Importing I_LOG_SUBOBJ Value transfer Type reference (TYPE) BALSUB-SUBOBJECT Application log: sub-object 20031010
5 Importing I_PROGNAME Value transfer Type reference (TYPE) C ABAP program, current main program + run ID 20031010

Method CONSTRUCTOR on class CL_FILA_LOG has no exception.

Method PU_IM_GET_HANDLE Signature

# Type Parameter Pass Value Optional Typing Method Associated Type Default value Description Created on
1 Exporting E_HANDLE Call by reference Type reference (TYPE) BALLOGHNDL Log handle 20031010

Method PU_IM_GET_HANDLE on class CL_FILA_LOG has no exception.

Method PU_IM_MESSAGE_ADD Signature

# Type Parameter Pass Value Optional Typing Method Associated Type Default value Description Created on
1 Importing I_CONTEXT_VALUE Value transfer Type reference (TYPE) C Context value 20031010
2 Importing I_MSGNO Value transfer Type reference (TYPE) SY-MSGNO message number 20031010
3 Importing I_MSGTY Value transfer Type reference (TYPE) SY-MSGTY message type 20031010
4 Importing I_MSGV1 Value transfer Type reference (TYPE) ANY First variable for message 20031010
5 Importing I_MSGV2 Value transfer Type reference (TYPE) ANY Second variable for message 20031010
6 Importing I_MSGV3 Value transfer Type reference (TYPE) ANY Third variable for message 20031010
7 Importing I_MSGV4 Value transfer Type reference (TYPE) ANY Forth variable for message 20031010
8 Importing I_MSG_ID Value transfer Type reference (TYPE) SY-MSGID Loops, number of current pass 20031010

Method PU_IM_MESSAGE_ADD on class CL_FILA_LOG has no exception.

Method PU_IM_SAVE_TO_DB Signature

Method PU_IM_SAVE_TO_DB on class CL_FILA_LOG has no parameter.
Method PU_IM_SAVE_TO_DB on class CL_FILA_LOG has no exception.

Method PU_IM_SHOW_LOG Signature

# Type Parameter Pass Value Optional Typing Method Associated Type Default value Description Created on
1 Importing I_TITLE Value transfer Type reference (TYPE) BALTITLE Application Log: Screen title 20031010

Method PU_IM_SHOW_LOG on class CL_FILA_LOG has no exception.
History
Last changed by/on SAP  20040315 
SAP Release Created in 463