SAP ABAP Class CL_ADT_WDY_HELPER (Helper Functions for ADT Integration)
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_HELPER | |
| Short Description | Helper Functions for ADT Integration | |
| Super Class | ||
| Instantiability of a Class | 2 | Public |
| Final |
General Data
| Message Class | ||
| Program status | ||
| Category | 0 | |
| Package | SWDP_ADT | SWDP ADT Development |
| Created | 20120524 | SAP |
| Last change | 20131127 | SAP |
| Shared Memory-enabled | ||
| Fixed point arithmetic | ||
| Unicode checks active |
Forward declarations
Class CL_ADT_WDY_HELPER has no forward declaration.
Interfaces
Class CL_ADT_WDY_HELPER has no interface implemented.
Friends
Class CL_ADT_WDY_HELPER has no friend class.
Attributes
Class CL_ADT_WDY_HELPER has no attribute.
Methods
| # | Method | Level | Visibility | Method type | Description | Created on |
|---|---|---|---|---|---|---|
| 1 | Static method | Public | Method | Build XPath content from input | 20120524 |
Events
Class CL_ADT_WDY_HELPER has no event.
Types
| # | Type | Visibility | Typing | Associated Type | Description | Created on | Type Source |
|---|---|---|---|---|---|---|---|
| 1 | TY_GS_ATTRIBUTE_VALUE | Public | See coding | 20120524 | BEGIN OF ty_gs_attribute_value.
TYPES namespace TYPE string.
TYPES element TYPE string.
TYPES attribute TYPE string.
TYPES value TYPE string.
TYPES END OF ty_gs_attribute_value
|
||
| 2 | TY_GS_XPATH_ATTRIBUTE | Public | See coding | 20120524 | BEGIN OF ty_gs_xpath_attribute.
TYPES name TYPE string.
TYPES value TYPE string.
TYPES END OF ty_gs_xpath_attribute
|
||
| 3 | TY_GS_XPATH_ELEMENT | Public | See coding | 20120524 | BEGIN OF ty_gs_xpath_element.
TYPES namespace TYPE string.
TYPES element TYPE string.
TYPES attributes TYPE ty_gt_xpath_attribute.
TYPES END OF ty_gs_xpath_element
|
||
| 4 | TY_GT_ATTRIBUTE_VALUE | Public | See coding | 20120524 | ty_gt_attribute_value TYPE STANDARD TABLE OF ty_gs_attribute_value
WITH NON-UNIQUE DEFAULT KEY
WITH UNIQUE SORTED KEY attribute COMPONENTS namespace element attribute
|
||
| 5 | TY_GT_XPATH_ATTRIBUTE | Public | See coding | 20120524 | ty_gt_xpath_attribute TYPE STANDARD TABLE OF ty_gs_xpath_attribute
WITH NON-UNIQUE DEFAULT KEY
WITH UNIQUE SORTED KEY attribute COMPONENTS name
|
||
| 6 | TY_GT_XPATH_ELEMENT | Public | See coding | 20120524 | ty_gt_xpath_element TYPE STANDARD TABLE OF ty_gs_xpath_element
WITH NON-UNIQUE DEFAULT KEY
WITH UNIQUE SORTED KEY attribute COMPONENTS namespace element
|
Method Signatures
Method BUILD_XPATH_CONTENT Signature
| # | Type | Parameter | Pass Value | Optional | Typing Method | Associated Type | Default value | Description | Created on |
|---|---|---|---|---|---|---|---|---|---|
| 1 | IT_ATTRIBUTE | Call by reference | Type reference (TYPE) | TY_GT_ATTRIBUTE_VALUE | 20120524 | ||||
| 2 | RV_XPATH | Value transfer | Type reference (TYPE) | STRING | 20120524 |
Method BUILD_XPATH_CONTENT on class CL_ADT_WDY_HELPER has no exception.
History
| Last changed by/on | SAP | 20131127 |
| SAP Release Created in | 740 |