SAP ABAP Class IF_WB_SOURCE_SELECTION (Position or Selection in Source)
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
Class IF_WB_SOURCE_SELECTION  
Short Description Position or Selection in Source    
Super Class    
Instantiability of a Class 2  Public 
Final    
General Data
Message Class    
Program status     
Category 0   
Package      
Created 20110111   SAP 
Last change 20110908   SAP 
Shared Memory-enabled    
Fixed point arithmetic    
Unicode checks active    
Forward declarations
Class IF_WB_SOURCE_SELECTION has no forward declaration.
Interfaces
Class IF_WB_SOURCE_SELECTION has no interface implemented.
Friends
Class IF_WB_SOURCE_SELECTION has no friend class.
Attributes
Class IF_WB_SOURCE_SELECTION has no attribute.
Methods
# Method Level Visibility Method type Description Created on
1 GET_POSITION Instance method Public Method 20110302
2 GET_SELECTION Instance method Public Method 20110302
3 HAS_SELECTION Instance method Public Method 20110302
Events
Class 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 Returning RESULT Value transfer Type reference (TYPE) TY_SOURCE_UNIT_POSITION 20110302

Method GET_POSITION on class 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 Returning RESULT Value transfer Type reference (TYPE) TY_SOURCE_UNIT_SELECTION 20110302

Method GET_SELECTION on class 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 Returning RESULT Value transfer Type reference (TYPE) ABAP_BOOL 20110302

Method HAS_SELECTION on class IF_WB_SOURCE_SELECTION has no exception.
History
Last changed by/on SAP  20110908 
SAP Release Created in