SAP ABAP Interface IF_RIS_SOURCE_POSITION (Type definitions for source position (cursor, selection))
Hierarchy
☛
SAP_BASIS (Software Component) SAP Basis Component
⤷
BC-DWB-UTL-INR (Application Component) Repository Infosystem
⤷
SRIS_OCCURRENCE_FINDER (Package) Repository Information System: Occurrence Finder

⤷

⤷

Properties
Interface | IF_RIS_SOURCE_POSITION | |
Short Description | Type definitions for source position (cursor, selection) |
General Data
Package | SRIS_OCCURRENCE_FINDER | Repository Information System: Occurrence Finder |
Created | 20110406 | SAP |
Last changed | 20130531 | SAP |
Unicode checks active |
Forward declarations
Interface IF_RIS_SOURCE_POSITION has no forward declaration.
Interfaces
Interface IF_RIS_SOURCE_POSITION has no interface.
Friends
Interface IF_RIS_SOURCE_POSITION has no friend.
Attributes
Interface IF_RIS_SOURCE_POSITION has no attribute.
Methods
Interface IF_RIS_SOURCE_POSITION has no method.
Events
Interface IF_RIS_SOURCE_POSITION has no event.
Types
# | Type | Visibility | Typing | Associated Type | Description | Created on | Type Source |
---|---|---|---|---|---|---|---|
1 | TY_CURSOR | Public | See coding | 20110701 | BEGIN OF ty_cursor,
global_wb_type TYPE wbobjtype,
main_program TYPE syrepid.
INCLUDE TYPE ty_include_position.
TYPES: END OF ty_cursor
|
||
2 | TY_INCLUDE_POSITION | Public | See coding | 20110701 | BEGIN OF ty_include_position,
include TYPE syrepid,
version TYPE r3state,
source TYPE rswsourcet,
row TYPE i,
col TYPE i,
fuba_uinclude TYPE rswsourcet,
END OF ty_include_position
|
||
3 | TY_SELECTION | Public | See coding | 20110701 | BEGIN OF ty_selection,
global_wb_type TYPE wbobjtype,
main_program TYPE syrepid,
start_position TYPE ty_include_position,
end_position TYPE ty_include_position,
END OF ty_selection
|
||
4 | TY_T_SELECTION | Public | See coding | 20110701 | ty_t_selection TYPE STANDARD TABLE OF ty_selection WITH DEFAULT KEY
|
History
Last changed by/on | SAP | 20130531 |
SAP Release Created in |