SAP ABAP Class CL_FTR_GUI_FLOWS_PARENTII (TR Transaction Management: GUI Flows)
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 Inheritance (c INHERITING FROM c_ref)  CL_FTR_GUI TR Transaction Management: GUI Parent Class 19991221
Meta Relationship - Used By
# Relationship type Used by Short Description Created on
1 Inheritance (c INHERITING FROM c_ref)  CL_FTR_GUI_CASHFLOWII TR Transaction Management: GUI Cash Flow 19991230
2 Inheritance (c INHERITING FROM c_ref)  CL_FTR_GUI_FLOWSII TR Transaction Management: GUI Flows 19991221
Properties
Class CL_FTR_GUI_FLOWS_PARENTII  
Short Description TR Transaction Management: GUI Flows    
Super Class CL_FTR_GUI TR Transaction Management: GUI Parent Class 
Instantiability of a Class 2  Public 
Final    
General Data
Message Class    
Program status     
Category 0   
Package FTTR   Treasury: Financial Transaction 
Created 19991221   SAP 
Last change 00000000   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)
2 FTRTR Type group use (TYPE-POOLS tp)  Type group use (TYPE-POOLS tp)
Interfaces
Class CL_FTR_GUI_FLOWS_PARENTII has no interface implemented.
Friends
Class CL_FTR_GUI_FLOWS_PARENTII has no friend class.
Attributes
# Attribute Level Visibility Read only Typing Associated Type Initial Value Description Created on
1 A_LOCALPROCESSING Instance attribute Public Type reference (TYPE) FTRG_BOOL Local Processing Active 19991229
2 A_OREF_CF Instance attribute Protected Object reference (TYPE REF TO) CL_FTR_CF Reference to Instance of Business Class Flows 19991221
3 A_TAB_DISPFLOW Instance attribute Public Type reference (TYPE) FTRG_TAB_DISPFLOW Table of Flows to be Displayed 19991221
4 A_TAB_FHAPO Instance attribute Protected Type reference (TYPE) VTS_CF_TAB_FLOW Table of Flow Data to be Displayed (Old Status) 19991221
5 A_TAB_HISTORY Instance attribute Protected Type reference (TYPE) FTRG_TAB_DISPFLOW History of Flows for Processing Step 20000606
Methods
# Method Level Visibility Method type Description Created on
1 ADD_DISPFLOW Instance method Public Method Generate New Display Flow 19991221
2 CONSTRUCTOR Instance method Public Constructor Class Constructor 19991221
3 CONVERT_DISPFLOW_TO_FLOW Instance method Public Method Convert from Display Flow to Flow 19991221
4 CONVERT_FLOW_TO_DISPFLOW Instance method Public Method Convert from Flow to Display Flow 19991221
5 DELETE_DISPFLOW Instance method Public Method Delete Display Flow 19991221
6 EDIT_DISPFLOW Instance method Public Method Change Display Flow Manually 19991221
7 EXTRACT_TAB_DISPFLOW Instance method Protected Method Extract Data Depending on Processing Mode 19991221
8 FIMA_EDIT_DISPFLOW Instance method Public Method FiMa Editing of a Display Flow 20000919
9 FORMAT_DISPFLOW Instance method Protected Method Format Flows for Display 19991229
10 FORMAT_TAB_DISPFLOW Instance method Public Method Format Flows for Display 19991229
11 HANDLE_EVT_TAB_FLOW_CHANGED Instance method Protected Method Event Handler for Data Synchronization 19991229
12 HISTORY_CLEAR Instance method Protected Method Delete Historical Flow Data 20000606
13 HISTORY_UPDATE Instance method Protected Method Update Historical Flow Data 20000606
14 INSERT_TAB_DISPFLOW Instance method Public Method Insert Several New Display Flows 19991221
15 LOCALPROCESSING_RESET Instance method Public Method Switch to Global Processing of GUI 19991229
16 LOCALPROCESSING_SET Instance method Public Method Switch to Local Processing of GUI 19991229
17 MODIFY_DISPFLOW Instance method Public Method Modify Single Display Flow 19991221
18 RECALCULATE Instance method Public Method Recalculate Cash Flow 19991221
19 SET_TAB_FLOW Instance method Protected Method Set Flow Data 19991229
Events
Class CL_FTR_GUI_FLOWS_PARENTII has no event.
Types
Class CL_FTR_GUI_FLOWS_PARENTII has no local type.
Method Signatures

Method ADD_DISPFLOW Signature

# Type Parameter Pass Value Optional Typing Method Associated Type Default value Description Created on
1 Exporting PE_DISPFLOW Call by reference Type reference (TYPE) FTRG_DISPFLOW Anzeigebewegung 20000919
2 Importing PI_DISPFLOW Call by reference Type reference (TYPE) FTRG_DISPFLOW Anzeigebewegung 19991221

Method ADD_DISPFLOW on class CL_FTR_GUI_FLOWS_PARENTII has no exception.

Method CONSTRUCTOR Signature

# Type Parameter Pass Value Optional Typing Method Associated Type Default value Description Created on
1 Importing PI_CONTEXT Call by reference Type reference (TYPE) TB_FTR_GUI_CONTEXT Kontext des GUI im Customizingumfeld 19991221
2 Importing PI_OREF_APPL_CTRL Call by reference Object reference (TYPE REF TO) CL_FTR_APPL_CTRL Referenz auf die Anwendungskontrolle 19991221
3 Importing PI_OREF_CF Call by reference Object reference (TYPE REF TO) CL_FTR_CF Referenz auf eine Instanz der Domainklasse Cashflow 19991221

Method CONSTRUCTOR on class CL_FTR_GUI_FLOWS_PARENTII has no exception.

Method CONVERT_DISPFLOW_TO_FLOW Signature

# Type Parameter Pass Value Optional Typing Method Associated Type Default value Description Created on
1 Exporting PE_FLOW Call by reference Type reference (TYPE) FTRG_FHAPO Bewegung 19991221
2 Importing PI_DISPFLOW Call by reference Type reference (TYPE) FTRG_DISPFLOW Anzeigebewegung 19991221

Method CONVERT_DISPFLOW_TO_FLOW on class CL_FTR_GUI_FLOWS_PARENTII has no exception.

Method CONVERT_FLOW_TO_DISPFLOW Signature

# Type Parameter Pass Value Optional Typing Method Associated Type Default value Description Created on
1 Exporting PE_DISPFLOW Call by reference Type reference (TYPE) FTRG_DISPFLOW Anzeigebewegung 19991221
2 Importing PI_FLOW Call by reference Type reference (TYPE) FTRG_FHAPO Bewegung 19991221

Method CONVERT_FLOW_TO_DISPFLOW on class CL_FTR_GUI_FLOWS_PARENTII has no exception.

Method DELETE_DISPFLOW Signature

# Type Parameter Pass Value Optional Typing Method Associated Type Default value Description Created on
1 Importing PI_DISPFLOW Call by reference Type reference (TYPE) FTRG_DISPFLOW Anzeigebewegung 19991221
# Exception Resumable Description Created on
1 DELETION_FAILED Löschvorgang erfolglos 19991221

Method EDIT_DISPFLOW Signature

# Type Parameter Pass Value Optional Typing Method Associated Type Default value Description Created on
1 Importing PI_DISPFLOW Call by reference Type reference (TYPE) FTRG_DISPFLOW zu editierende Anzeigebewegung 19991221
2 Importing PI_DISPLAY_ONLY Call by reference Type reference (TYPE) FTRG_BOOL ' ' 'X' --> nur Anzeige, keine Eingabe erlaubt 19991221
# Exception Resumable Description Created on
1 EDIT_FAILED Editieren der Bewegung fehlgeschlagen 19991221

Method EXTRACT_TAB_DISPFLOW Signature

# Type Parameter Pass Value Optional Typing Method Associated Type Default value Description Created on
1 Changing PC_TAB_EXTRACT Call by reference Type reference (TYPE) FTRG_TAB_DISPFLOW Extrakt der Bewegungen 19991221
2 Importing PI_EXTRACTOR_METHOD Call by reference Type reference (TYPE) SEOCPDNAME Filterfunktion 19991221
3 Importing PI_OREF_EXTRACTOR Call by reference Object reference (TYPE REF TO) OBJECT Referenz auf das Extraktorobjekt 19991221

Method EXTRACT_TAB_DISPFLOW on class CL_FTR_GUI_FLOWS_PARENTII has no exception.

Method FIMA_EDIT_DISPFLOW Signature

# Type Parameter Pass Value Optional Typing Method Associated Type Default value Description Created on
1 Exporting PE_DISPFLOW Call by reference Type reference (TYPE) FTRG_DISPFLOW Anzeigebewegung fima geändert 20000919
2 Importing PI_DISPFLOW Call by reference Type reference (TYPE) FTRG_DISPFLOW Anzeigebewegung 20000919
# Exception Resumable Description Created on
1 EDIT_FAILED Fima Editieren fehlgeschlagen 20000919

Method FORMAT_DISPFLOW Signature

# Type Parameter Pass Value Optional Typing Method Associated Type Default value Description Created on
1 Changing PC_DISPFLOW Call by reference Type reference (TYPE) FTRG_DISPFLOW zu formatierende Bewegung 19991229

Method FORMAT_DISPFLOW on class CL_FTR_GUI_FLOWS_PARENTII has no exception.

Method FORMAT_TAB_DISPFLOW Signature

# Type Parameter Pass Value Optional Typing Method Associated Type Default value Description Created on
1 Changing PC_TAB_DISPFLOW Call by reference Type reference (TYPE) FTRG_TAB_DISPFLOW Tabelle der Anzeigebewegungen 19991229

Method FORMAT_TAB_DISPFLOW on class CL_FTR_GUI_FLOWS_PARENTII has no exception.

Method HANDLE_EVT_TAB_FLOW_CHANGED Signature

Method HANDLE_EVT_TAB_FLOW_CHANGED on class CL_FTR_GUI_FLOWS_PARENTII has no parameter.
Method HANDLE_EVT_TAB_FLOW_CHANGED on class CL_FTR_GUI_FLOWS_PARENTII has no exception.

Method HISTORY_CLEAR Signature

Method HISTORY_CLEAR on class CL_FTR_GUI_FLOWS_PARENTII has no parameter.
# Exception Resumable Description Created on
1 CLEAR_FAILED Löschung fehlgeschlagen 20000606

Method HISTORY_UPDATE Signature

# Type Parameter Pass Value Optional Typing Method Associated Type Default value Description Created on
1 Importing PI_DISPFLOW Call by reference Type reference (TYPE) FTRG_DISPFLOW Anzeigebewegung 20000606
# Exception Resumable Description Created on
1 UPDATE_FAILED Aktualisierung fehlgeschlagen 20000606

Method INSERT_TAB_DISPFLOW Signature

# Type Parameter Pass Value Optional Typing Method Associated Type Default value Description Created on
1 Exporting PE_TAB_DISPFLOW Call by reference Type reference (TYPE) FTRG_TAB_DISPFLOW Anzeigebewegung 20000919
2 Importing PI_INDEX Call by reference Type reference (TYPE) SYTABIX Einfügeposition 19991221
3 Importing PI_TAB_DISPFLOW Call by reference Type reference (TYPE) FTRG_TAB_DISPFLOW Anzeigebewegung 19991221

Method INSERT_TAB_DISPFLOW on class CL_FTR_GUI_FLOWS_PARENTII has no exception.

Method LOCALPROCESSING_RESET Signature

Method LOCALPROCESSING_RESET on class CL_FTR_GUI_FLOWS_PARENTII has no parameter.
Method LOCALPROCESSING_RESET on class CL_FTR_GUI_FLOWS_PARENTII has no exception.

Method LOCALPROCESSING_SET Signature

Method LOCALPROCESSING_SET on class CL_FTR_GUI_FLOWS_PARENTII has no parameter.
Method LOCALPROCESSING_SET on class CL_FTR_GUI_FLOWS_PARENTII has no exception.

Method MODIFY_DISPFLOW Signature

# Type Parameter Pass Value Optional Typing Method Associated Type Default value Description Created on
1 Importing PI_DISPFLOW Call by reference Type reference (TYPE) FTRG_DISPFLOW Anzeigebewegung 19991221
2 Importing PI_INDEX_DISPFLOW Call by reference Type reference (TYPE) SYTABIX Index der Anzeigebewegung 19991221
# Exception Resumable Description Created on
1 MODIFICATION_FAILED Modifikation konnte nicht durchgeführt werden 19991221

Method RECALCULATE Signature

Method RECALCULATE on class CL_FTR_GUI_FLOWS_PARENTII has no parameter.
Method RECALCULATE on class CL_FTR_GUI_FLOWS_PARENTII has no exception.

Method SET_TAB_FLOW Signature

# Type Parameter Pass Value Optional Typing Method Associated Type Default value Description Created on
1 Importing PI_TAB_FLOW Call by reference Type reference (TYPE) VTS_CF_TAB_FLOW Bewegungsdaten 19991229

Method SET_TAB_FLOW on class CL_FTR_GUI_FLOWS_PARENTII has no exception.
History
Last changed by/on SAP  00000000 
SAP Release Created in