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 | Type group use (TYPE-POOLS tp) | Type group use (TYPE-POOLS tp) | |
| 2 | 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 | Instance attribute | Public | Type reference (TYPE) | FTRG_BOOL | Local Processing Active | 19991229 | |||
| 2 | Instance attribute | Protected | Object reference (TYPE REF TO) | CL_FTR_CF | Reference to Instance of Business Class Flows | 19991221 | |||
| 3 | Instance attribute | Public | Type reference (TYPE) | FTRG_TAB_DISPFLOW | Table of Flows to be Displayed | 19991221 | |||
| 4 | Instance attribute | Protected | Type reference (TYPE) | VTS_CF_TAB_FLOW | Table of Flow Data to be Displayed (Old Status) | 19991221 | |||
| 5 | 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 | Instance method | Public | Method | Generate New Display Flow | 19991221 | |
| 2 | Instance method | Public | Constructor | Class Constructor | 19991221 | |
| 3 | Instance method | Public | Method | Convert from Display Flow to Flow | 19991221 | |
| 4 | Instance method | Public | Method | Convert from Flow to Display Flow | 19991221 | |
| 5 | Instance method | Public | Method | Delete Display Flow | 19991221 | |
| 6 | Instance method | Public | Method | Change Display Flow Manually | 19991221 | |
| 7 | Instance method | Protected | Method | Extract Data Depending on Processing Mode | 19991221 | |
| 8 | Instance method | Public | Method | FiMa Editing of a Display Flow | 20000919 | |
| 9 | Instance method | Protected | Method | Format Flows for Display | 19991229 | |
| 10 | Instance method | Public | Method | Format Flows for Display | 19991229 | |
| 11 | Instance method | Protected | Method | Event Handler for Data Synchronization | 19991229 | |
| 12 | Instance method | Protected | Method | Delete Historical Flow Data | 20000606 | |
| 13 | Instance method | Protected | Method | Update Historical Flow Data | 20000606 | |
| 14 | Instance method | Public | Method | Insert Several New Display Flows | 19991221 | |
| 15 | Instance method | Public | Method | Switch to Global Processing of GUI | 19991229 | |
| 16 | Instance method | Public | Method | Switch to Local Processing of GUI | 19991229 | |
| 17 | Instance method | Public | Method | Modify Single Display Flow | 19991221 | |
| 18 | Instance method | Public | Method | Recalculate Cash Flow | 19991221 | |
| 19 | 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 | PE_DISPFLOW | Call by reference | Type reference (TYPE) | FTRG_DISPFLOW | Anzeigebewegung | 20000919 | |||
| 2 | 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 | PI_CONTEXT | Call by reference | Type reference (TYPE) | TB_FTR_GUI_CONTEXT | Kontext des GUI im Customizingumfeld | 19991221 | |||
| 2 | PI_OREF_APPL_CTRL | Call by reference | Object reference (TYPE REF TO) | CL_FTR_APPL_CTRL | Referenz auf die Anwendungskontrolle | 19991221 | |||
| 3 | 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 | PE_FLOW | Call by reference | Type reference (TYPE) | FTRG_FHAPO | Bewegung | 19991221 | |||
| 2 | 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 | PE_DISPFLOW | Call by reference | Type reference (TYPE) | FTRG_DISPFLOW | Anzeigebewegung | 19991221 | |||
| 2 | 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 | PI_DISPFLOW | Call by reference | Type reference (TYPE) | FTRG_DISPFLOW | Anzeigebewegung | 19991221 |
| # | Exception | Resumable | Description | Created on |
|---|---|---|---|---|
| 1 | Löschvorgang erfolglos | 19991221 |
Method EDIT_DISPFLOW Signature
| # | Type | Parameter | Pass Value | Optional | Typing Method | Associated Type | Default value | Description | Created on |
|---|---|---|---|---|---|---|---|---|---|
| 1 | PI_DISPFLOW | Call by reference | Type reference (TYPE) | FTRG_DISPFLOW | zu editierende Anzeigebewegung | 19991221 | |||
| 2 | PI_DISPLAY_ONLY | Call by reference | Type reference (TYPE) | FTRG_BOOL | ' ' | 'X' --> nur Anzeige, keine Eingabe erlaubt | 19991221 |
| # | Exception | Resumable | Description | Created on |
|---|---|---|---|---|
| 1 | 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 | PC_TAB_EXTRACT | Call by reference | Type reference (TYPE) | FTRG_TAB_DISPFLOW | Extrakt der Bewegungen | 19991221 | |||
| 2 | PI_EXTRACTOR_METHOD | Call by reference | Type reference (TYPE) | SEOCPDNAME | Filterfunktion | 19991221 | |||
| 3 | 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 | PE_DISPFLOW | Call by reference | Type reference (TYPE) | FTRG_DISPFLOW | Anzeigebewegung fima geändert | 20000919 | |||
| 2 | PI_DISPFLOW | Call by reference | Type reference (TYPE) | FTRG_DISPFLOW | Anzeigebewegung | 20000919 |
| # | Exception | Resumable | Description | Created on |
|---|---|---|---|---|
| 1 | Fima Editieren fehlgeschlagen | 20000919 |
Method FORMAT_DISPFLOW Signature
| # | Type | Parameter | Pass Value | Optional | Typing Method | Associated Type | Default value | Description | Created on |
|---|---|---|---|---|---|---|---|---|---|
| 1 | 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 | 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 | Löschung fehlgeschlagen | 20000606 |
Method HISTORY_UPDATE Signature
| # | Type | Parameter | Pass Value | Optional | Typing Method | Associated Type | Default value | Description | Created on |
|---|---|---|---|---|---|---|---|---|---|
| 1 | PI_DISPFLOW | Call by reference | Type reference (TYPE) | FTRG_DISPFLOW | Anzeigebewegung | 20000606 |
| # | Exception | Resumable | Description | Created on |
|---|---|---|---|---|
| 1 | Aktualisierung fehlgeschlagen | 20000606 |
Method INSERT_TAB_DISPFLOW Signature
| # | Type | Parameter | Pass Value | Optional | Typing Method | Associated Type | Default value | Description | Created on |
|---|---|---|---|---|---|---|---|---|---|
| 1 | PE_TAB_DISPFLOW | Call by reference | Type reference (TYPE) | FTRG_TAB_DISPFLOW | Anzeigebewegung | 20000919 | |||
| 2 | PI_INDEX | Call by reference | Type reference (TYPE) | SYTABIX | Einfügeposition | 19991221 | |||
| 3 | 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 | PI_DISPFLOW | Call by reference | Type reference (TYPE) | FTRG_DISPFLOW | Anzeigebewegung | 19991221 | |||
| 2 | PI_INDEX_DISPFLOW | Call by reference | Type reference (TYPE) | SYTABIX | Index der Anzeigebewegung | 19991221 |
| # | Exception | Resumable | Description | Created on |
|---|---|---|---|---|
| 1 | 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 | 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 |