SAP ABAP Class CL_FCC_JOBLOG_GRID (Display Item Log)
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
Meta Relationship - Using
# Relationship type Using Short Description Created on
1 Inheritance (c INHERITING FROM c_ref)  CL_GUI_ALV_GRID ALV List Viewer 20110818
Properties
Class CL_FCC_JOBLOG_GRID  
Short Description Display Item Log    
Super Class CL_GUI_ALV_GRID ALV List Viewer 
Instantiability of a Class 2  Public 
Final    
General Data
Message Class    
Program status     
Category 0   
Package FCC_CLOSING   Financial Closing Cockpit - SAPGUI and backend 
Created 20110818   SAP 
Last change 20141107    
Shared Memory-enabled    
Fixed point arithmetic    
Unicode checks active    
Forward declarations
Class CL_FCC_JOBLOG_GRID has no forward declaration.
Interfaces
Class CL_FCC_JOBLOG_GRID has no interface implemented.
Friends
Class CL_FCC_JOBLOG_GRID has no friend class.
Attributes
# Attribute Level Visibility Read only Typing Associated Type Initial Value Description Created on
1 CMD_VIEW_DOC Constant Private Type reference (TYPE) STRING 'VIEW_DOC' 20110818
2 MD_LOCK_UPDATE Instance attribute Private Type reference (TYPE) XFELD 20120405
3 MT_JOB_LOGS Instance attribute Private Type reference (TYPE) FCC_T_INST_FILE_ALV Table Type of Office Document Files 20110902
4 MV_APPLOG_RC Instance attribute Private Type reference (TYPE) SY-SUBRC Return Value of ABAP Statements 20111220
5 MV_BASICLIST_RC Instance attribute Private Type reference (TYPE) SY-SUBRC Return Value of ABAP Statements 20111216
6 MV_DETAILLIST_RC Instance attribute Private Type reference (TYPE) SY-SUBRC Return Value of ABAP Statements 20111216
7 MV_SPOOL_RC Instance attribute Private Type reference (TYPE) SY-SUBRC Return Value of ABAP Statements 20110920
8 M_CONTAINER Instance attribute Private Object reference (TYPE REF TO) CL_GUI_CONTAINER Abstract Container for GUI Controls 20110818
9 M_EDIT Instance attribute Private Object reference (TYPE REF TO) CL_FCC_CFC Class for Administration of Fast Close 20110818
10 M_IS_VISIBLE Instance attribute Private Type reference (TYPE) CHAR1 Single-Character Flag 20111027
11 M_ITEM Instance attribute Private Object reference (TYPE REF TO) CL_FCC_CITEMX Node Element 20110818
12 M_ITEMS Instance attribute Private Type reference (TYPE) FCC_ITEMS Item table 20110818
Methods
# Method Level Visibility Method type Description Created on
1 BUILD_FIELDCATALOG Instance method Private Method Create Field Catalog 20110818
2 BUILD_FIELDCATALOG_2 Instance method Private Method For rebuild the field catalog for the task is not cps. 20121115
3 CONSTRUCTOR Instance method Public Constructor 20110818
4 DISPLAY_ALV Instance method Private Method 20121116
5 DISPLAY_ITEM_JOB_LOGS Instance method Private Method Reload Documents 20110902
6 GET_SELECTED_LOG Instance method Private Method Get Selected Document 20110902
7 GET_SELECTED_LOG_VALUES Instance method Public Method GET_SELECTED_DOCU_VALUES 20110902
8 HANDLE_ACTIVATED Instance method Private Event handling method React to Activated Events 20110818
9 HANDLE_DATA_CHANGE_BEGIN Instance method Private Event handling method React to Data_change_begin Events 20110818
10 HANDLE_DATA_CHANGE_FINISHED Instance method Private Event handling method React to Data_change_finished Events 20110818
11 HANDLE_DEP_HOTSPOT_CLICK Instance method Private Event handling method React to Expand_PRE_SUC_TASK hotspot click 20110928
12 HANDLE_DOUBLE_CLICK Instance method Private Event handling method Double-Click Row or Item 20110818
13 HANDLE_HEADER_CHANGED Instance method Private Event handling method React to Event Header_Changed 20110818
14 HANDLE_ITEM_DBL_CLICK Instance method Private Event handling method React to Double-Clicked Events 20110818
15 HANDLE_LOAD_DATA Instance method Private Event handling method React to load data event 20110818
16 HANDLE_REFRESH Instance method Private Event handling method Reload 20110818
17 INIT Instance method Private Method Initialization 20110818
18 ON_TOOLBAR Instance method Private Event handling method Toolbar Menu Extension 20110818
19 ON_USER_COMMAND Instance method Private Event handling method User Interaction Handling 20110818
20 ON_VIEW_LOG Instance method Private Method View Document 20110902
21 ON_VIEW_LOG_ONLINE Instance method Private Method Display Log Online 20110914
22 RETURN_APPLOG_RESULT Instance method Public Method Receive the spool exception 20111220
23 RETURN_BASIC_LIST_RESULT Instance method Public Method 20111216
24 RETURN_DETAIL_LIST_RESULT Instance method Public Method 20111216
25 RETURN_SPOOL Instance method Public Method Receive the spool exception 20110920
26 SET_EXCL_FUNC Instance method Private Method Set exclude function for ALV toolbar 20121217
27 SET_SELECTED_LOG_VALUES Instance method Public Method SET_SELECTED_DOCU_VALUES 20110902
28 SHOW_BASIC_LIST Instance method Private Method Display Basic Lists 20111215
29 SHOW_CHANGE_DOCUMENTS Instance method Private Method Display Change Documents 20110920
30 SHOW_DETAIL_LIST Instance method Private Method Display Detail Lists 20111215
31 SHOW_MESSAGES Instance method Private Method Execute Task Directly 20110915
32 SHOW_SPOOL_LOG Instance method Private Method Show Spool Log Online 20110914
Events
Class CL_FCC_JOBLOG_GRID has no event.
Types
Class CL_FCC_JOBLOG_GRID has no local type.
Method Signatures

Method BUILD_FIELDCATALOG Signature

# Type Parameter Pass Value Optional Typing Method Associated Type Default value Description Created on
1 Changing CT_FIELDCATALOG Call by reference Type reference (TYPE) LVC_T_FCAT Field Catalog for SAP List Viewer Control 20110818
2 Importing I_TASK_TYPE Call by reference Type reference (TYPE) FCC_TASK_TYPE '' Character Field Length 1 20130906

Method BUILD_FIELDCATALOG on class CL_FCC_JOBLOG_GRID has no exception.

Method BUILD_FIELDCATALOG_2 Signature

# Type Parameter Pass Value Optional Typing Method Associated Type Default value Description Created on
1 Changing CT_FIELDCATALOG Value transfer Type reference (TYPE) LVC_T_FCAT Field Catalog for List Viewer Control 20121116

Method BUILD_FIELDCATALOG_2 on class CL_FCC_JOBLOG_GRID has no exception.

Method CONSTRUCTOR Signature

# Type Parameter Pass Value Optional Typing Method Associated Type Default value Description Created on
1 Importing IR_EDIT Call by reference Object reference (TYPE REF TO) CL_FCC_CFC Class for Administration of Fast Close 20110818
2 Importing IR_PARENT Call by reference Object reference (TYPE REF TO) CL_GUI_CONTAINER Abstract Container for GUI Controls 20110818
3 Importing IR_TEXT_EDIT Call by reference Object reference (TYPE REF TO) CL_GUI_TEXTEDIT SAP TextEdit Control 20110913

Method CONSTRUCTOR on class CL_FCC_JOBLOG_GRID has no exception.

Method DISPLAY_ALV Signature

Method DISPLAY_ALV on class CL_FCC_JOBLOG_GRID has no parameter.
Method DISPLAY_ALV on class CL_FCC_JOBLOG_GRID has no exception.

Method DISPLAY_ITEM_JOB_LOGS Signature

# Type Parameter Pass Value Optional Typing Method Associated Type Default value Description Created on
1 Importing ID_ROW_ID Call by reference Type reference (TYPE) INT4 Natural Number 20110902

Method DISPLAY_ITEM_JOB_LOGS on class CL_FCC_JOBLOG_GRID has no exception.

Method GET_SELECTED_LOG Signature

# Type Parameter Pass Value Optional Typing Method Associated Type Default value Description Created on
1 Exporting ES_JOB_LOG Call by reference Type reference (TYPE) FCC_S_INST_FILE_ALV Item Job Log 20110902
2 Exporting ES_ROW_ID Call by reference Type reference (TYPE) LVC_S_ROID Assignment of Line Number to Line ID 20110902
3 Importing IS_ROW_ID Call by reference Type reference (TYPE) LVC_S_ROID Assignment of Line Number to Line ID 20110902

Method GET_SELECTED_LOG on class CL_FCC_JOBLOG_GRID has no exception.

Method GET_SELECTED_LOG_VALUES Signature

# Type Parameter Pass Value Optional Typing Method Associated Type Default value Description Created on
1 Exporting ER_ITEM Call by reference Object reference (TYPE REF TO) CL_FCC_CITEMX Node Element 20110902
2 Exporting ES_DOCU_ROID Call by reference Type reference (TYPE) LVC_S_ROID Assignment of Line Number to Line ID 20110902
3 Exporting ES_JOB_LOG Call by reference Type reference (TYPE) FCC_S_INST_FILE_ALV Item Job Log 20110902

Method GET_SELECTED_LOG_VALUES on class CL_FCC_JOBLOG_GRID has no exception.

Method HANDLE_ACTIVATED Signature

# Type Parameter Pass Value Optional Typing Method Associated Type Default value Description Created on
1 Importing ACTIVE_CONTAINER Value transfer Attribute reference (LIKE) 20110818

Method HANDLE_ACTIVATED on class CL_FCC_JOBLOG_GRID has no exception.

Method HANDLE_DATA_CHANGE_BEGIN Signature

Method HANDLE_DATA_CHANGE_BEGIN on class CL_FCC_JOBLOG_GRID has no parameter.
Method HANDLE_DATA_CHANGE_BEGIN on class CL_FCC_JOBLOG_GRID has no exception.

Method HANDLE_DATA_CHANGE_FINISHED Signature

Method HANDLE_DATA_CHANGE_FINISHED on class CL_FCC_JOBLOG_GRID has no parameter.
Method HANDLE_DATA_CHANGE_FINISHED on class CL_FCC_JOBLOG_GRID has no exception.

Method HANDLE_DEP_HOTSPOT_CLICK Signature

# Type Parameter Pass Value Optional Typing Method Associated Type Default value Description Created on
1 Importing IR_DEP Value transfer Attribute reference (LIKE) 20110928
2 Importing IR_ITEM Value transfer Attribute reference (LIKE) 20110928
3 Importing SENDER Value transfer Attribute reference (LIKE) 20110928

Method HANDLE_DEP_HOTSPOT_CLICK on class CL_FCC_JOBLOG_GRID has no exception.

Method HANDLE_DOUBLE_CLICK Signature

# Type Parameter Pass Value Optional Typing Method Associated Type Default value Description Created on
1 Importing ES_ROW_NO Value transfer Attribute reference (LIKE) 20110818
2 Importing E_COLUMN Value transfer Attribute reference (LIKE) 20110818
3 Importing E_ROW Value transfer Attribute reference (LIKE) 20110818

Method HANDLE_DOUBLE_CLICK on class CL_FCC_JOBLOG_GRID has no exception.

Method HANDLE_HEADER_CHANGED Signature

# Type Parameter Pass Value Optional Typing Method Associated Type Default value Description Created on
1 Importing IS_HDR Value transfer Attribute reference (LIKE) 20110818
2 Importing IS_HDR_OLD Value transfer Attribute reference (LIKE) 20110818
3 Importing IS_INSTANCE Value transfer Attribute reference (LIKE) 20110818
4 Importing IS_INSTANCE_OLD Value transfer Attribute reference (LIKE) 20110818

Method HANDLE_HEADER_CHANGED on class CL_FCC_JOBLOG_GRID has no exception.

Method HANDLE_ITEM_DBL_CLICK Signature

# Type Parameter Pass Value Optional Typing Method Associated Type Default value Description Created on
1 Importing IT_ITEMS Value transfer Attribute reference (LIKE) 20110818
2 Importing IT_NODES Value transfer Attribute reference (LIKE) 20110818
3 Importing SENDER Value transfer Attribute reference (LIKE) 20110818

Method HANDLE_ITEM_DBL_CLICK on class CL_FCC_JOBLOG_GRID has no exception.

Method HANDLE_LOAD_DATA Signature

Method HANDLE_LOAD_DATA on class CL_FCC_JOBLOG_GRID has no parameter.
Method HANDLE_LOAD_DATA on class CL_FCC_JOBLOG_GRID has no exception.

Method HANDLE_REFRESH Signature

Method HANDLE_REFRESH on class CL_FCC_JOBLOG_GRID has no parameter.
Method HANDLE_REFRESH on class CL_FCC_JOBLOG_GRID has no exception.

Method INIT Signature

# Type Parameter Pass Value Optional Typing Method Associated Type Default value Description Created on
1 Importing I_TASK_TYPE Call by reference Type reference (TYPE) FCC_TASK_TYPE '' Character Field Length 1 20130906

Method INIT on class CL_FCC_JOBLOG_GRID has no exception.

Method ON_TOOLBAR Signature

# Type Parameter Pass Value Optional Typing Method Associated Type Default value Description Created on
1 Importing E_OBJECT Value transfer Attribute reference (LIKE) 20110818

Method ON_TOOLBAR on class CL_FCC_JOBLOG_GRID has no exception.

Method ON_USER_COMMAND Signature

# Type Parameter Pass Value Optional Typing Method Associated Type Default value Description Created on
1 Importing E_UCOMM Value transfer Attribute reference (LIKE) 20110818

Method ON_USER_COMMAND on class CL_FCC_JOBLOG_GRID has no exception.

Method ON_VIEW_LOG Signature

# Type Parameter Pass Value Optional Typing Method Associated Type Default value Description Created on
1 Importing IS_JOB_LOG Call by reference Type reference (TYPE) FCC_S_INST_FILE_ALV Copy of output files To Display 20110915

Method ON_VIEW_LOG on class CL_FCC_JOBLOG_GRID has no exception.

Method ON_VIEW_LOG_ONLINE Signature

# Type Parameter Pass Value Optional Typing Method Associated Type Default value Description Created on
1 Importing IS_JOB_LOG Call by reference Type reference (TYPE) FCC_S_INST_FILE_ALV Copy of output files To Display 20110915

Method ON_VIEW_LOG_ONLINE on class CL_FCC_JOBLOG_GRID has no exception.

Method RETURN_APPLOG_RESULT Signature

# Type Parameter Pass Value Optional Typing Method Associated Type Default value Description Created on
1 Importing P_TASK Call by reference Type reference (TYPE) ANY 20111220

Method RETURN_APPLOG_RESULT on class CL_FCC_JOBLOG_GRID has no exception.

Method RETURN_BASIC_LIST_RESULT Signature

# Type Parameter Pass Value Optional Typing Method Associated Type Default value Description Created on
1 Importing P_TASK Call by reference Type reference (TYPE) CLIKE 20111216

Method RETURN_BASIC_LIST_RESULT on class CL_FCC_JOBLOG_GRID has no exception.

Method RETURN_DETAIL_LIST_RESULT Signature

# Type Parameter Pass Value Optional Typing Method Associated Type Default value Description Created on
1 Importing P_TASK Call by reference Type reference (TYPE) CLIKE 20111216

Method RETURN_DETAIL_LIST_RESULT on class CL_FCC_JOBLOG_GRID has no exception.

Method RETURN_SPOOL Signature

# Type Parameter Pass Value Optional Typing Method Associated Type Default value Description Created on
1 Importing P_TASK Call by reference Type reference (TYPE) ANY 20110920

Method RETURN_SPOOL on class CL_FCC_JOBLOG_GRID has no exception.

Method SET_EXCL_FUNC Signature

# Type Parameter Pass Value Optional Typing Method Associated Type Default value Description Created on
1 Exporting ET_FUNC Call by reference Type reference (TYPE) UI_FUNCTIONS Function Code Table 20121217

Method SET_EXCL_FUNC on class CL_FCC_JOBLOG_GRID has no exception.

Method SET_SELECTED_LOG_VALUES Signature

# Type Parameter Pass Value Optional Typing Method Associated Type Default value Description Created on
1 Importing IS_DOCU_ROID Call by reference Type reference (TYPE) LVC_S_ROID Assignment of Line Number to Line ID 20110902
2 Importing IS_JOB_LOG Call by reference Type reference (TYPE) FCC_S_INST_FILE_ALV Item Job Log 20110902

Method SET_SELECTED_LOG_VALUES on class CL_FCC_JOBLOG_GRID has no exception.

Method SHOW_BASIC_LIST Signature

# Type Parameter Pass Value Optional Typing Method Associated Type Default value Description Created on
1 Importing IS_INST_FILE_ALV Call by reference Type reference (TYPE) FCC_S_INST_FILE_ALV Node Element 20111215

Method SHOW_BASIC_LIST on class CL_FCC_JOBLOG_GRID has no exception.

Method SHOW_CHANGE_DOCUMENTS Signature

# Type Parameter Pass Value Optional Typing Method Associated Type Default value Description Created on
1 Importing ID_FIELDNAME Call by reference Type reference (TYPE) FIELDNAME Field Name 20110920
2 Importing IR_ITEM Call by reference Object reference (TYPE REF TO) CL_FCC_CITEMX Item Table 20110920

Method SHOW_CHANGE_DOCUMENTS on class CL_FCC_JOBLOG_GRID has no exception.

Method SHOW_DETAIL_LIST Signature

# Type Parameter Pass Value Optional Typing Method Associated Type Default value Description Created on
1 Importing IS_INST_FILE_ALV Call by reference Type reference (TYPE) FCC_S_INST_FILE_ALV Node Element 20111216

Method SHOW_DETAIL_LIST on class CL_FCC_JOBLOG_GRID has no exception.

Method SHOW_MESSAGES Signature

# Type Parameter Pass Value Optional Typing Method Associated Type Default value Description Created on
1 Importing IS_INST_FILE_ALV Call by reference Type reference (TYPE) FCC_S_INST_FILE_ALV Node Element 20111219

Method SHOW_MESSAGES on class CL_FCC_JOBLOG_GRID has no exception.

Method SHOW_SPOOL_LOG Signature

# Type Parameter Pass Value Optional Typing Method Associated Type Default value Description Created on
1 Importing IS_INST_FILE_ALV Call by reference Type reference (TYPE) FCC_S_INST_FILE_ALV Copy of output files To Display 20110914

Method SHOW_SPOOL_LOG on class CL_FCC_JOBLOG_GRID has no exception.
History
Last changed by/on SAP  20141107 
SAP Release Created in 100