SAP ABAP Class CL_FCC_APP_LOG_MANAGER (Update Status Management)
Hierarchy
FCCO (Software Component) Financial Closing Cockpit 200
   CA-GTF-FCC (Application Component) Financial Closing cockpit Add-on
     FCC_CLOSING (Package) Financial Closing Cockpit - SAPGUI and backend
Properties
Class CL_FCC_APP_LOG_MANAGER  
Short Description Update Status Management    
Super Class    
Instantiability of a Class 2  Public 
Final    
General Data
Message Class FCC0    
Program status P  SAP Standard Production Program 
Category 0   
Package FCC_CLOSING   Financial Closing Cockpit - SAPGUI and backend 
Created 20110611   SAP 
Last change 20141107    
Shared Memory-enabled    
Fixed point arithmetic    
Unicode checks active    
Forward declarations
Class CL_FCC_APP_LOG_MANAGER has no forward declaration.
Interfaces
Class CL_FCC_APP_LOG_MANAGER has no interface implemented.
Friends
Class CL_FCC_APP_LOG_MANAGER has no friend class.
Attributes
# Attribute Level Visibility Read only Typing Associated Type Initial Value Description Created on
1 GC_OBJECT Constant Public Type reference (TYPE) BALOBJ_D 'FCC' Log Object 20110819
2 GC_SUB_OBJECT Constant Public Type reference (TYPE) BALSUBOBJ 'STD' Log Sub-Object 20111014
3 GC_SUB_OBJECT_MIG Constant Public Type reference (TYPE) BALSUBOBJ 'MIG' Application Log: Subobject 20111201
4 MSGTY_A Constant Private Type reference (TYPE) SYMSGTY 'A' Messages, Message Type 20110611
5 MSGTY_E Constant Private Type reference (TYPE) SYMSGTY 'E' Messages, Message Type 20110611
6 MSGTY_I Constant Private Type reference (TYPE) SYMSGTY 'I' Messages, Message Type 20110611
7 MSGTY_NONE Constant Private Type reference (TYPE) SYMSGTY ' ' Messages, Message Type 20110611
8 MSGTY_S Constant Private Type reference (TYPE) SYMSGTY 'S' Messages, Message Type 20110611
9 MSGTY_W Constant Private Type reference (TYPE) SYMSGTY 'W' Messages, Message Type 20110611
10 MSGTY_X Constant Private Type reference (TYPE) SYMSGTY 'X' Messages, Message Type 20110611
11 M_BALLOGHNDL Instance attribute Protected Type reference (TYPE) BALLOGHNDL Application Log Handle 20110611
12 M_IS_OPEN Instance attribute Private Type reference (TYPE) CHAR1 20110611
13 PROBCLASS_HIGH Constant Private Type reference (TYPE) BALPROBCL '2' Application Log: Message Problem Class 20110611
14 PROBCLASS_LOW Constant Private Type reference (TYPE) BALPROBCL '4' Application Log: Message Problem Class 20110611
15 PROBCLASS_MEDIUM Constant Private Type reference (TYPE) BALPROBCL '3' Application Log: Message Problem Class 20110611
16 PROBCLASS_NONE Constant Private Type reference (TYPE) BALPROBCL ' ' Application Log: Message Problem Class 20110611
17 PROBCLASS_VERY_HIGH Constant Private Type reference (TYPE) BALPROBCL '1' Application Log: Message Problem Class 20110611
Methods
# Method Level Visibility Method type Description Created on
1 ADD_FILE_MESSAGE Instance method Public Method add massage for uploading error log 20111201
2 ADD_MIG_MESSAGE Instance method Public Method Add migration message 20111201
3 CLOSE Instance method Public Method Close Application Log 20110611
4 CONSTRUCTOR Instance method Public Constructor Constructor 20110611
5 DETERMINE_FILE_MESSAGE Instance method Private Method Calcumulate massage 20111201
6 DETERMINE_MIG_MESSAGE Instance method Private Method Determine migration message 20111201
7 GET_LOG_HANDLE Instance method Public Method return log handle 20110611
8 MESSAGE Instance method Public Method Update Message 20110611
9 MESSAGE_DISPLAY Instance method Public Method Pop up messages. 20110929
10 MSG_ADD Instance method Private Method add message 20110804
11 OPEN Instance method Public Method Initialize 20110611
12 OPEN_WITH_NAME Instance method Public Method Initialize 20110804
13 SEARCH_MESSAGE Instance method Public Method search message handle by log handle 20111226
Events
Class CL_FCC_APP_LOG_MANAGER has no event.
Types
Class CL_FCC_APP_LOG_MANAGER has no local type.
Method Signatures

Method ADD_FILE_MESSAGE Signature

# Type Parameter Pass Value Optional Typing Method Associated Type Default value Description Created on
1 Importing ID_MESSAGE Call by reference Type reference (TYPE) FCC_UPLOAD_MESS 20111201

Method ADD_FILE_MESSAGE on class CL_FCC_APP_LOG_MANAGER has no exception.

Method ADD_MIG_MESSAGE Signature

# Type Parameter Pass Value Optional Typing Method Associated Type Default value Description Created on
1 Importing IS_MIGRATION_MESSAGE Call by reference Type reference (TYPE) FCC_S_MIGRATION_MESSAGE message table for uploading app log 20111201

Method ADD_MIG_MESSAGE on class CL_FCC_APP_LOG_MANAGER has no exception.

Method CLOSE Signature

Method CLOSE on class CL_FCC_APP_LOG_MANAGER has no parameter.
Method CLOSE on class CL_FCC_APP_LOG_MANAGER has no exception.

Method CONSTRUCTOR Signature

# Type Parameter Pass Value Optional Typing Method Associated Type Default value Description Created on
1 Importing P_IS_MIG Call by reference Type reference (TYPE) BOOLEAN Boolean Variable (X=True, -=False, Space=Unknown) 20111206
2 Importing P_REPID Call by reference Type reference (TYPE) SYREPID ABAP-Programm, aktuelles Rahmenprogramm 20110611
3 Importing P_SUBOBJECT Call by reference Type reference (TYPE) BALSUBOBJ 'STD' Application Log: Subobject 20111201
4 Importing P_TCODE Call by reference Type reference (TYPE) SYTCODE ABAP-Programm, aktueller Transaktionscode 20110611
5 Importing P_TEMPL_NAME Call by reference Type reference (TYPE) FCC_PROFILE_SELECT Name of a Template 20110805
# Exception Resumable Description Created on
1 E_NO_HANDLE_CREATED Handle konnte nicht erzeugt werden 20110611

Method DETERMINE_FILE_MESSAGE Signature

# Type Parameter Pass Value Optional Typing Method Associated Type Default value Description Created on
1 Importing ACTION Call by reference Type reference (TYPE) FCC_UPLOAD_ACTION action type for uploading template (1=create;2=update) 20111201
2 Importing MSG_ID Call by reference Type reference (TYPE) SYMSGID Message Class 20111201
3 Importing MSG_NO Call by reference Type reference (TYPE) SYMSGNO Message Number 20111201
4 Importing MSG_TYPE Call by reference Type reference (TYPE) SYMSGTY Message Type 20111201
5 Importing MSG_V1 Call by reference Type reference (TYPE) ANY 20111201
6 Importing MSG_V2 Call by reference Type reference (TYPE) ANY 20111201
7 Importing MSG_V3 Call by reference Type reference (TYPE) ANY 20111201
8 Importing MSG_V4 Call by reference Type reference (TYPE) ANY 20111201
9 Importing NODE_NEW Call by reference Type reference (TYPE) FCC_UPLOAD_NODE_NEW 20111201
10 Importing NODE_OLD Call by reference Type reference (TYPE) SCMA_NODE Node ID 20111201
11 Importing RESULT Call by reference Type reference (TYPE) FCC_UPLOAD_RESULT upload results 20111201

Method DETERMINE_FILE_MESSAGE on class CL_FCC_APP_LOG_MANAGER has no exception.

Method DETERMINE_MIG_MESSAGE Signature

# Type Parameter Pass Value Optional Typing Method Associated Type Default value Description Created on
1 Importing IS_MIGRATION_MESSAGE Call by reference Type reference (TYPE) FCC_S_MIGRATION_MESSAGE message table for uploading app log 20111201

Method DETERMINE_MIG_MESSAGE on class CL_FCC_APP_LOG_MANAGER has no exception.

Method GET_LOG_HANDLE Signature

# Type Parameter Pass Value Optional Typing Method Associated Type Default value Description Created on
1 Returning P_BALLOGHNDL Value transfer Type reference (TYPE) BALLOGHNDL Anwendungs-Log: Handle eines Protokolls 20110611

Method GET_LOG_HANDLE on class CL_FCC_APP_LOG_MANAGER has no exception.

Method MESSAGE Signature

# Type Parameter Pass Value Optional Typing Method Associated Type Default value Description Created on
1 Importing P_MSGID Call by reference Type reference (TYPE) SYMSGID 'FCC0' Nachrichten, Nachrichtenklasse 20110611
2 Importing P_MSGNO Call by reference Type reference (TYPE) SYMSGNO Nachrichten, Nachrichtennummer 20110611
3 Importing P_MSGTY Call by reference Type reference (TYPE) SYMSGTY 'I' Nachrichten, Nachrichtentyp 20110611
4 Importing P_MSGV1 Call by reference Type reference (TYPE) ANY Nachrichten, Nachrichtenvariable 20110611
5 Importing P_MSGV2 Call by reference Type reference (TYPE) ANY Nachrichten, Nachrichtenvariable 20110611
6 Importing P_MSGV3 Call by reference Type reference (TYPE) ANY Nachrichten, Nachrichtenvariable 20110611
7 Importing P_MSGV4 Call by reference Type reference (TYPE) ANY Nachrichten, Nachrichtenvariable 20110611

Method MESSAGE on class CL_FCC_APP_LOG_MANAGER has no exception.

Method MESSAGE_DISPLAY Signature

# Type Parameter Pass Value Optional Typing Method Associated Type Default value Description Created on
1 Importing IR_CFC Call by reference Object reference (TYPE REF TO) CL_FCC_CFC Class for Administration of Fast Close 20110929
2 Importing IT_MESSAGE Call by reference Type reference (TYPE) FCC_T_MESSAGE Table Type for Messages 20110929

Method MESSAGE_DISPLAY on class CL_FCC_APP_LOG_MANAGER has no exception.

Method MSG_ADD Signature

# Type Parameter Pass Value Optional Typing Method Associated Type Default value Description Created on
1 Importing P_MSGID Call by reference Type reference (TYPE) SYMSGID Message Class 20110805
2 Importing P_MSGNO Call by reference Type reference (TYPE) SYMSGNO Message Number 20110805
3 Importing P_MSGTY Call by reference Type reference (TYPE) SYMSGTY Message Type 20110805
4 Importing P_MSGV1 Call by reference Type reference (TYPE) ANY 20110805
5 Importing P_MSGV2 Call by reference Type reference (TYPE) ANY 20110805
6 Importing P_MSGV3 Call by reference Type reference (TYPE) ANY 20110805
7 Importing P_MSGV4 Call by reference Type reference (TYPE) ANY 20110805

Method MSG_ADD on class CL_FCC_APP_LOG_MANAGER has no exception.

Method OPEN Signature

# Type Parameter Pass Value Optional Typing Method Associated Type Default value Description Created on
1 Importing P_IS_MIG Call by reference Type reference (TYPE) BOOLEAN Boolean Variable (X=True, -=False, Space=Unknown) 20111206
2 Importing P_REPID Call by reference Type reference (TYPE) SYREPID ABAP-Programm, aktuelles Rahmenprogramm 20110611
3 Importing P_SUBOBJECT Call by reference Type reference (TYPE) BALSUBOBJ 'STD' Application Log: Subobject 20111201
4 Importing P_TCODE Call by reference Type reference (TYPE) SYTCODE ABAP-Programm, aktueller Transaktionscode 20110611
# Exception Resumable Description Created on
1 E_NO_HANDLE_CREATED Handle konnte nicht erzeugt werden. 20110611

Method OPEN_WITH_NAME Signature

# Type Parameter Pass Value Optional Typing Method Associated Type Default value Description Created on
1 Importing P_REPID Call by reference Type reference (TYPE) SYREPID ABAP Program: Current Main Program 20110804
2 Importing P_TCODE Call by reference Type reference (TYPE) SYTCODE ABAP Program, Current Transaction Code 20110804
3 Importing P_TEMPL_NAME Call by reference Type reference (TYPE) FCC_PROFILE_SELECT Name of a Template 20110805
# Exception Resumable Description Created on
1 E_NO_HANDLE_CREATED Handle Could Not Be Generated 20110804

Method SEARCH_MESSAGE Signature

# Type Parameter Pass Value Optional Typing Method Associated Type Default value Description Created on
1 Exporting ET_MESSAGE_HANDLE Call by reference Type reference (TYPE) BAL_T_MSGH Application Log: Message Handle Table 20111226
2 Importing IV_BALLOGHNDL Call by reference Type reference (TYPE) BALLOGHNDL Application Log: Log Handle 20111226
# Exception Resumable Description Created on
1 MESSAGE_NOT_FOUND message not found 20111226
History
Last changed by/on SAP  20141107 
SAP Release Created in 607