SAP ABAP Class CL_ADT_WDY_SOURCE_POSITION_CON (Converts the source position into the line number)
Hierarchy
SAP_BASIS (Software Component) SAP Basis Component
   BC-DWB-AIE-WDA (Application Component) Web Dynpro ABAP Design Tool for ABAP in Eclipse
     SWDP_ADT (Package) SWDP ADT Development
Properties
Class CL_ADT_WDY_SOURCE_POSITION_CON  
Short Description Converts the source position into the line number    
Super Class    
Instantiability of a Class 2  Public 
Final    
General Data
Message Class    
Program status     
Category 0   
Package SWDP_ADT   SWDP ADT Development 
Created 20120813   SAP 
Last change 20131127   SAP 
Shared Memory-enabled    
Fixed point arithmetic    
Unicode checks active    
Forward declarations
Class CL_ADT_WDY_SOURCE_POSITION_CON has no forward declaration.
Interfaces
Class CL_ADT_WDY_SOURCE_POSITION_CON has no interface implemented.
Friends
Class CL_ADT_WDY_SOURCE_POSITION_CON has no friend class.
Attributes
Class CL_ADT_WDY_SOURCE_POSITION_CON has no attribute.
Methods
# Method Level Visibility Method type Description Created on
1 CREATE Static method Public Method 20120813
2 GET_OBJECT_TYPE_FROM_NAME Instance method Public Method 20120813
3 GET_POSITION_BY_INCLUDE Instance method Public Method 20120813
4 GET_REQUEST_FROM_INCLUDE_NAME Instance method Public Method 20120816
Events
Class CL_ADT_WDY_SOURCE_POSITION_CON has no event.
Types
# Type Visibility Typing Associated Type Description Created on Type Source
1 TYPE_INCLUDE_POSITION Public See coding 20120813 begin of type_include_position, include_name type string, source_position type type_source_position, end of type_include_position
2 TYPE_SOURCE_POSITION Public See coding 20120813 begin of type_source_position, line type i, column type i, end of type_source_position
Method Signatures

Method CREATE Signature

# Type Parameter Pass Value Optional Typing Method Associated Type Default value Description Created on
1 Returning CONVERTER Value transfer Object reference (TYPE REF TO) CL_ADT_WDY_SOURCE_POSITION_CON Converts the source position into the line number 20120813

Method CREATE on class CL_ADT_WDY_SOURCE_POSITION_CON has no exception.

Method GET_OBJECT_TYPE_FROM_NAME Signature

# Type Parameter Pass Value Optional Typing Method Associated Type Default value Description Created on
1 Importing IV_PROGNAME Call by reference Type reference (TYPE) PROGRAM Program/Transaction in SQL Trace Evaluation 20120813
2 Returning RV_OBJECT_TYPE Value transfer Type reference (TYPE) WBOBJTYPE Global WB Type, Consisting of R3TR Type and WB Specificat. 20120813
# Exception Resumable Description Created on
1 CX_ADT_WDY_COMMON Common Exception Class for WDA 20120816

Method GET_POSITION_BY_INCLUDE Signature

# Type Parameter Pass Value Optional Typing Method Associated Type Default value Description Created on
1 Importing INCLUDE_POSITION Call by reference Type reference (TYPE) TYPE_INCLUDE_POSITION 20120813
2 Returning SOURCE_POSITION Value transfer Type reference (TYPE) TYPE_SOURCE_POSITION 20120813
# Exception Resumable Description Created on
1 CX_ADT_WDY_COMMON Common Exception Class for WDA 20120816

Method GET_REQUEST_FROM_INCLUDE_NAME Signature

# Type Parameter Pass Value Optional Typing Method Associated Type Default value Description Created on
1 Exporting EO_WBREQUEST Call by reference Object reference (TYPE REF TO) CL_WB_REQUEST Structure for Workbench Request 20120816
2 Importing IV_PROGNAME Call by reference Type reference (TYPE) PROGNAME ABAP Program Name 20120816
# Exception Resumable Description Created on
1 CX_ADT_WDY_COMMON Common Exception Class for WDA 20120816
History
Last changed by/on SAP  20131127 
SAP Release Created in 740