SAP ABAP Class CL_FCC_DYNPRO_HANDLER (Administration Screens and F4 Help)
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_DYNPRO_HANDLER  
Short Description Administration Screens and F4 Help    
Super Class    
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 20110611   SAP 
Last change 20141107    
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 LFCC Type group use (TYPE-POOLS tp)  Type group use (TYPE-POOLS tp)
Interfaces
Class CL_FCC_DYNPRO_HANDLER has no interface implemented.
Friends
Class CL_FCC_DYNPRO_HANDLER has no friend class.
Attributes
# Attribute Level Visibility Read only Typing Associated Type Initial Value Description Created on
1 CON_CPS_CHN Constant Public Type reference (TYPE) SYUCOMM 'CPS_CHN' Change CPS definition 20121019
2 CON_CPS_DIS Constant Public Type reference (TYPE) SYUCOMM 'CPS_DIS' Display CPS definition 20121019
3 CON_EXIT Constant Private Type reference (TYPE) SYUCOMM 'EXIT' Exit User Command 20110611
4 CON_EXIT_100 Constant Public Type reference (TYPE) SYUCOMM 'E100' Exit Screen 100 20110611
5 CON_OK Constant Private Type reference (TYPE) SYUCOMM 'OK' User Command OK 20110611
6 CON_PRI_PARA Constant Public Type reference (TYPE) SYUCOMM 'PRI_PARA' Change Printing Parameters 20121120
7 CON_SEQ_CHN Constant Public Type reference (TYPE) SYUCOMM 'SEQ_CHN' Change Workflow 20110611
8 CON_SEQ_COP Constant Public Type reference (TYPE) SYUCOMM 'SEQ_COP' Copy workflow 20110611
9 CON_SEQ_CRE Constant Public Type reference (TYPE) SYUCOMM 'SEQ_CRE' Create Workflow 20110611
10 CON_SEQ_DEL Constant Public Type reference (TYPE) SYUCOMM 'SEQ_DEL' Delete Workflow 20110611
11 CON_SEQ_DIS Constant Public Type reference (TYPE) SYUCOMM 'SEQ_DIS' Display workflow 20110611
12 CON_VARI_CHN Constant Public Type reference (TYPE) SYUCOMM 'VARI_CHN' Change Variant 20110611
13 CON_VARI_CRE Constant Public Type reference (TYPE) SYUCOMM 'VARI_CRE' Create Variant 20110611
14 CON_VARI_DEL Constant Public Type reference (TYPE) SYUCOMM 'VARI_DEL' Delete Variant 20110611
15 CON_VARI_DIS Constant Public Type reference (TYPE) SYUCOMM 'VARI_DIS' Display Variant 20110611
16 GS_ARC_PARAMS Static Attribute Public Type reference (TYPE) ARC_PARAMS ImageLink structure 20121126
17 GS_ITEM Static Attribute Private Object reference (TYPE REF TO) CL_FCC_CITEMX Node Element 20120213
18 GS_PRI_PARAMS Static Attribute Public Type reference (TYPE) PRI_PARAMS Structure for Passing Print Parameters 20121126
19 GS_TASK_DYNPRO Static Attribute Protected Type reference (TYPE) LFCC_TY_DYNPRO_DATA_S Screen parameters 20110611
20 GS_TASK_SELECT Static Attribute Protected Type reference (TYPE) FCC_TASK_SELECT Structure with Screen Values 20110611
21 GT_DYNPRO_DATA Static Attribute Private Type reference (TYPE) LFCC_TY_DYNPRO_DATA_T Application Stack of Screen Sequence 20110611
22 GT_USED_NAMES Static Attribute Private Type reference (TYPE) FCC_IFOLDER_TEXT Itab for TFC_Folder_Text 20110611
Methods
# Method Level Visibility Method type Description Created on
1 CHECK_INPUT_0100 Static method Public Method Checks Data Entered on Screen 100 20110611
2 CHECK_SELECT_SEQUENCE Static method Private Method Check whether Flow Definition Exists 20110611
3 CHECK_SELECT_VARIANT Static method Private Method Check whether Report Variant Exists 20110611
4 FREE Static method Protected Method Deletes All Globally Held Internal Data 20110611
5 FREE_SINGLE_DYNPRO Static method Protected Method Reads Data of Individual Screen 20110611
6 GET_DYNNR Static method Public Method Reads Globally Set Screen Number 20110611
7 GET_DYNPRO_ATTR Static method Private Method Read Values of Tasks from Class 20110611
8 GET_DYNPRO_TASKS Static method Public Method Read Values of Tasks from Class 20110611
9 GET_DYNP_VALUES Static method Public Method Reads Screen Fields 20110611
10 GET_HANDLE Static method Public Method Read Processing Type 20110611
11 GET_REPID Static method Public Method Reads Globally Set Report Names 20110611
12 GET_VARIANT_F4 Static method Public Method Returns Report Variant by F4 Help 20110611
13 HANDLE_CPS Static method Private Method Display and Change CPS Definition 20121019
14 HANDLE_SEQUENCE Static method Public Method Create, Change, and Display Flow Definitions 20110611
15 HANDLE_TASK Static method Public Method Manage Tasks in Task List 20110611
16 HANDLE_USER_COMMAND Static method Public Method Processes User Commands 20110611
17 HANDLE_VARIANT Static method Private Method Create, Change, or Display Variant 20110611
18 SET_DYNNR Static method Private Method Sets Screen Number Globally 20110611
19 SET_DYNPRO_ATTR Static method Private Method Determine Screen Details 20110611
20 SET_DYNPRO_TASKS Static method Public Method Set Values on Screen for Task 20110611
21 SET_DYNP_VALUES Static method Private Method Sets Fields of a Screen 20110611
22 SET_HANDLE Static method Public Method Set Processing Type 20110611
23 SET_REPID Static method Private Method Sets Report Names Globally 20110611
24 SET_STATUS_AND_TITLE Static method Public Method Sets User Interface Status and Title 20110611
25 STACK_ADD Static method Public Method Note Old Data When Changing Screen 20110611
26 STACK_REDUCE Static method Private Method Reset Stack by one Level When Leaving Screen 20110611
27 VALIDATE_TASK_TYPE_DETAIL Static method Public Method Validates the task details information 20111216
Events
Class CL_FCC_DYNPRO_HANDLER has no event.
Types
Class CL_FCC_DYNPRO_HANDLER has no local type.
Method Signatures

Method CHECK_INPUT_0100 Signature

# Type Parameter Pass Value Optional Typing Method Associated Type Default value Description Created on
1 Importing I_DDATE Call by reference Type reference (TYPE) SYDATS (8-character) Date for SYST 20120223
2 Importing I_IS_TEMPLATE Call by reference Type reference (TYPE) BOOLEAN Boolean Variable (X=True, -=False, Space=Unknown) 20120104
3 Importing I_UCOMM Call by reference Type reference (TYPE) SYUCOMM 20110611

Method CHECK_INPUT_0100 on class CL_FCC_DYNPRO_HANDLER has no exception.

Method CHECK_SELECT_SEQUENCE Signature

# Type Parameter Pass Value Optional Typing Method Associated Type Default value Description Created on
1 Changing C_SEQUENCE Call by reference Type reference (TYPE) FCC_SEQUENCE 20110611

Method CHECK_SELECT_SEQUENCE on class CL_FCC_DYNPRO_HANDLER has no exception.

Method CHECK_SELECT_VARIANT Signature

# Type Parameter Pass Value Optional Typing Method Associated Type Default value Description Created on
1 Changing C_VARIANT Call by reference Type reference (TYPE) FCC_VARIANT 20110611
2 Importing I_IS_TEMPLATE Call by reference Type reference (TYPE) BOOLEAN Boolean Variable (X=True, -=False, Space=Unknown) 20120104
3 Importing I_REPORT Call by reference Type reference (TYPE) FCC_PROGRAMM 20110611

Method CHECK_SELECT_VARIANT on class CL_FCC_DYNPRO_HANDLER has no exception.

Method FREE Signature

Method FREE on class CL_FCC_DYNPRO_HANDLER has no parameter.
Method FREE on class CL_FCC_DYNPRO_HANDLER has no exception.

Method FREE_SINGLE_DYNPRO Signature

Method FREE_SINGLE_DYNPRO on class CL_FCC_DYNPRO_HANDLER has no parameter.
Method FREE_SINGLE_DYNPRO on class CL_FCC_DYNPRO_HANDLER has no exception.

Method GET_DYNNR Signature

# Type Parameter Pass Value Optional Typing Method Associated Type Default value Description Created on
1 Exporting E_DYNNR Value transfer Type reference (TYPE) SYDYNNR 20110611

Method GET_DYNNR on class CL_FCC_DYNPRO_HANDLER has no exception.

Method GET_DYNPRO_ATTR Signature

# Type Parameter Pass Value Optional Typing Method Associated Type Default value Description Created on
1 Exporting ES_TASK_DYNPRO Call by reference Type reference (TYPE) LFCC_TY_DYNPRO_DATA_S 20110611

Method GET_DYNPRO_ATTR on class CL_FCC_DYNPRO_HANDLER has no exception.

Method GET_DYNPRO_TASKS Signature

# Type Parameter Pass Value Optional Typing Method Associated Type Default value Description Created on
1 Exporting ES_TASK_SELECT Call by reference Type reference (TYPE) FCC_TASK_SELECT 20110611

Method GET_DYNPRO_TASKS on class CL_FCC_DYNPRO_HANDLER has no exception.

Method GET_DYNP_VALUES Signature

# Type Parameter Pass Value Optional Typing Method Associated Type Default value Description Created on
1 Changing CT_DYNPFIELDS Call by reference Type reference (TYPE) DYNPREAD_TABTYPE 20110611
2 Importing IM_DYNNR Call by reference Type reference (TYPE) SYDYNNR Current Screen Number 20111207
# Exception Resumable Description Created on
1 ERROR_OCCURED Fehler aufgetreten 20110611

Method GET_HANDLE Signature

# Type Parameter Pass Value Optional Typing Method Associated Type Default value Description Created on
1 Exporting ED_HANDLE Call by reference Type reference (TYPE) FCC_HANDLE_TASK 20110611

Method GET_HANDLE on class CL_FCC_DYNPRO_HANDLER has no exception.

Method GET_REPID Signature

# Type Parameter Pass Value Optional Typing Method Associated Type Default value Description Created on
1 Exporting E_REPID Value transfer Type reference (TYPE) SYREPID 20110611

Method GET_REPID on class CL_FCC_DYNPRO_HANDLER has no exception.

Method GET_VARIANT_F4 Signature

# Type Parameter Pass Value Optional Typing Method Associated Type Default value Description Created on
1 Importing IM_DYNNR Call by reference Type reference (TYPE) SYDYNNR '0100' Current Screen Number 20111207
2 Importing IV_DISPLAY_MODE Call by reference Type reference (TYPE) ABAP_BOOL ' ' Is Display Mode 20121116

Method GET_VARIANT_F4 on class CL_FCC_DYNPRO_HANDLER has no exception.

Method HANDLE_CPS Signature

# Type Parameter Pass Value Optional Typing Method Associated Type Default value Description Created on
1 Importing I_RT_DEF_ID Call by reference Type reference (TYPE) FCC_RT_DEF_ID Name of SAP CPS Task 20121019
2 Importing I_UCOMM Call by reference Type reference (TYPE) SYUCOMM Function code that PAI triggered 20121019

Method HANDLE_CPS on class CL_FCC_DYNPRO_HANDLER has no exception.

Method HANDLE_SEQUENCE Signature

# Type Parameter Pass Value Optional Typing Method Associated Type Default value Description Created on
1 Importing I_RFCDEST Call by reference Type reference (TYPE) RFCDEST SPACE Specify for remote workflow 20121219
2 Importing I_SEQUENCE Call by reference Type reference (TYPE) FCC_SEQUENCE 20110611
3 Importing I_UCOMM Call by reference Type reference (TYPE) SYUCOMM 20110611

Method HANDLE_SEQUENCE on class CL_FCC_DYNPRO_HANDLER has no exception.

Method HANDLE_TASK Signature

# Type Parameter Pass Value Optional Typing Method Associated Type Default value Description Created on
1 Changing CS_TASK_PARA Call by reference Type reference (TYPE) FCC_TASK_PARA Parameters for Fcc Tasks 20121126
2 Changing CS_TASK_SELECT Call by reference Type reference (TYPE) FCC_TASK_SELECT 20110611
3 Changing CT_RT_PARAMS Call by reference Type reference (TYPE) FCC_T_PARAM Tabelle der Parameterwerte einer Remoteaufgabe 20110611
4 Changing CT_USED_NAMES Call by reference Type reference (TYPE) FCC_IFOLDER_TEXT Itab zu TFC_Folder_Text 20110611
5 Importing ID_ACTION Call by reference Type reference (TYPE) UI_FUNC Funktionscode 20110611
6 Importing ID_HANDLE Call by reference Type reference (TYPE) FCC_HANDLE_TASK 20110611
7 Importing ID_IS_TEMPLATE Call by reference Type reference (TYPE) CHAR1 Einstelliges Kennzeichen 20110611
8 Importing ID_TEMPLATE_TYPE Call by reference Type reference (TYPE) FCC_TEMPL_TYPE Template Type 20110611
9 Importing IR_CFC Call by reference Object reference (TYPE REF TO) CL_FCC_CFC Class for Administration of Fast Close 20110621
10 Importing IR_ITEM Call by reference Object reference (TYPE REF TO) CL_FCC_CITEMX Node Element 20110811
11 Importing IS_INSTANCE Call by reference Type reference (TYPE) FCC_INSTANCE Instanzen eines Profils 20110611
# Exception Resumable Description Created on
1 ERROR_OCCURED Fehler bei der Bearbeitung aufgetreten 20110611

Method HANDLE_USER_COMMAND Signature

# Type Parameter Pass Value Optional Typing Method Associated Type Default value Description Created on
1 Exporting ES_ARC_PARAMS Call by reference Type reference (TYPE) ARC_PARAMS ImageLink structure 20121126
2 Exporting ES_PRINT_PARAMS Call by reference Type reference (TYPE) PRI_PARAMS Structure for Passing Print Parameters 20121126
3 Importing ID_IS_TEMPLATE Call by reference Type reference (TYPE) CHAR1 Einstelliges Kennzeichen 20110611
4 Importing IR_CFC Call by reference Object reference (TYPE REF TO) CL_FCC_CFC Class for Administration of Fast Close 20110706
5 Importing IR_ITEM Call by reference Object reference (TYPE REF TO) CL_FCC_CITEMX Node Element 20110811
6 Importing I_UCOMM Call by reference Type reference (TYPE) SYUCOMM 20110611

Method HANDLE_USER_COMMAND on class CL_FCC_DYNPRO_HANDLER has no exception.

Method HANDLE_VARIANT Signature

# Type Parameter Pass Value Optional Typing Method Associated Type Default value Description Created on
1 Changing C_VARIANT Call by reference Type reference (TYPE) FCC_VARIANT 20110611
2 Importing I_REPORT Call by reference Type reference (TYPE) FCC_PROGRAMM 20110611
3 Importing I_UCOMM Call by reference Type reference (TYPE) SYUCOMM 20110611

Method HANDLE_VARIANT on class CL_FCC_DYNPRO_HANDLER has no exception.

Method SET_DYNNR Signature

# Type Parameter Pass Value Optional Typing Method Associated Type Default value Description Created on
1 Importing I_DYNNR Call by reference Type reference (TYPE) SYDYNNR 20110611

Method SET_DYNNR on class CL_FCC_DYNPRO_HANDLER has no exception.

Method SET_DYNPRO_ATTR Signature

# Type Parameter Pass Value Optional Typing Method Associated Type Default value Description Created on
1 Importing IS_TASK_DYNPRO Call by reference Type reference (TYPE) LFCC_TY_DYNPRO_DATA_S 20110611

Method SET_DYNPRO_ATTR on class CL_FCC_DYNPRO_HANDLER has no exception.

Method SET_DYNPRO_TASKS Signature

# Type Parameter Pass Value Optional Typing Method Associated Type Default value Description Created on
1 Importing IS_TASK_SELECT Call by reference Type reference (TYPE) FCC_TASK_SELECT 20110611
2 Importing IV_TASK_DETAIL Call by reference Type reference (TYPE) BOOLEAN ABAP_TRUE Boolean Variable (X=True, -=False, Space=Unknown) 20111222

Method SET_DYNPRO_TASKS on class CL_FCC_DYNPRO_HANDLER has no exception.

Method SET_DYNP_VALUES Signature

# Type Parameter Pass Value Optional Typing Method Associated Type Default value Description Created on
1 Importing IT_DYNPFIELDS Call by reference Type reference (TYPE) DYNPREAD_TABTYPE 20110611

Method SET_DYNP_VALUES on class CL_FCC_DYNPRO_HANDLER has no exception.

Method SET_HANDLE Signature

# Type Parameter Pass Value Optional Typing Method Associated Type Default value Description Created on
1 Importing ID_HANDLE Call by reference Type reference (TYPE) FCC_HANDLE_TASK 20110611

Method SET_HANDLE on class CL_FCC_DYNPRO_HANDLER has no exception.

Method SET_REPID Signature

# Type Parameter Pass Value Optional Typing Method Associated Type Default value Description Created on
1 Importing I_REPID Call by reference Type reference (TYPE) SYREPID 20110611

Method SET_REPID on class CL_FCC_DYNPRO_HANDLER has no exception.

Method SET_STATUS_AND_TITLE Signature

# Type Parameter Pass Value Optional Typing Method Associated Type Default value Description Created on
1 Importing IT_EXCL_TAB Call by reference Type reference (TYPE) FCC_T_STATUS_EXCL 20110611
2 Importing I_STATUS Call by reference Type reference (TYPE) CHAR5 20110611
3 Importing I_TITLE Call by reference Type reference (TYPE) CHAR5 20110611

Method SET_STATUS_AND_TITLE on class CL_FCC_DYNPRO_HANDLER has no exception.

Method STACK_ADD Signature

# Type Parameter Pass Value Optional Typing Method Associated Type Default value Description Created on
1 Importing I_DYNNR Call by reference Type reference (TYPE) SYDYNNR 20110611
2 Importing I_REPID Call by reference Type reference (TYPE) SYREPID 20110611

Method STACK_ADD on class CL_FCC_DYNPRO_HANDLER has no exception.

Method STACK_REDUCE Signature

# Type Parameter Pass Value Optional Typing Method Associated Type Default value Description Created on
1 Exporting E_DYNNR Call by reference Type reference (TYPE) SYDYNNR Folgedynpro 20110611

Method STACK_REDUCE on class CL_FCC_DYNPRO_HANDLER has no exception.

Method VALIDATE_TASK_TYPE_DETAIL Signature

# Type Parameter Pass Value Optional Typing Method Associated Type Default value Description Created on
1 Importing I_IS_TEMPLATE Call by reference Type reference (TYPE) BOOLEAN Boolean Variable (X=True, -=False, Space=Unknown) 20120104
2 Importing I_UCOMM Call by reference Type reference (TYPE) SYUCOMM Function code that PAI triggered 20111216

Method VALIDATE_TASK_TYPE_DETAIL on class CL_FCC_DYNPRO_HANDLER has no exception.
History
Last changed by/on SAP  20141107 
SAP Release Created in 607