SAP ABAP Class CL_FTR_GUI_WRKLIST_TOOLBOX (TR Transaction Management: Worklist Toolbox)
Hierarchy
EA-FINSERV (Software Component) SAP Enterprise Extension Financial Services
   FIN-FSCM-TRM-TM-TR (Application Component) Transaction Management
     FTTR (Package) Treasury: Financial Transaction
Properties
Class CL_FTR_GUI_WRKLIST_TOOLBOX  
Short Description TR Transaction Management: Worklist Toolbox    
Super Class    
Instantiability of a Class 2  Public 
Final    
General Data
Message Class    
Program status     
Category 0   
Package FTTR   Treasury: Financial Transaction 
Created 19990323   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)
Interfaces
Class CL_FTR_GUI_WRKLIST_TOOLBOX has no interface implemented.
Friends
Class CL_FTR_GUI_WRKLIST_TOOLBOX has no friend class.
Attributes
# Attribute Level Visibility Read only Typing Associated Type Initial Value Description Created on
1 A_CON Instance attribute Public Object reference (TYPE REF TO) IF_FTR_CON Reference to General Constant Interface 19990323
2 A_CURRENT_OKCODE Instance attribute Protected Type reference (TYPE) GUI_CODE Current Ok Code 19990408
3 A_CURRENT_WRKLIST Instance attribute Protected Type reference (TYPE) FTRG_WRKLIST Current Worklist Entry 19990408
4 A_IS_INVISIBLE Instance attribute Public Type reference (TYPE) FTRG_BOOL Indicates whether GUI is Invisible 19990323
5 A_OKCODE_SAVE Instance attribute Protected Type reference (TYPE) SYUCOMM Ok Code for Application upon Leaving Application 19990323
6 A_OREF_CONTAINER Instance attribute Protected Object reference (TYPE REF TO) CL_GUI_DIALOGBOX_CONTAINER Toolbox Window 19990323
7 A_OREF_WRKLIST Instance attribute Public Object reference (TYPE REF TO) CL_FTR_GUI_WRKLIST Reference to Instance of GUI Worklist 19990323
8 A_UNAME Instance attribute Protected Type reference (TYPE) SYUNAME Current User of Toolbox 19990325
9 CON_DEFAULT_HEIGHT Constant Public Type reference (TYPE) I 200 Standard Height 19990325
10 CON_DEFAULT_WIDTH Constant Public Type reference (TYPE) I 700 Standard Width 19990325
11 CON_MEMID Constant Public Type reference (TYPE) FTRG_CHAR10 'FTRWRK4' Memory ID must be < Char12! 19990325
12 ON_TOOLBOX_CLOSE Constant Public Type reference (TYPE) GUI_CODE 'FTR0700_050' Ok Code: Close Toolbox 19990330
Methods
# Method Level Visibility Method type Description Created on
1 CONSTRUCTOR Instance method Public Constructor Class Constructor 19990323
2 EXP_TO_MEMORY Instance method Protected Method Export Context Data to Memory 19990325
3 FREE Instance method Public Method Class Destructor 19990323
4 GET_MEMID Static method Public Method Determine DB Key for INDX (User-Specific) 19990325
5 HANDLE_EVT_CONTAINER_CLOSE Instance method Protected Event handling method Event Handler: Close Amodal Container 19990323
6 HANDLE_EVT_MENU_BUTTON Instance method Protected Event handling method Event Handler: Menu Entries set Worklist 19990330
7 HANDLE_EVT_USER_COMMAND Instance method Protected Event handling method Event Handler: Ok Code Treatment of Worklist 19990330
8 HANDLE_EVT_WRKLIST_OPERATION Instance method Protected Event handling method Event Handler: Process Worklist Entry 19990323
9 HIDE Instance method Public Method Hide Amodal Window (= Invisible) 19990323
10 IMP_FROM_MEMORY Instance method Protected Method Import Context Data from Memory 19990325
11 LEAVE_TO_TRANSACTION Instance method Public Method Exit Application with Leave to Transaction 19990323
12 LINK Instance method Public Method List Toolbox to a Screen 19990323
13 SET_CURRENT Instance method Public Method Set Current Ok Code and Current Entry 19990407
14 SHOW Instance method Public Method Show Amodal Window (= Visible) 19990323
Events
Class CL_FTR_GUI_WRKLIST_TOOLBOX has no event.
Types
Class CL_FTR_GUI_WRKLIST_TOOLBOX 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_AUTO_SAVE Call by reference Type reference (TYPE) FTRG_BOOL 'X' automatische Speicherverwaltung ein ('X') / aus (' ') 19990323
2 Importing PI_COMPANYCODE_CURRENT Call by reference Type reference (TYPE) BUKRS aktueller Buchungskreis 19990329
3 Importing PI_DYNNR Call by reference Type reference (TYPE) SYDYNNR Dynnr der nutzenden Anwendung 19990323
4 Importing PI_IS_VISIBLE Call by reference Type reference (TYPE) FTRG_BOOL automatisch sichtbar bei der Erzeugung ('X') 19990323
5 Importing PI_OKCODE_CURRENT Call by reference Type reference (TYPE) GUI_CODE aktueller Bearbeitungsmodus 19990329
6 Importing PI_OKCODE_SAVE Call by reference Type reference (TYPE) SYUCOMM Okcode der Anwendung für Speichern und Verlasssen 19990323
7 Importing PI_REPID Call by reference Type reference (TYPE) SYREPID Repid der nutzenden Anwendung 19990323
8 Importing PI_TRANSACTIONNUMBER_CURRENT Call by reference Type reference (TYPE) TB_RFHA aktuelle Geschäftsnummer 19990329
9 Importing PI_UNAME Call by reference Type reference (TYPE) SYUNAME Anwendername 19990323

Method CONSTRUCTOR on class CL_FTR_GUI_WRKLIST_TOOLBOX has no exception.

Method EXP_TO_MEMORY Signature

Method EXP_TO_MEMORY on class CL_FTR_GUI_WRKLIST_TOOLBOX has no parameter.
Method EXP_TO_MEMORY on class CL_FTR_GUI_WRKLIST_TOOLBOX has no exception.

Method FREE Signature

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

Method GET_MEMID Signature

# Type Parameter Pass Value Optional Typing Method Associated Type Default value Description Created on
1 Exporting PE_MEMID Call by reference Type reference (TYPE) INDX_SRTFD MemoryId in INDX 19990323
2 Importing PI_UNAME Call by reference Type reference (TYPE) SYUNAME Benutzername 19990323

Method GET_MEMID on class CL_FTR_GUI_WRKLIST_TOOLBOX has no exception.

Method HANDLE_EVT_CONTAINER_CLOSE Signature

Method HANDLE_EVT_CONTAINER_CLOSE on class CL_FTR_GUI_WRKLIST_TOOLBOX has no parameter.
Method HANDLE_EVT_CONTAINER_CLOSE on class CL_FTR_GUI_WRKLIST_TOOLBOX has no exception.

Method HANDLE_EVT_MENU_BUTTON Signature

# Type Parameter Pass Value Optional Typing Method Associated Type Default value Description Created on
1 Importing PE_OKCODE Call by reference Type reference (TYPE) 19990330
2 Importing PE_OREF_MENU Call by reference Type reference (TYPE) 19990330

Method HANDLE_EVT_MENU_BUTTON on class CL_FTR_GUI_WRKLIST_TOOLBOX has no exception.

Method HANDLE_EVT_USER_COMMAND Signature

# Type Parameter Pass Value Optional Typing Method Associated Type Default value Description Created on
1 Importing PE_OKCODE Value transfer Attribute reference (LIKE) >INVALID< 19990330

Method HANDLE_EVT_USER_COMMAND on class CL_FTR_GUI_WRKLIST_TOOLBOX has no exception.

Method HANDLE_EVT_WRKLIST_OPERATION Signature

# Type Parameter Pass Value Optional Typing Method Associated Type Default value Description Created on
1 Importing PE_OKCODE Call by reference Type reference (TYPE) 19990323
2 Importing PE_WRKLIST Call by reference Type reference (TYPE) 19990323

Method HANDLE_EVT_WRKLIST_OPERATION on class CL_FTR_GUI_WRKLIST_TOOLBOX has no exception.

Method HIDE Signature

Method HIDE on class CL_FTR_GUI_WRKLIST_TOOLBOX has no parameter.
Method HIDE on class CL_FTR_GUI_WRKLIST_TOOLBOX has no exception.

Method IMP_FROM_MEMORY Signature

Method IMP_FROM_MEMORY on class CL_FTR_GUI_WRKLIST_TOOLBOX has no parameter.
# Exception Resumable Description Created on
1 IMPORT_FAILED Import fehlgeschlagen 19990323

Method LEAVE_TO_TRANSACTION Signature

# Type Parameter Pass Value Optional Typing Method Associated Type Default value Description Created on
1 Importing PI_WRKLIST Call by reference Type reference (TYPE) VTGFHA_WRKLIST Worklist Last Processed 19990323

Method LEAVE_TO_TRANSACTION on class CL_FTR_GUI_WRKLIST_TOOLBOX has no exception.

Method LINK Signature

# Type Parameter Pass Value Optional Typing Method Associated Type Default value Description Created on
1 Importing PI_DYNNR Call by reference Type reference (TYPE) SYDYNNR Dynnr des Dynpros 19990323
2 Importing PI_REPID Call by reference Type reference (TYPE) SYREPID Repid des Dynpros 19990323

Method LINK on class CL_FTR_GUI_WRKLIST_TOOLBOX has no exception.

Method SET_CURRENT Signature

# Type Parameter Pass Value Optional Typing Method Associated Type Default value Description Created on
1 Importing PI_COMPANYCODE_CURRENT Call by reference Type reference (TYPE) BUKRS aktueller Buchungskreis 19990407
2 Importing PI_OKCODE_CURRENT Call by reference Type reference (TYPE) GUI_CODE aktueller Okcode 19990407
3 Importing PI_TRANSACTIONNUMBER_CURRENT Call by reference Type reference (TYPE) TB_RFHA aktuelle Geschäftsnummer 19990407

Method SET_CURRENT on class CL_FTR_GUI_WRKLIST_TOOLBOX has no exception.

Method SHOW Signature

Method SHOW on class CL_FTR_GUI_WRKLIST_TOOLBOX has no parameter.
Method SHOW on class CL_FTR_GUI_WRKLIST_TOOLBOX has no exception.
History
Last changed by/on SAP  00000000 
SAP Release Created in