SAP ABAP Class CL_WDY_MD_ADT_SOURCE_MAPPER (Web Dynpro line offset mapping)
Hierarchy
SAP_BASIS (Software Component) SAP Basis Component
   BC-DWB-WD-ABA (Application Component) Web Screen Tools - ABAP
     SWDP_METADATA_API_ADT (Package) Special stateless API to support AIE
Properties
Class CL_WDY_MD_ADT_SOURCE_MAPPER  
Short Description Web Dynpro line offset mapping    
Super Class    
Instantiability of a Class 2  Public 
Final    
General Data
Message Class    
Program status     
Category 0   
Package SWDP_METADATA_API_ADT   Special stateless API to support AIE 
Created 20121112   SAP 
Last change 20140121   SAP 
Shared Memory-enabled    
Fixed point arithmetic    
Unicode checks active    
Forward declarations
Class CL_WDY_MD_ADT_SOURCE_MAPPER has no forward declaration.
Interfaces
Class CL_WDY_MD_ADT_SOURCE_MAPPER has no interface implemented.
Friends
Class CL_WDY_MD_ADT_SOURCE_MAPPER has no friend class.
Attributes
# Attribute Level Visibility Read only Typing Associated Type Initial Value Description Created on
1 M_SOURCE_SCAN Instance attribute Private Object reference (TYPE REF TO) IF_WDY_MD_ADT_SOURCE_SCAN Web Dynpro source scan 20121118
2 M_TARGET_SCAN Instance attribute Private Object reference (TYPE REF TO) IF_WDY_MD_ADT_SOURCE_SCAN Web Dynpro source scan 20121118
Methods
# Method Level Visibility Method type Description Created on
1 CONSTRUCTOR Instance method Public Constructor CONSTRUCTOR 20121118
2 GET_INSTANCE Instance method Private Method 20121118
3 GET_SOURCE_LINE_COMPARER Static method Public Method 20121207
4 MAP_LINE_OFFSET Static method Public Method 20121112
5 MAP_SOURCE_TO_APPL Static method Private Method 20121116
Events
Class CL_WDY_MD_ADT_SOURCE_MAPPER has no event.
Types
# Type Visibility Typing Associated Type Description Created on Type Source
1 GTY_POSITION Public See coding 20121112 BEGIN OF gty_position, line TYPE i, offset TYPE i, END OF gty_position
2 GTY_TOKEN_TABLE Public See coding 20121116 gty_token_table TYPE STANDARD TABLE OF stokesx WITH DEFAULT KEY
Method Signatures

Method CONSTRUCTOR Signature

# Type Parameter Pass Value Optional Typing Method Associated Type Default value Description Created on
1 Importing SOURCE_SCAN Call by reference Object reference (TYPE REF TO) IF_WDY_MD_ADT_SOURCE_SCAN Web Dynpro source scan 20121118
2 Importing TARGET_SCAN Call by reference Object reference (TYPE REF TO) IF_WDY_MD_ADT_SOURCE_SCAN Web Dynpro source scan 20121118

Method CONSTRUCTOR on class CL_WDY_MD_ADT_SOURCE_MAPPER has no exception.

Method GET_INSTANCE Signature

# Type Parameter Pass Value Optional Typing Method Associated Type Default value Description Created on
1 Returning RESULT Value transfer Object reference (TYPE REF TO) CL_WDY_MD_ADT_SOURCE_MAPPER Web Dynpro line offset mapping 20121118
2 Importing SOURCE_SCAN Call by reference Object reference (TYPE REF TO) IF_WDY_MD_ADT_SOURCE_SCAN Web Dynpro source scan 20121118
3 Importing TARGET_SCAN Call by reference Object reference (TYPE REF TO) IF_WDY_MD_ADT_SOURCE_SCAN Web Dynpro source scan 20121118

Method GET_INSTANCE on class CL_WDY_MD_ADT_SOURCE_MAPPER has no exception.

Method GET_SOURCE_LINE_COMPARER Signature

# Type Parameter Pass Value Optional Typing Method Associated Type Default value Description Created on
1 Returning RESULT Value transfer Object reference (TYPE REF TO) IF_WDY_MD_ADT_SRC_LINE_COMPARE 20121207
2 Importing SOURCE_LINE Call by reference Type reference (TYPE) STRING 20121207

Method GET_SOURCE_LINE_COMPARER on class CL_WDY_MD_ADT_SOURCE_MAPPER has no exception.

Method MAP_LINE_OFFSET Signature

# Type Parameter Pass Value Optional Typing Method Associated Type Default value Description Created on
1 Importing PREFER_APPL_CLASS Call by reference Type reference (TYPE) WDY_BOOLEAN ABAP_FALSE 20121116
2 Importing PREFER_APPL_IMPLEMENTATION Call by reference Type reference (TYPE) WDY_BOOLEAN ABAP_FALSE 20130614
3 Returning RESULT Value transfer Type reference (TYPE) GTY_POSITION 20121112
4 Importing SOURCE_LINE Value transfer Type reference (TYPE) I 20121112
5 Importing SOURCE_OFFSET Value transfer Type reference (TYPE) I 20121112
6 Importing SOURCE_SCAN Call by reference Object reference (TYPE REF TO) IF_WDY_MD_ADT_SOURCE_SCAN 20121112
7 Importing TARGET_SCAN Call by reference Object reference (TYPE REF TO) IF_WDY_MD_ADT_SOURCE_SCAN 20121112

Method MAP_LINE_OFFSET on class CL_WDY_MD_ADT_SOURCE_MAPPER has no exception.

Method MAP_SOURCE_TO_APPL Signature

# Type Parameter Pass Value Optional Typing Method Associated Type Default value Description Created on
1 Changing CLIF_TOKENS Call by reference Type reference (TYPE) GTY_TOKEN_TABLE 20121116
2 Changing METH_TOKENS Call by reference Type reference (TYPE) GTY_TOKEN_TABLE 20121116
3 Importing PREFER_APPL_IMPLEMENTATION Call by reference Type reference (TYPE) WDY_BOOLEAN ABAP_FALSE 20130614
4 Changing SOURCE_CODE_LINE Call by reference Type reference (TYPE) STRING 20121116
5 Changing SOURCE_LINE Call by reference Type reference (TYPE) I 20121219
6 Changing SOURCE_OFFSET Call by reference Type reference (TYPE) I 20121116
7 Importing SOURCE_SCAN Call by reference Object reference (TYPE REF TO) IF_WDY_MD_ADT_SOURCE_SCAN 20121116

Method MAP_SOURCE_TO_APPL on class CL_WDY_MD_ADT_SOURCE_MAPPER has no exception.
History
Last changed by/on SAP  20140121 
SAP Release Created in 740