SAP ABAP Class CL_FAGL_SLL_LOG (Logging and Message Handling)
Hierarchy
SAP_FIN (Software Component) SAP_FIN
   FI-GL-FL (Application Component) Flexible Structures
     FAGL_SWITCH_LEADING_LEDGER (Package) Technical Changeover of Leading View in General Ledger (New)
Meta Relationship - Using
# Relationship type Using Short Description Created on
1 Inheritance (c INHERITING FROM c_ref)  CL_FAGL_SLL_SWITCH_INFO Leading Ledger Switch 20111104
Meta Relationship - Used By
# Relationship type Used by Short Description Created on
1 Inheritance (c INHERITING FROM c_ref)  CL_FAGL_SLL_ALV Output Format 20120306
Properties
Class CL_FAGL_SLL_LOG  
Short Description Logging and Message Handling    
Super Class CL_FAGL_SLL_SWITCH_INFO Leading Ledger Switch 
Instantiability of a Class 1  Protected 
Final    
General Data
Message Class FAGL_SWITCH_LEAD_LDG    
Program status     
Category 0   
Package FAGL_SWITCH_LEADING_LEDGER   Technical Changeover of Leading View in General Ledger (New) 
Created 20111104   SAP 
Last change 20131127   SAP 
Shared Memory-enabled    
Fixed point arithmetic    
Unicode checks active    
Forward declarations
Class CL_FAGL_SLL_LOG has no forward declaration.
Interfaces
Class CL_FAGL_SLL_LOG has no interface implemented.
Friends
# Friend Modeled only Created on Description
1 CL_FAGL_SLL_ALV 20111116 Output Format
Attributes
# Attribute Level Visibility Read only Typing Associated Type Initial Value Description Created on
1 MT_BUFFER_LOG Instance attribute Private Type reference (TYPE) FAGL_T_SLL_LOG Buffer of All Data Processed for Leading Ledger Switch 20111104
2 MV_ACTIVITY Instance attribute Protected Type reference (TYPE) FAGL_SLL_ACTIVITY Executed Activity During Switch of Leading Ledger 20111118
3 MV_LAST_ACTIVITY Instance attribute Private Type reference (TYPE) FAGL_SLL_ACTIVITY Activity Performed for Changing Leading Valuation 20120320
4 MV_LAST_LOGID Instance attribute Private Type reference (TYPE) FAGL_SLL_LOGID Key for a Log Entry 20111129
5 MV_LAST_RUNID Instance attribute Private Type reference (TYPE) FAGL_SLL_RUNID Last Run Number 20120301
6 MV_LOGHNDL Instance attribute Public Type reference (TYPE) BALLOGHNDL Application Log: Log Handle 20111104
Methods
# Method Level Visibility Method type Description Created on
1 APPEND_LOG Instance method Protected Method 20111104
2 BAL_ADD_MSG Instance method Protected Method 20111104
3 BAL_APPLOG_CHECK Instance method Public Method 20111104
4 BAL_APPLOG_SAVE Instance method Protected Method 20111104
5 BAL_APPLOG_SHOW Instance method Protected Method 20111104
6 BAL_CREATE_APPLOG Instance method Protected Method 20111104
7 CONSTRUCTOR Instance method Protected Constructor 20111104
8 GET_BUFFER_FOR_LOG Instance method Protected Method 20111104
9 GET_NEXT_LOGID Instance method Private Method 20111129
10 GET_NEXT_RUNID Instance method Private Method Get Next Run ID 20120301
11 LOG_DOC_EXCEPTION Instance method Protected Method Save Exception Documents 20120208
12 PUT_LOG_INTO_TRANSPORT Instance method Protected Method Make Log Visible for Transport Log 20120608
13 SAVE_LOG Instance method Protected Method 20111104
Events
Class CL_FAGL_SLL_LOG has no event.
Types
Class CL_FAGL_SLL_LOG has no local type.
Method Signatures

Method APPEND_LOG Signature

# Type Parameter Pass Value Optional Typing Method Associated Type Default value Description Created on
1 Importing IS_BAL_MSG Call by reference Type reference (TYPE) BAL_S_MSG Anwendungs-Log: Daten einer Meldung 20111118
2 Importing I_VALUE Call by reference Type reference (TYPE) ANY Kommentar 20111104

Method APPEND_LOG on class CL_FAGL_SLL_LOG has no exception.

Method BAL_ADD_MSG Signature

# Type Parameter Pass Value Optional Typing Method Associated Type Default value Description Created on
1 Importing IV_DETLEVEL Call by reference Type reference (TYPE) BALLEVEL '9' Anwendungs-Log: Detaillierungsgrad 20111104
2 Importing IV_VALUE Call by reference Type reference (TYPE) CHAR50 Kommentar 20111118

Method BAL_ADD_MSG on class CL_FAGL_SLL_LOG has no exception.

Method BAL_APPLOG_CHECK Signature

# Type Parameter Pass Value Optional Typing Method Associated Type Default value Description Created on
1 Returning RV_LOG_WITH_ERROR Value transfer Type reference (TYPE) FLAG allgemeines flag 20111104

Method BAL_APPLOG_CHECK on class CL_FAGL_SLL_LOG has no exception.

Method BAL_APPLOG_SAVE Signature

Method BAL_APPLOG_SAVE on class CL_FAGL_SLL_LOG has no parameter.
Method BAL_APPLOG_SAVE on class CL_FAGL_SLL_LOG has no exception.

Method BAL_APPLOG_SHOW Signature

# Type Parameter Pass Value Optional Typing Method Associated Type Default value Description Created on
1 Importing IV_XPOPUP Call by reference Type reference (TYPE) FLAG allgemeines flag 20111125

Method BAL_APPLOG_SHOW on class CL_FAGL_SLL_LOG has no exception.

Method BAL_CREATE_APPLOG Signature

Method BAL_CREATE_APPLOG on class CL_FAGL_SLL_LOG has no parameter.
Method BAL_CREATE_APPLOG on class CL_FAGL_SLL_LOG has no exception.

Method CONSTRUCTOR Signature

Method CONSTRUCTOR on class CL_FAGL_SLL_LOG has no parameter.
Method CONSTRUCTOR on class CL_FAGL_SLL_LOG has no exception.

Method GET_BUFFER_FOR_LOG Signature

# Type Parameter Pass Value Optional Typing Method Associated Type Default value Description Created on
1 Importing IV_ID Call by reference Type reference (TYPE) FAGL_SLL_ID ID für den Ledgertausch 20120302
2 Returning RT_LOG Value transfer Type reference (TYPE) FAGL_T_SLL_LOG Tabelle der Logeinträge 20120301

Method GET_BUFFER_FOR_LOG on class CL_FAGL_SLL_LOG has no exception.

Method GET_NEXT_LOGID Signature

# Type Parameter Pass Value Optional Typing Method Associated Type Default value Description Created on
1 Returning RV_LOGID Value transfer Type reference (TYPE) FAGL_SLL_LOGID Schlüssel für einen Logeintrag 20111129

Method GET_NEXT_LOGID on class CL_FAGL_SLL_LOG has no exception.

Method GET_NEXT_RUNID Signature

# Type Parameter Pass Value Optional Typing Method Associated Type Default value Description Created on
1 Importing IV_ACTIVITY Call by reference Type reference (TYPE) FAGL_SLL_ACTIVITY Ausgeführte Aktivität zum Wechsel der führenden Bewertung 20120320
2 Returning RV_RUNID Value transfer Type reference (TYPE) FAGL_SLL_RUNID Schlüssel pro Ausführung einer Aktivität 20120301

Method GET_NEXT_RUNID on class CL_FAGL_SLL_LOG has no exception.

Method LOG_DOC_EXCEPTION Signature

# Type Parameter Pass Value Optional Typing Method Associated Type Default value Description Created on
1 Importing IT_EXCEPTION Call by reference Type reference (TYPE) FAGL_T_SLL_BKPF_KEY Tabellentyp zu BKPF_KEY 20120208

Method LOG_DOC_EXCEPTION on class CL_FAGL_SLL_LOG has no exception.

Method PUT_LOG_INTO_TRANSPORT Signature

Method PUT_LOG_INTO_TRANSPORT on class CL_FAGL_SLL_LOG has no parameter.
Method PUT_LOG_INTO_TRANSPORT on class CL_FAGL_SLL_LOG has no exception.

Method SAVE_LOG Signature

# Type Parameter Pass Value Optional Typing Method Associated Type Default value Description Created on
1 Importing IV_COMMIT Call by reference Type reference (TYPE) FLAG 'X' allgemeines flag 20111209

Method SAVE_LOG on class CL_FAGL_SLL_LOG has no exception.
History
Last changed by/on SAP  20131127 
SAP Release Created in 607