SAP ABAP Class CL_FTR_GUI_DYNPROLOGIC (TR Transaction Management: Control Screen Logic)
Hierarchy
EA-FINSERV (Software Component) SAP Enterprise Extension Financial Services
   FIN-FSCM-TRM-TM-TR (Application Component) Transaction Management
     FTTR (Package) Treasury: Financial Transaction
Meta Relationship - Using
# Relationship type Using Short Description Created on
1 Interface implementation (CLASS c. INTERFACES i_ref)  IF_FTR_SUBSCR_EVENTS TR Transaction Management: Events of Screen Flow Logic 19990105
Properties
Class CL_FTR_GUI_DYNPROLOGIC  
Short Description TR Transaction Management: Control Screen Logic    
Super Class    
Instantiability of a Class 2  Public 
Final    
General Data
Message Class    
Program status     
Category 0   
Package FTTR   Treasury: Financial Transaction 
Created 19990105   SAP 
Last change 20000714   SAP 
Shared Memory-enabled    
Fixed point arithmetic    
Unicode checks active    
Forward declarations
# Type group / Object type Type Type Description
1 FTRG Type group use (TYPE-POOLS tp)  Type group use (TYPE-POOLS tp)
Interfaces
# Interface Abstract Final Description Created on
1 IF_FTR_SUBSCR_EVENTS TR Transaction Management: Events of Screen Flow Logic 19990105
Friends
Class CL_FTR_GUI_DYNPROLOGIC has no friend class.
Attributes
# Attribute Level Visibility Read only Typing Associated Type Initial Value Description Created on
1 A_CON Instance attribute Protected Object reference (TYPE REF TO) IF_FTR_CON Reference to Interface for Declaring Constants 19990115
2 A_EDITMODE Instance attribute Public Type reference (TYPE) FTRG_CHAR Create / Change Editing Mode 19990105
3 A_ENTRY_PROCESSED Instance attribute Public Type reference (TYPE) BOOLEAN Indicator: Selection Data Read from Initial Screen 'X' 19990105
4 A_ERROR_AVAILABLE Instance attribute Protected Type reference (TYPE) BOOLE-BOOLE Indicates if Screens are Processed in Error Mode 19990115
5 A_ERR_DYNNR Instance attribute Public Type reference (TYPE) SYDYNNR Error Occurred in Screen 'A_ERR_DYNNR' 19990105
6 A_ERR_REPID Instance attribute Public Type reference (TYPE) SYREPID Error Occurred in Program 'A_ERR_REPID' 19990105
7 A_GUI_DYNNR Instance attribute Public Type reference (TYPE) SYDYNNR Current Screen Number to be Called Up 19990105
8 A_GUI_REPID Instance attribute Public Type reference (TYPE) SYREPID Current Screen Repid to Call Up 19990105
9 A_OKCODE Instance attribute Public Type reference (TYPE) SY-UCOMM Current Ok Code 19990105
10 A_OREF_APPL_CTRL Instance attribute Public Object reference (TYPE REF TO) CL_FTR_APPL_CTRL Reference to Instance of Application Control 19990105
11 A_OREF_FMOD_CTRL Instance attribute Public Object reference (TYPE REF TO) CL_FTR_FMOD_CTRL Reference to Instance of Field Modification Control 19990105
12 A_OREF_MSG_CTRL Instance attribute Public Object reference (TYPE REF TO) CL_FTR_MSG_CTRL Reference to Instance of Message Handler 19990105
Methods
# Method Level Visibility Method type Description Created on
1 ACTION_EXIT_COMMAND Instance method Public Method Actions during Exit Command 19990202
2 ACTION_FCODE_AFTER Instance method Public Method Actions after OK Code Treatment of Subscreens 19990105
3 ACTION_FCODE_BEFORE Instance method Public Method Actions before OK Code Treatment of Subscreens 19990105
4 ACTION_PAI_AFTER Instance method Public Method Actions after Calling Subscreens for PAI 19990105
5 ACTION_PAI_BEFORE Instance method Public Method Actions before Calling Subscreens for PAI 19990105
6 ACTION_PBO_BEFORE Instance method Public Method Actions before Calling Subscreens for PBO 19990105
7 CONSTRUCTOR Instance method Public Constructor Class Constructor 19990105
8 FREE Instance method Public Method Terminate Application 20000706
9 HANDLE_EVT_ERROR_MODE Instance method Protected Event handling method Set A_ERR_DYNNR and A_ERR_REPID for Event in Message Handler 19990105
10 HANDLE_EVT_NORMAL_MODE Instance method Protected Event handling method Delete A_ERR_DYNNR and A_ERR_REPID for Event in Mess.Handler 19990105
11 REGISTER_FOR_SUBSCR_EVTS Instance method Public Method Registration for the Subscr. - Screen Logic Events 19990105
12 SET_ENTRY_PROCESSED Instance method Public Method Entry Screen Data Processed Successfully 19990105
13 SET_OKCODE Instance method Public Method Set Current OK Code 19990105
14 UNREGISTER_FOR_SUBSCR_EVTS Instance method Public Method Deregistration for Subscreen - Events of Appl. Control 19990105
Events
# Event Type Visibility Description Created on
1 EVT_DATASYNC Instance Event
(0)
Public
(2)
Event: Data Synchronization Required 19990215
2 EVT_DYNPROLOGIC_END Instance Event
(0)
Private
(0)
19990107
3