SAP ABAP Class CL_DYNPRO_HANDLER (Administration Screens and F4 Help ...)
Hierarchy
EA-FIN (Software Component) EA-FIN
   AC (Application Component) Accounting - General
     FB_CLOSING (Package) Closing
Properties
Class CL_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 FB_CLOSING   Closing 
Created 20050321   SAP 
Last change 20130531   SAP 
Shared Memory-enabled    
Fixed point arithmetic    
Unicode checks active    
Forward declarations
# Type group / Object type Type Type Description
1 LTFC Type group use (TYPE-POOLS tp)  Type group use (TYPE-POOLS tp)
Interfaces
Class CL_DYNPRO_HANDLER has no interface implemented.
Friends
Class CL_DYNPRO_HANDLER has no friend class.
Attributes
# Attribute Level Visibility Read only Typing Associated Type Initial Value Description Created on
1 CON_EXIT Constant Private Type reference (TYPE) SYUCOMM 'EXIT' Exit User Command 20050321
2 CON_EXIT_100 Constant Public Type reference (TYPE) SYUCOMM 'E100' Exit Screen 100 20050321
3 CON_OK Constant Private Type reference (TYPE) SYUCOMM 'OK' User Command OK 20050321
4 CON_SEQ_CHN Constant Public Type reference (TYPE) SYUCOMM 'SEQ_CHN' Change Workflow 20050321
5 CON_SEQ_COP Constant Public Type reference (TYPE) SYUCOMM 'SEQ_COP' Copy workflow 20050321
6 CON_SEQ_CRE Constant Public Type reference (TYPE) SYUCOMM 'SEQ_CRE' Create Workflow 20050321
7 CON_SEQ_DEL Constant Public Type reference (TYPE) SYUCOMM 'SEQ_DEL' Delete Workflow 20050321
8 CON_SEQ_DIS Constant Public Type reference (TYPE) SYUCOMM 'SEQ_DIS' Display workflow 20050321
9 CON_VARI_CHN Constant Public Type reference (TYPE) SYUCOMM 'VARI_CHN' Change Variant 20050321
10 CON_VARI_CRE Constant Public Type reference (TYPE) SYUCOMM 'VARI_CRE' Create Variant 20050321
11 CON_VARI_DEL Constant Public Type reference (TYPE) SYUCOMM 'VARI_DEL' Delete Variant 20050321
12 CON_VARI_DIS Constant Public Type reference (TYPE) SYUCOMM 'VARI_DIS' Display Variant 20050321
13 GS_TASK_DYNPRO Static Attribute Protected Type reference (TYPE) LTFC_TY_DYNPRO_DATA_S Screen parameters 20050321
14 GS_TASK_SELECT Static Attribute Protected Type reference (TYPE) TFC_TASK_SELECT Structure with Screen Values 20050321
15 GT_DYNPRO_DATA Static Attribute Private Type reference (TYPE) LTFC_TY_DYNPRO_DATA_T Application Stack of Screen Sequence 20050321
16 GT_USED_NAMES Static Attribute Private Type reference (TYPE) TFC_IFOLDER_TEXT Itab for TFC_Folder_Text 20100528
Methods
# Method Level Visibility Method type Description Created on
1 CHECK_INPUT_0100 Static method Public Method Checks Data Entered on Screen 100 20050321
2 CHECK_SELECT_SEQUENCE Static method Private Method Check whether Flow Definition Exists 20050321
3 CHECK_SELECT_VARIANT Static method Private Method Check whether Report Variant Exists 20050321
4 FREE Static method Protected Method Deletes All Globally Held Internal Data 20050321
5 FREE_SINGLE_DYNPRO Static method Protected Method Reads Data of Individual Screen 20050321
6 GET_DYNNR Static method Public Method Reads Globally Set Screen Number 20050321
7 GET_DYNPRO_ATTR Static method Private Method Read Values of Tasks from Class 20050321
8 GET_DYNPRO_TASKS Static method Public Method Read Values of Tasks from Class 20050321
9 GET_DYNP_VALUES Static method Private Method Reads Screen Fields 20050321
10 GET_HANDLE Static method Public Method Read Processing Type 20050321
11 GET_REPID Static method Public Method Reads Globally Set Report Names 20050321
12 GET_VARIANT_F4 Static method Public Method Returns Report Variant by F4 Help 20050321
13 HANDLE_SEQUENCE Static method Private Method Create, Change, and Display Flow Definitions 20050321
14 HANDLE_TASK Static method Public Method Manage Tasks in Task List 20050321
15 HANDLE_USER_COMMAND Static method Public Method Processes User Commands 20050321
16 HANDLE_VARIANT Static method Private Method Create, Change, or Display Variant 20050321
17 SET_DYNNR Static method Private Method Sets Screen Number Globally 20050321
18 SET_DYNPRO_ATTR Static method Private Method Determine Screen Details 20050321
19 SET_DYNPRO_TASKS Static method Public Method Set Values on Screen for Task 20050321
20 SET_DYNP_VALUES Static method Private Method Sets Fields of a Screen 20050321
21 SET_HANDLE Static method Public Method Set Processing Type 20050321
22 SET_REPID Static method Private Method Sets Report Names Globally 20050321
23 SET_STATUS_AND_TITLE Static method Public Method Sets User Interface Status and Title 20050321
24 STACK_ADD Static method Public Method Note Old Data When Changing Screen 20050321
25 STACK_REDUCE Static method Private Method Reset Stack by one Level When Leaving Screen 20050321
Events
Class CL_DYNPRO_HANDLER has no event.
Types
Class CL_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_UCOMM Call by reference Type reference (TYPE) SYUCOMM 20050321

Method CHECK_INPUT_0100 on class CL_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) TFC_SEQUENCE 20050321

Method CHECK_SELECT_SEQUENCE on class CL_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) TFC_VARIANT 20050321
2 Importing I_REPORT Call by reference Type reference (TYPE) TFC_PROGRAMM 20050321

Method CHECK_SELECT_VARIANT on class CL_DYNPRO_HANDLER has no exception.

Method FREE Signature

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

Method FREE_SINGLE_DYNPRO Signature

Method FREE_SINGLE_DYNPRO on class CL_DYNPRO_HANDLER has no parameter.
Method FREE_SINGLE_DYNPRO on class CL_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 20050321

Method GET_DYNNR on class CL_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) LTFC_TY_DYNPRO_DATA_S 20050321

Method GET_DYNPRO_ATTR on class CL_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) TFC_TASK_SELECT 20050321

Method GET_DYNPRO_TASKS on class CL_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 20050321
# Exception Resumable Description Created on
1 ERROR_OCCURED Fehler aufgetreten 20050321

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) TFC_HANDLE_TASK 20050321

Method GET_HANDLE on class CL_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 20050321

Method GET_REPID on class CL_DYNPRO_HANDLER has no exception.

Method GET_VARIANT_F4 Signature

Method GET_VARIANT_F4 on class CL_DYNPRO_HANDLER has no parameter.
Method GET_VARIANT_F4 on class CL_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_SEQUENCE Call by reference Type reference (TYPE) TFC_SEQUENCE 20050321
2 Importing I_UCOMM Call by reference Type reference (TYPE) SYUCOMM 20050321

Method HANDLE_SEQUENCE on class CL_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_SELECT Call by reference Type reference (TYPE) TFC_TASK_SELECT 20050321
2 Changing CT_RT_PARAMS Call by reference Type reference (TYPE) TFC_T_PARAM Tabelle der Parameterwerte einer Remoteaufgabe 20070418
3 Changing CT_USED_NAMES Call by reference Type reference (TYPE) TFC_IFOLDER_TEXT Itab zu TFC_Folder_Text 20100528
4 Importing ID_ACTION Call by reference Type reference (TYPE) UI_FUNC Funktionscode 20091022
5 Importing ID_HANDLE Call by reference Type reference (TYPE) TFC_HANDLE_TASK 20050321
6 Importing ID_IS_TEMPLATE Call by reference Type reference (TYPE) CHAR1 Einstelliges Kennzeichen 20110128
7 Importing IS_INSTANCE Call by reference Type reference (TYPE) TFC_INSTANCE Instanzen eines Profils 20110329
# Exception Resumable Description Created on
1 ERROR_OCCURED Fehler bei der Bearbeitung aufgetreten 20050321

Method HANDLE_USER_COMMAND Signature

# Type Parameter Pass Value Optional Typing Method Associated Type Default value Description Created on
1 Importing ID_IS_TEMPLATE Call by reference Type reference (TYPE) CHAR1 Einstelliges Kennzeichen 20110128
2 Importing I_UCOMM Call by reference Type reference (TYPE) SYUCOMM 20050321

Method HANDLE_USER_COMMAND on class CL_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) TFC_VARIANT 20050321
2 Importing I_REPORT Call by reference Type reference (TYPE) TFC_PROGRAMM 20050321
3 Importing I_UCOMM Call by reference Type reference (TYPE) SYUCOMM 20050321

Method HANDLE_VARIANT on class CL_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 20050321

Method SET_DYNNR on class CL_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) LTFC_TY_DYNPRO_DATA_S 20050321

Method SET_DYNPRO_ATTR on class CL_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) TFC_TASK_SELECT 20050321

Method SET_DYNPRO_TASKS on class CL_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 20050321

Method SET_DYNP_VALUES on class CL_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) TFC_HANDLE_TASK 20050321

Method SET_HANDLE on class CL_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 20050321

Method SET_REPID on class CL_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) TFC_T_STATUS_EXCL 20050321
2 Importing I_STATUS Call by reference Type reference (TYPE) CHAR5 20050321
3 Importing I_TITLE Call by reference Type reference (TYPE) CHAR5 20050321

Method SET_STATUS_AND_TITLE on class CL_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 20050321
2 Importing I_REPID Call by reference Type reference (TYPE) SYREPID 20050321

Method STACK_ADD on class CL_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 20050321

Method STACK_REDUCE on class CL_DYNPRO_HANDLER has no exception.
History
Last changed by/on SAP  20130531 
SAP Release Created in 600