SAP ABAP Interface IF_WB_SOURCE_SELECTION (Position or Selection in Source)
Hierarchy
☛
SAP_BASIS (Software Component) SAP Basis Component
⤷
BC-DWB-TOO-ABA (Application Component) ABAP Editor
⤷
SEDI (Package) PROGRAM EDITOR

⤷

⤷

Meta Relationship - Used By
# | Relationship type | Used by | Short Description | Created on |
---|---|---|---|---|
1 | Interface implementation (CLASS c. INTERFACES i_ref) | CL_FB_FUNCTION_STATE | Status of a Function Module | 20110302 |
2 | Interface implementation (CLASS c. INTERFACES i_ref) | CL_WB_CLEDITOR_OBJECT_STATE | Object State for Method Editor | 20110302 |
3 | Interface implementation (CLASS c. INTERFACES i_ref) | CL_WB_DDLS_STATE | WB State Class for DDLS | 20121126 |
4 | Interface implementation (CLASS c. INTERFACES i_ref) | CL_WB_PROGRAM_STATE | State of the Program | 20110302 |
Properties
Interface | IF_WB_SOURCE_SELECTION | |
Short Description | Position or Selection in Source |
General Data
Package | SEDI | PROGRAM EDITOR |
Created | 20110111 | SAP |
Last changed | 20110908 | SAP |
Unicode checks active |
Forward declarations
Interface IF_WB_SOURCE_SELECTION has no forward declaration.
Interfaces
Interface IF_WB_SOURCE_SELECTION has no interface.
Friends
Interface IF_WB_SOURCE_SELECTION has no friend.
Attributes
Interface IF_WB_SOURCE_SELECTION has no attribute.
Methods
# | Method | Level | Visibility | Method type | Description | Created on |
---|---|---|---|---|---|---|
1 | ![]() |
Instance method | Public | Method | 20110302 | |
2 | ![]() |
Instance method | Public | Method | 20110302 | |
3 | ![]() |
Instance method | Public | Method | 20110302 |
Events
Interface IF_WB_SOURCE_SELECTION has no event.
Types
# | Type | Visibility | Typing | Associated Type | Description | Created on | Type Source |
---|---|---|---|---|---|---|---|
1 | TY_SOURCE_UNIT_POSITION | Public | See coding | 20110302 | BEGIN OF ty_source_unit_position,
line TYPE i,
line_offset TYPE i,
END OF ty_source_unit_position
|
||
2 | TY_SOURCE_UNIT_SELECTION | Public | See coding | 20110302 | BEGIN OF ty_source_unit_selection,
start TYPE ty_source_unit_position,
end TYPE ty_source_unit_position,
END OF ty_source_unit_selection
|
Method Signatures
Method GET_POSITION Signature
# | Type | Parameter | Pass Value | Optional | Typing Method | Associated Type | Default value | Description | Created on |
---|---|---|---|---|---|---|---|---|---|
1 | ![]() |
RESULT | Value transfer | Type reference (TYPE) | TY_SOURCE_UNIT_POSITION | 20110302 |
Method GET_POSITION on Interface IF_WB_SOURCE_SELECTION has no exception.
Method GET_SELECTION Signature
# | Type | Parameter | Pass Value | Optional | Typing Method | Associated Type | Default value | Description | Created on |
---|---|---|---|---|---|---|---|---|---|
1 | ![]() |
RESULT | Value transfer | Type reference (TYPE) | TY_SOURCE_UNIT_SELECTION | 20110302 |
Method GET_SELECTION on Interface IF_WB_SOURCE_SELECTION has no exception.
Method HAS_SELECTION Signature
# | Type | Parameter | Pass Value | Optional | Typing Method | Associated Type | Default value | Description | Created on |
---|---|---|---|---|---|---|---|---|---|
1 | ![]() |
RESULT | Value transfer | Type reference (TYPE) | ABAP_BOOL | 20110302 |
Method HAS_SELECTION on Interface IF_WB_SOURCE_SELECTION has no exception.
History
Last changed by/on | SAP | 20110908 |
SAP Release Created in |