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 | Instance attribute | Private | Object reference (TYPE REF TO) | IF_WDY_MD_ADT_SOURCE_SCAN | Web Dynpro source scan | 20121118 | |||
| 2 | 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 | Instance method | Public | Constructor | CONSTRUCTOR | 20121118 | |
| 2 | Instance method | Private | Method | 20121118 | ||
| 3 | Static method | Public | Method | 20121207 | ||
| 4 | Static method | Public | Method | 20121112 | ||
| 5 | 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 | SOURCE_SCAN | Call by reference | Object reference (TYPE REF TO) | IF_WDY_MD_ADT_SOURCE_SCAN | Web Dynpro source scan | 20121118 | |||
| 2 | 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 | RESULT | Value transfer | Object reference (TYPE REF TO) | CL_WDY_MD_ADT_SOURCE_MAPPER | Web Dynpro line offset mapping | 20121118 | |||
| 2 | SOURCE_SCAN | Call by reference | Object reference (TYPE REF TO) | IF_WDY_MD_ADT_SOURCE_SCAN | Web Dynpro source scan | 20121118 | |||
| 3 | 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 | RESULT | Value transfer | Object reference (TYPE REF TO) | IF_WDY_MD_ADT_SRC_LINE_COMPARE | 20121207 | ||||
| 2 | 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 | PREFER_APPL_CLASS | Call by reference | Type reference (TYPE) | WDY_BOOLEAN | ABAP_FALSE | 20121116 | |||
| 2 | PREFER_APPL_IMPLEMENTATION | Call by reference | Type reference (TYPE) | WDY_BOOLEAN | ABAP_FALSE | 20130614 | |||
| 3 | RESULT | Value transfer | Type reference (TYPE) | GTY_POSITION | 20121112 | ||||
| 4 | SOURCE_LINE | Value transfer | Type reference (TYPE) | I | 20121112 | ||||
| 5 | SOURCE_OFFSET | Value transfer | Type reference (TYPE) | I | 20121112 | ||||
| 6 | SOURCE_SCAN | Call by reference | Object reference (TYPE REF TO) | IF_WDY_MD_ADT_SOURCE_SCAN | 20121112 | ||||
| 7 | 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 | CLIF_TOKENS | Call by reference | Type reference (TYPE) | GTY_TOKEN_TABLE | 20121116 | ||||
| 2 | METH_TOKENS | Call by reference | Type reference (TYPE) | GTY_TOKEN_TABLE | 20121116 | ||||
| 3 | PREFER_APPL_IMPLEMENTATION | Call by reference | Type reference (TYPE) | WDY_BOOLEAN | ABAP_FALSE | 20130614 | |||
| 4 | SOURCE_CODE_LINE | Call by reference | Type reference (TYPE) | STRING | 20121116 | ||||
| 5 | SOURCE_LINE | Call by reference | Type reference (TYPE) | I | 20121219 | ||||
| 6 | SOURCE_OFFSET | Call by reference | Type reference (TYPE) | I | 20121116 | ||||
| 7 | 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 |