SAP ABAP Interface IF_TPDA_FOCUS_MANAGER (Cursor Management)
Hierarchy
☛
SAP_BASIS (Software Component) SAP Basis Component
⤷
BC-ABA-LA (Application Component) Syntax, Compiler, Runtime
⤷
STPDA_UI_FRAMEWORK (Package) ABAP Debugger: Framework of the User Interface
⤷
⤷
Properties
| Interface | IF_TPDA_FOCUS_MANAGER | |
| Short Description | Cursor Management |
General Data
| Package | STPDA_UI_FRAMEWORK | ABAP Debugger: Framework of the User Interface |
| Created | 20101008 | SAP |
| Last changed | 20110908 | SAP |
| Unicode checks active |
Forward declarations
Interface IF_TPDA_FOCUS_MANAGER has no forward declaration.
Interfaces
Interface IF_TPDA_FOCUS_MANAGER has no interface.
Friends
Interface IF_TPDA_FOCUS_MANAGER has no friend.
Attributes
| # | Attribute | Level | Visibility | Read only | Typing | Associated Type | Initial Value | Description | Created on |
|---|---|---|---|---|---|---|---|---|---|
| 1 | FOCUS_FOUND | Instance attribute | Public | Type reference (TYPE) | FLAG | General Flag | 20101216 | ||
| 2 | FOCUS_ON_CONTROL | Instance attribute | Public | Type reference (TYPE) | FLAG | General Flag | 20101216 | ||
| 3 | FOCUS_SET | Instance attribute | Public | Type reference (TYPE) | FLAG | General Flag | 20101216 | ||
| 4 | PAI | Instance attribute | Public | Type reference (TYPE) | FLAG | General Flag | 20101216 | ||
| 5 | PBO | Instance attribute | Public | Type reference (TYPE) | FLAG | General Flag | 20101216 | ||
| 6 | REF_FOCUS | Instance attribute | Public | Object reference (TYPE REF TO) | IF_TPDA_FOCUS | 20110315 | |||
| 7 | TAB_FIELDS | Instance attribute | Public | Type reference (TYPE) | TYP_TAB_FIELDS | 20101223 |
Methods
| # | Method | Level | Visibility | Method type | Description | Created on |
|---|---|---|---|---|---|---|
| 1 | Instance method | Public | Method | 20101216 | ||
| 2 | Instance method | Public | Method | 20101217 | ||
| 3 | Instance method | Public | Method | 20101008 | ||
| 4 | Instance method | Public | Method | 20101216 | ||
| 5 | Instance method | Public | Method | 20101223 | ||
| 6 | Instance method | Public | Method | 20101216 |
Events
Interface IF_TPDA_FOCUS_MANAGER has no event.
Types
| # | Type | Visibility | Typing | Associated Type | Description | Created on | Type Source |
|---|---|---|---|---|---|---|---|
| 1 | TYP_STR_FIELD | Public | See coding | 20101223 | BEGIN OF typ_str_field,
fieldname TYPE string,
ref_tool TYPE REF TO if_tpda_tool,
state TYPE xflag,
END OF typ_str_field
|
||
| 2 | TYP_TAB_FIELDS | Public | See coding | 20101223 | typ_tab_fields TYPE STANDARD TABLE OF typ_str_field
WITH DEFAULT KEY
|
Method Signatures
Method GET_CURSOR Signature
| # | Type | Parameter | Pass Value | Optional | Typing Method | Associated Type | Default value | Description | Created on |
|---|---|---|---|---|---|---|---|---|---|
| 1 | E_FOCUS_FOUND | Call by reference | Type reference (TYPE) | FLAG | allgemeines flag | 20101217 | |||
| 2 | I_FLG_TOP | Value transfer | Type reference (TYPE) | XFLAG | neue Eingabewerte | 20101222 | |||
| 3 | I_OFFSET | Call by reference | Type reference (TYPE) | I | 20101217 | ||||
| 4 | I_OK_CODE | Call by reference | Type reference (TYPE) | SY-UCOMM | Funktionscode, der PAI ausgelöst hat | 20101217 | |||
| 5 | I_REF_CTRL | Call by reference | Object reference (TYPE REF TO) | CL_GUI_CONTROL | Proxy-Klasse für Control im GUI | 20101217 | |||
| 6 | I_VALUE | Call by reference | Type reference (TYPE) | STRING | 20101217 |
Method GET_CURSOR on Interface IF_TPDA_FOCUS_MANAGER has no exception.
Method GET_LAST_CURSOR Signature
| # | Type | Parameter | Pass Value | Optional | Typing Method | Associated Type | Default value | Description | Created on |
|---|---|---|---|---|---|---|---|---|---|
| 1 | E_FIELD | Call by reference | Type reference (TYPE) | STRING | 20101217 | ||||
| 2 | E_TC_AREA | Call by reference | Type reference (TYPE) | STRING | 20101217 | ||||
| 3 | E_TC_LINE | Call by reference | Type reference (TYPE) | INT4 | Natürliche Zahl | 20101217 |
Method GET_LAST_CURSOR on Interface IF_TPDA_FOCUS_MANAGER has no exception.
Method SET_CURSOR Signature
| # | Type | Parameter | Pass Value | Optional | Typing Method | Associated Type | Default value | Description | Created on |
|---|---|---|---|---|---|---|---|---|---|
| 1 | I_FLG_TOP | Value transfer | Type reference (TYPE) | XFLAG | neue Eingabewerte | 20101222 | |||
| 2 | I_IGNORE_SCREEN | Call by reference | Type reference (TYPE) | DATA | 20101217 |
Method SET_CURSOR on Interface IF_TPDA_FOCUS_MANAGER has no exception.
Method SET_CURSOR_EXPLICIT Signature
| # | Type | Parameter | Pass Value | Optional | Typing Method | Associated Type | Default value | Description | Created on |
|---|---|---|---|---|---|---|---|---|---|
| 1 | I_DINDEX | Call by reference | Type reference (TYPE) | I | 20101217 | ||||
| 2 | I_DYNNR | Call by reference | Type reference (TYPE) | SY-DYNNR | Aktuelle Dynpro-Nummer | 20101217 | |||
| 3 | I_FIELD | Call by reference | Type reference (TYPE) | STRING | 20101217 | ||||
| 4 | I_OFFSET | Call by reference | Type reference (TYPE) | I | 20101217 | ||||
| 5 | I_REF_TOOL | Call by reference | Object reference (TYPE REF TO) | IF_TPDA_TOOL | TPDA: Schnittstelle für Plug-In | 20101217 | |||
| 6 | I_TC_AREA | Call by reference | Type reference (TYPE) | STRING | 20101217 | ||||
| 7 | I_TC_LINE | Call by reference | Type reference (TYPE) | I | 20101217 | ||||
| 8 | I_VALUE | Call by reference | Type reference (TYPE) | STRING | 20101217 |
Method SET_CURSOR_EXPLICIT on Interface IF_TPDA_FOCUS_MANAGER has no exception.
Method SET_FIELD_STATE Signature
| # | Type | Parameter | Pass Value | Optional | Typing Method | Associated Type | Default value | Description | Created on |
|---|---|---|---|---|---|---|---|---|---|
| 1 | I_FIELDNAME | Call by reference | Type reference (TYPE) | CSEQUENCE | 20101223 | ||||
| 2 | I_REF_TOOL | Call by reference | Object reference (TYPE REF TO) | IF_TPDA_TOOL | TPDA: Schnittstelle für Plug-In | 20101223 | |||
| 3 | I_STATE | Call by reference | Type reference (TYPE) | XFLAG | 'I' für unsichtbar | 20101223 |
Method SET_FIELD_STATE on Interface IF_TPDA_FOCUS_MANAGER has no exception.
Method SET_OK_CODE Signature
| # | Type | Parameter | Pass Value | Optional | Typing Method | Associated Type | Default value | Description | Created on |
|---|---|---|---|---|---|---|---|---|---|
| 1 | I_REF_FOCUS | Value transfer | Object reference (TYPE REF TO) | IF_TPDA_FOCUS | Cursorhandling | 20110114 |
Method SET_OK_CODE on Interface IF_TPDA_FOCUS_MANAGER has no exception.
History
| Last changed by/on | SAP | 20110908 |
| SAP Release Created in |