SAP ABAP Class CL_FTR_GUI_FLOWSII (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_FLOWS_PARENTII TR Transaction Management: GUI Flows 19991221
2 Interface implementation (CLASS c. INTERFACES i_ref)  IF_FTR_GUI_FLOWS_APPL TR Transaction Management: Appl <--> GUI Flows 20000426
Properties
Class CL_FTR_GUI_FLOWSII  
Short Description TR Transaction Management: GUI Flows    
Super Class CL_FTR_GUI_FLOWS_PARENTII TR Transaction Management: GUI Flows 
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 20041006   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
# Interface Abstract Final Description Created on
1 IF_FTR_GUI_FLOWS_APPL TR Transaction Management: Appl <--> GUI Flows 20000426
Friends
Class CL_FTR_GUI_FLOWSII has no friend class.
Attributes
# Attribute Level Visibility Read only Typing Associated Type Initial Value Description Created on
1 A_CON_FLOW_OTHER_FLOW Constant Public Type reference (TYPE) FTRG_FLOWCAT_ID '90' Flow Category of Additional Flow 20010530
2 A_CURSOR_LINE Instance attribute Protected Type reference (TYPE) SYTABIX Current Cursor Line 19991221
3 A_DATECONVERSION_BASIC Instance attribute Protected Type reference (TYPE) SYDATUM Base Data for Date Conversion 19991221
4 A_TAB_DISPFLOW_CLIPBOARD Instance attribute Protected Type reference (TYPE) FTRG_TAB_DISPFLOW Clipboard for Displayed Flows 19991221
5 A_TAB_DISPFLOW_PATTERN Instance attribute Protected Type reference (TYPE) FTRG_TAB_DISPFLOW Transaction Flow Control Data: Predefined Template 19991221
6 A_TAB_FLOWCAT_ID Instance attribute Protected Type reference (TYPE) FTRG_TAB_FLOWCAT_ID Control Data Table for Permitted Flow Categories 19991221
7 A_TITEL_TC Instance attribute Public Type reference (TYPE) FTRG_CHAR40 Control Data Title for Control Table 19991221
8 ON_COPY Constant Public Type reference (TYPE) GUI_CODE 'FTR0300_010' Ok Code: 19991221
9 ON_CUT Constant Public Type reference (TYPE) GUI_CODE 'FTR0300_013' Ok Code: 19991221
10 ON_DELETE Constant Public Type reference (TYPE) GUI_CODE 'FTR0300_011' Ok Code: 19991221
11 ON_DESELECTALL Constant Public Type reference (TYPE) GUI_CODE 'FTR0300_007' Ok Code: 19991221
12 ON_EDIT Constant Public Type reference (TYPE) GUI_CODE 'FTR0300_014' Ok Code: 19991221
13 ON_FILTER Constant Public Type reference (TYPE) GUI_CODE 'FTR0300_003' Ok Code: 19991221
14 ON_FIRSTPAGE Constant Public Type reference (TYPE) GUI_CODE 'FTR0300_008' Ok Code: 19991221
15 ON_INSERT_LINE Constant Public Type reference (TYPE) GUI_CODE 'FTR0300_015' Ok Code: 19991221
16 ON_LASTPAGE Constant Public Type reference (TYPE) GUI_CODE 'FTR0300_009' Ok Code: 19991221
17 ON_PAGEDOWN Constant Public Type reference (TYPE) GUI_CODE 'FTR0300_005' Ok Code: 19991221
18 ON_PAGEUP Constant Public Type reference (TYPE) GUI_CODE 'FTR0300_004' Ok Code: 19991221
19 ON_PASTE Constant Public Type reference (TYPE) GUI_CODE 'FTR0300_012' Ok Code: 19991221
20 ON_RECALCULATE_CASHFLOW Constant Public Type reference (TYPE) GUI_CODE 'FTR0300_016' OK Code: Recalculate Cash Flow 20020429
21 ON_SELECTALL Constant Public Type reference (TYPE) GUI_CODE 'FTR0300_006' Ok Code: 19991221
22 ON_SORT_ASC Constant Public Type reference (TYPE) GUI_CODE 'FTR0300_001' Ok Code: 19991221
23 ON_SORT_DESC Constant Public Type reference (TYPE) GUI_CODE 'FTR0300_002' Ok Code: 19991221
Methods
# Method Level Visibility Method type Description Created on
1 CONSTRUCTOR Instance method Public Constructor Class Constructor 19991221
2 CONVERT_AMOUNTSTRING Instance method Public Method Convert Amount String (e.g.: 3t = 3000) 19991221
3 CONVERT_DATESTRING Instance method Public Method Convert Date String 19991221
4 COPY_SELECTED_DISPFLOW Instance method Public Method Save Selected Flows to Clipboard 19991221
5 CUT_SELECTED_DISPFLOW Instance method Public Method Cut Displayed and Selected Flows 19991221
6 DELETE_SELECTED_DISPFLOW Instance method Public Method Delete Selected Flows 19991221
7 DESELECTALL_TAB_DISPFLOW Instance method Public Method Deselect All Entries in a_tab_dispflow 19991221
8 DETERMINE_INSERT_POS Instance method Protected Method Determine insert position in a_tab_dispflow 19991221
9 DISPLAY_SELECTED_DISPFLOW Instance method Public Method Detail View of a Single Flow 19991221
10 EVT_TAB_FLOW_CHANGED Instance method Private Event handling method 20030530
11 GET_SELECTED_DISPFLOW Instance method Protected Method Determine Selected Flows 19991221
12 HELPF4_FLOWTYPE Instance method Public Method F4 Help for Flow Type 19991221
13 INSERT_INITIAL_DISPFLOW Instance method Public Method Insert Initial Flow 19991221
14 IS_DISPFLOW_INITIAL Instance method Public Method Check Existence of Important Attribute Values of a Flow 19991221
15 PASTE_DISPFLOW Instance method Public Method Insert Flows from Clipboard 19991221
16 POST_TAB_DISPFLOW Instance method Public Method Send Display Data to Domain Object cf 19991227
17 SELECTALL_TAB_DISPFLOW Instance method Public Method Select Entries in a_tab_dispflow 19991221
18 SET_CURSOR Instance method Public Method Set Cursor 19991221
19 SET_DATECONVERSION_BASIC Instance method Protected Method Set Reference Date for Date Conversion 20000426
20 SET_TITEL_TC Instance method Public Method Set Table Control Title 19991221
21 SORT_TAB_DISPFLOW Instance method Public Method Sort Flows to be Displayed in a_tab_dispflow 19991221
Events
Class CL_FTR_GUI_FLOWSII has no event.
Types
Class CL_FTR_GUI_FLOWSII has no local type.
Method Signatures

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 Busi-Klasse Bewegungen 19991227

Method CONSTRUCTOR on class CL_FTR_GUI_FLOWSII has no exception.

Method CONVERT_AMOUNTSTRING Signature

# Type Parameter Pass Value Optional Typing Method Associated Type Default value Description Created on
1 Exporting PE_AMOUNT Call by reference Type reference (TYPE) VTBFHAPO-BZBETR Betrag 19991221
2 Importing PI_AMOUNTSTRING Call by reference Type reference (TYPE) VTSFHAPO-XZBETR Abgekürzter Betragstring 19991221
3 Importing PI_CURRENCY Call by reference Type reference (TYPE) VTBFHAPO-WZBETR Währung 19991221
# Exception Resumable Description Created on
1 CONVERSION_FAILED Konversion fehlgeschlagen 19991221

Method CONVERT_DATESTRING Signature

# Type Parameter Pass Value Optional Typing Method Associated Type Default value Description Created on
1 Exporting PE_DATE Call by reference Type reference (TYPE) VTBFHAPO-DZTERM absolutes Datum 19991221
2 Importing PI_DATESTART Call by reference Type reference (TYPE) VTBFHAPO-DZTERM Bezugspunkt der Datumsberechnung 19991221
3 Importing PI_DATESTRING Call by reference Type reference (TYPE) VTSFHAPO-XZTERM relative Datumsangabe im Stringformat 19991221
# Exception Resumable Description Created on
1 CONVERSION_FAILED Konvertierung fehlgeschlagen 19991221

Method COPY_SELECTED_DISPFLOW Signature

Method COPY_SELECTED_DISPFLOW on class CL_FTR_GUI_FLOWSII has no parameter.
Method COPY_SELECTED_DISPFLOW on class CL_FTR_GUI_FLOWSII has no exception.

Method CUT_SELECTED_DISPFLOW Signature

Method CUT_SELECTED_DISPFLOW on class CL_FTR_GUI_FLOWSII has no parameter.
Method CUT_SELECTED_DISPFLOW on class CL_FTR_GUI_FLOWSII has no exception.

Method DELETE_SELECTED_DISPFLOW Signature

Method DELETE_SELECTED_DISPFLOW on class CL_FTR_GUI_FLOWSII has no parameter.
Method DELETE_SELECTED_DISPFLOW on class CL_FTR_GUI_FLOWSII has no exception.

Method DESELECTALL_TAB_DISPFLOW Signature

Method DESELECTALL_TAB_DISPFLOW on class CL_FTR_GUI_FLOWSII has no parameter.
Method DESELECTALL_TAB_DISPFLOW on class CL_FTR_GUI_FLOWSII has no exception.

Method DETERMINE_INSERT_POS Signature

# Type Parameter Pass Value Optional Typing Method Associated Type Default value Description Created on
1 Exporting PE_POSITION Call by reference Type reference (TYPE) SYTABIX ermittelte Einfügeposition 19991221
# Exception Resumable Description Created on
1 NO_POSITION_DETERMINED keine Einfügeposition gefunden 19991221

Method DISPLAY_SELECTED_DISPFLOW Signature

# Type Parameter Pass Value Optional Typing Method Associated Type Default value Description Created on
1 Importing PI_INDEX_DISPFLOW Call by reference Type reference (TYPE) SYTABIX Index der anzuzeigenden Bewegung 19991221
# Exception Resumable Description Created on
1 NO_SELECTION keine Bewegungen selektiert 19991221

Method EVT_TAB_FLOW_CHANGED Signature

Method EVT_TAB_FLOW_CHANGED on class CL_FTR_GUI_FLOWSII has no parameter.
Method EVT_TAB_FLOW_CHANGED on class CL_FTR_GUI_FLOWSII has no exception.

Method GET_SELECTED_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 Tabelle der selektierten Bewegungen 19991221
# Exception Resumable Description Created on
1 NO_SELECTION keine Bewegungen selektiert 19991221

Method HELPF4_FLOWTYPE Signature

# Type Parameter Pass Value Optional Typing Method Associated Type Default value Description Created on
1 Exporting PE_SELECTED_FLOWTYPE Call by reference Type reference (TYPE) AT13-SFHAZBA selektierte Bewegungsart 19991221

Method HELPF4_FLOWTYPE on class CL_FTR_GUI_FLOWSII has no exception.

Method INSERT_INITIAL_DISPFLOW Signature

Method INSERT_INITIAL_DISPFLOW on class CL_FTR_GUI_FLOWSII has no parameter.
Method INSERT_INITIAL_DISPFLOW on class CL_FTR_GUI_FLOWSII has no exception.

Method IS_DISPFLOW_INITIAL Signature

# Type Parameter Pass Value Optional Typing Method Associated Type Default value Description Created on
1 Exporting PE_IS_INITIAL Call by reference Type reference (TYPE) BOOLE-BOOLE Flag: Bewegung initial 19991221
2 Importing PI_DISPFLOW Call by reference Type reference (TYPE) FTRG_DISPFLOW zu prüfende Bewegung 19991221

Method IS_DISPFLOW_INITIAL on class CL_FTR_GUI_FLOWSII has no exception.

Method PASTE_DISPFLOW Signature

Method PASTE_DISPFLOW on class CL_FTR_GUI_FLOWSII has no parameter.
Method PASTE_DISPFLOW on class CL_FTR_GUI_FLOWSII has no exception.

Method POST_TAB_DISPFLOW Signature

Method POST_TAB_DISPFLOW on class CL_FTR_GUI_FLOWSII has no parameter.
# Exception Resumable Description Created on
1 POST_FAILED Senden der Daten an das Businessobjekt is fehlgeschlagen 20000428

Method SELECTALL_TAB_DISPFLOW Signature

Method SELECTALL_TAB_DISPFLOW on class CL_FTR_GUI_FLOWSII has no parameter.
Method SELECTALL_TAB_DISPFLOW on class CL_FTR_GUI_FLOWSII has no exception.

Method SET_CURSOR Signature

# Type Parameter Pass Value Optional Typing Method Associated Type Default value Description Created on
1 Importing PI_CURSOR_LINE Call by reference Type reference (TYPE) SYTABIX aktuelle Cursorzeile 19991221

Method SET_CURSOR on class CL_FTR_GUI_FLOWSII has no exception.

Method SET_DATECONVERSION_BASIC Signature

# Type Parameter Pass Value Optional Typing Method Associated Type Default value Description Created on
1 Importing PI_DATECONVERSION_BASIC Call by reference Type reference (TYPE) SYDATUM Bezugsdatum 20000426
# Exception Resumable Description Created on
1 SET_FAILED Setzen des Datums fehlgeschlagen 20000426

Method SET_TITEL_TC Signature

# Type Parameter Pass Value Optional Typing Method Associated Type Default value Description Created on
1 Importing PI_TITEL_TC Call by reference Type reference (TYPE) FTRG_CHAR50 Titel des Table Controls 19991221

Method SET_TITEL_TC on class CL_FTR_GUI_FLOWSII has no exception.

Method SORT_TAB_DISPFLOW Signature

# Type Parameter Pass Value Optional Typing Method Associated Type Default value Description Created on
1 Importing PI_DIRECTION Call by reference Type reference (TYPE) FTRG_CHAR Sortierrichtung 19991221
2 Importing PI_TAB_ATTRIBNAME Call by reference Type reference (TYPE) FTRG_TAB_ATTRIBNAME Tabelle der Sortierkriterien 19991221

Method SORT_TAB_DISPFLOW on class CL_FTR_GUI_FLOWSII has no exception.
History
Last changed by/on SAP  20041006 
SAP Release Created in