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 | ![]() |
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 | ![]() |
Instance attribute | Public | Object reference (TYPE REF TO) | IF_FTR_CON | Reference to General Constant Interface | 19990323 | ||
2 | ![]() |
Instance attribute | Protected | Type reference (TYPE) | GUI_CODE | Current Ok Code | 19990408 | ||
3 | ![]() |
Instance attribute | Protected | Type reference (TYPE) | FTRG_WRKLIST | Current Worklist Entry | 19990408 | ||
4 | ![]() |
Instance attribute | Public | Type reference (TYPE) | FTRG_BOOL | Indicates whether GUI is Invisible | 19990323 | ||
5 | ![]() |
Instance attribute | Protected | Type reference (TYPE) | SYUCOMM | Ok Code for Application upon Leaving Application | 19990323 | ||
6 | ![]() |
Instance attribute | Protected | Object reference (TYPE REF TO) | CL_GUI_DIALOGBOX_CONTAINER | Toolbox Window | 19990323 | ||
7 | ![]() |
Instance attribute | Public | Object reference (TYPE REF TO) | CL_FTR_GUI_WRKLIST | Reference to Instance of GUI Worklist | 19990323 | ||
8 | ![]() |
Instance attribute | Protected | Type reference (TYPE) | SYUNAME | Current User of Toolbox | 19990325 | ||
9 | ![]() |
Constant | Public | Type reference (TYPE) | I | 200 | Standard Height | 19990325 | |
10 | ![]() |
Constant | Public | Type reference (TYPE) | I | 700 | Standard Width | 19990325 | |
11 | ![]() |
Constant | Public | Type reference (TYPE) | FTRG_CHAR10 | 'FTRWRK4' | Memory ID must be < Char12! | 19990325 | |
12 | ![]() |
Constant | Public | Type reference (TYPE) | GUI_CODE | 'FTR0700_050' | Ok Code: Close Toolbox | 19990330 |
Methods
# | Method | Level | Visibility | Method type | Description | Created on |
---|---|---|---|---|---|---|
1 | ![]() |
Instance method | Public | Constructor | Class Constructor | 19990323 |
2 | ![]() |
Instance method | Protected | Method | Export Context Data to Memory | 19990325 |
3 | ![]() |
Instance method | Public | Method | Class Destructor | 19990323 |
4 | ![]() |
Static method | Public | Method | Determine DB Key for INDX (User-Specific) | 19990325 |
5 | ![]() |
Instance method | Protected | Event handling method | Event Handler: Close Amodal Container | 19990323 |
6 | ![]() |
Instance method | Protected | Event handling method | Event Handler: Menu Entries set Worklist | 19990330 |
7 | ![]() |
Instance method | Protected | Event handling method | Event Handler: Ok Code Treatment of Worklist | 19990330 |
8 | ![]() |
Instance method | Protected | Event handling method | Event Handler: Process Worklist Entry | 19990323 |
9 | ![]() |
Instance method | Public | Method | Hide Amodal Window (= Invisible) | 19990323 |
10 | ![]() |
Instance method | Protected | Method | Import Context Data from Memory | 19990325 |
11 | ![]() |
Instance method | Public | Method | Exit Application with Leave to Transaction | 19990323 |
12 | ![]() |
Instance method | Public | Method | List Toolbox to a Screen | 19990323 |
13 | ![]() |
Instance method | Public | Method | Set Current Ok Code and Current Entry | 19990407 |
14 | ![]() |
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 | ![]() |
PI_AUTO_SAVE | Call by reference | Type reference (TYPE) | FTRG_BOOL | 'X' | automatische Speicherverwaltung ein ('X') / aus (' ') | 19990323 | |
2 | ![]() |
PI_COMPANYCODE_CURRENT | Call by reference | Type reference (TYPE) | BUKRS | aktueller Buchungskreis | 19990329 | ||
3 | ![]() |
PI_DYNNR | Call by reference | Type reference (TYPE) | SYDYNNR | Dynnr der nutzenden Anwendung | 19990323 | ||
4 | ![]() |
PI_IS_VISIBLE | Call by reference | Type reference (TYPE) | FTRG_BOOL | automatisch sichtbar bei der Erzeugung ('X') | 19990323 | ||
5 | ![]() |
PI_OKCODE_CURRENT | Call by reference | Type reference (TYPE) | GUI_CODE | aktueller Bearbeitungsmodus | 19990329 | ||
6 | ![]() |
PI_OKCODE_SAVE | Call by reference | Type reference (TYPE) | SYUCOMM | Okcode der Anwendung für Speichern und Verlasssen | 19990323 | ||
7 | ![]() |
PI_REPID | Call by reference | Type reference (TYPE) | SYREPID | Repid der nutzenden Anwendung | 19990323 | ||
8 | ![]() |
PI_TRANSACTIONNUMBER_CURRENT | Call by reference | Type reference (TYPE) | TB_RFHA | aktuelle Geschäftsnummer | 19990329 | ||
9 | ![]() |
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 | ![]() |
PE_MEMID | Call by reference | Type reference (TYPE) | INDX_SRTFD | MemoryId in INDX | 19990323 | ||
2 | ![]() |
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 | ![]() |
PE_OKCODE | Call by reference | Type reference (TYPE) | 19990330 | ||||
2 | ![]() |
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 | ![]() |
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 | ![]() |
PE_OKCODE | Call by reference | Type reference (TYPE) | 19990323 | ||||
2 | ![]() |
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 fehlgeschlagen | 19990323 |
Method LEAVE_TO_TRANSACTION Signature
# | Type | Parameter | Pass Value | Optional | Typing Method | Associated Type | Default value | Description | Created on |
---|---|---|---|---|---|---|---|---|---|
1 | ![]() |
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 | ![]() |
PI_DYNNR | Call by reference | Type reference (TYPE) | SYDYNNR | Dynnr des Dynpros | 19990323 | ||
2 | ![]() |
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 | ![]() |
PI_COMPANYCODE_CURRENT | Call by reference | Type reference (TYPE) | BUKRS | aktueller Buchungskreis | 19990407 | ||
2 | ![]() |
PI_OKCODE_CURRENT | Call by reference | Type reference (TYPE) | GUI_CODE | aktueller Okcode | 19990407 | ||
3 | ![]() |
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 |