SAP ABAP Class CL_WD_FOCUS_INFO (Focus Operation)
Hierarchy
☛
SAP_UI (Software Component) User Interface Technology
⤷
BC-WD-ABA-RUN (Application Component) Web Dynpro ABAP Runtime
⤷
SWDP_RUNTIME_CORE (Package) Web Dynpro Runtime: Core Functions
⤷
⤷
Meta Relationship - Using
| # | Relationship type | Using | Short Description | Created on |
|---|---|---|---|---|
| 1 | Interface implementation (CLASS c. INTERFACES i_ref) | IF_WD_FOCUS_INFO | Focus Information | 20090910 |
Properties
| Class | CL_WD_FOCUS_INFO | |
| Short Description | Focus Operation | |
| Super Class | ||
| Instantiability of a Class | 2 | Public |
| Final |
General Data
| Message Class | ||
| Program status | ||
| Category | 0 | |
| Package | SWDP_RUNTIME_CORE | Web Dynpro Runtime: Core Functions |
| Created | 20090910 | SAP |
| Last change | 20110908 | SAP |
| Shared Memory-enabled | ||
| Fixed point arithmetic | ||
| Unicode checks active |
Forward declarations
Class CL_WD_FOCUS_INFO has no forward declaration.
Interfaces
| # | Interface | Abstract | Final | Description | Created on |
|---|---|---|---|---|---|
| 1 | IF_WD_FOCUS_INFO | Focus Information | 20090910 |
Friends
Class CL_WD_FOCUS_INFO has no friend class.
Attributes
Class CL_WD_FOCUS_INFO has no attribute.
Methods
| # | Method | Level | Visibility | Method type | Description | Created on |
|---|---|---|---|---|---|---|
| 1 | Static method | Public | Method | Create FocusInfo for Cursor Position | 20090910 | |
| 2 | Static method | Public | Method | Create FocusInfo for Selection | 20090910 |
Events
Class CL_WD_FOCUS_INFO has no event.
Types
Class CL_WD_FOCUS_INFO has no local type.
Method Signatures
Method NEW_CURSOR Signature
| # | Type | Parameter | Pass Value | Optional | Typing Method | Associated Type | Default value | Description | Created on |
|---|---|---|---|---|---|---|---|---|---|
| 1 | CURSOR_LINE | Call by reference | Type reference (TYPE) | I | 1 | Zeile der Cursor-Position | 20090911 | ||
| 2 | CURSOR_POSITION | Call by reference | Type reference (TYPE) | I | Cursor-Position (0 für vor dem 1. Zeichen, -1 für Textende) | 20090910 | |||
| 3 | FOCUS_INFO | Value transfer | Object reference (TYPE REF TO) | IF_WD_FOCUS_INFO | Focus Information | 20090910 |
Method NEW_CURSOR on class CL_WD_FOCUS_INFO has no exception.
Method NEW_SELECTION Signature
| # | Type | Parameter | Pass Value | Optional | Typing Method | Associated Type | Default value | Description | Created on |
|---|---|---|---|---|---|---|---|---|---|
| 1 | FOCUS_INFO | Value transfer | Object reference (TYPE REF TO) | IF_WD_FOCUS_INFO | Focus Information | 20090910 | |||
| 2 | FROM_LINE | Call by reference | Type reference (TYPE) | I | 1 | Zeile Selektionsanfang | 20090911 | ||
| 3 | FROM_POSITION | Call by reference | Type reference (TYPE) | I | Cursor-Position Selektionsanfang | 20090910 | |||
| 4 | TO_LINE | Call by reference | Type reference (TYPE) | I | 1 | Zeile Selektionsende | 20090911 | ||
| 5 | TO_POSITION | Call by reference | Type reference (TYPE) | I | Cursor-Position Selektionsendes | 20090910 |
Method NEW_SELECTION on class CL_WD_FOCUS_INFO has no exception.
History
| Last changed by/on | SAP | 20110908 |
| SAP Release Created in | 800 |