SAP ABAP Class CL_ADT_WDY_URI_MAPPING (Class for BAdI: BADI_ADT_MAP_FROM_OBJREF)
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

⤷

⤷

Meta Relationship - Using
# | Relationship type | Using | Short Description | Created on |
---|---|---|---|---|
1 | Interface implementation (CLASS c. INTERFACES i_ref) | IF_ADT_MAP_FROM_OBJREF | Map Object Reference (URI ) to WB (key/request) | 20120515 |
2 | Interface implementation (CLASS c. INTERFACES i_ref) | IF_ADT_MAP_TO_OBJREF | WB (key/request) to object reference (URI) mapping | 20120515 |
3 | Interface implementation (CLASS c. INTERFACES i_ref) | IF_ADT_URI_FRAGMENT_HNDL_VIT | Handler for URI fragments of VIT objects | 20130325 |
4 | Interface implementation (CLASS c. INTERFACES i_ref) | IF_BADI_INTERFACE | Tag Interface for BAdIs | 20120515 |
Properties
Class | CL_ADT_WDY_URI_MAPPING | |
Short Description | Class for BAdI: BADI_ADT_MAP_FROM_OBJREF | |
Super Class | ||
Instantiability of a Class | 2 | Public |
Final |
General Data
Message Class | ||
Program status | ||
Category | 0 | |
Package | SWDP_ADT | SWDP ADT Development |
Created | 20120515 | SAP |
Last change | 20140121 | SAP |
Shared Memory-enabled | ||
Fixed point arithmetic | ||
Unicode checks active |
Forward declarations
Class CL_ADT_WDY_URI_MAPPING has no forward declaration.
Interfaces
# | Interface | Abstract | Final | Description | Created on |
---|---|---|---|---|---|
1 | IF_ADT_MAP_FROM_OBJREF | Map Object Reference (URI ) to WB (key/request) | 20120515 | ||
2 | IF_ADT_MAP_TO_OBJREF | WB (key/request) to object reference (URI) mapping | 20120515 | ||
3 | IF_ADT_URI_FRAGMENT_HNDL_VIT | Handler for URI fragments of VIT objects | 20130325 | ||
4 | IF_BADI_INTERFACE | Tag Interface for BAdIs | 20120515 |
Friends
Class CL_ADT_WDY_URI_MAPPING has no friend class.
Attributes
# | Attribute | Level | Visibility | Read only | Typing | Associated Type | Initial Value | Description | Created on |
---|---|---|---|---|---|---|---|---|---|
1 | ![]() |
Static Attribute | Private | Type reference (TYPE) | STRING | 20120531 | |||
2 | ![]() |
Constant | Public | Type reference (TYPE) | STRING | '/sap/bc/adt/wdy' | 20120515 | ||
3 | ![]() |
Constant | Public | Type reference (TYPE) | STRING | 'controller' | 20120515 | ||
4 | ![]() |
Constant | Public | Type reference (TYPE) | STRING | 'view' | 20120515 | ||
5 | ![]() |
Constant | Public | Type reference (TYPE) | STRING | '/sap/bc/adt/wdy/wdya' | 20120515 | ||
6 | ![]() |
Constant | Public | See coding | 20130325 | ||||
7 | ![]() |
Constant | Public | Type reference (TYPE) | STRING | 'WDYN' | 20121129 | ||
8 | ![]() |
Static Attribute | Private | Type reference (TYPE) | STRING | 20120531 | |||
9 | ![]() |
Static Attribute | Private | Type reference (TYPE) | STRING | 20120531 |
Methods
Events
Class CL_ADT_WDY_URI_MAPPING has no event.
Types
# | Type | Visibility | Typing | Associated Type | Description | Created on | Type Source |
---|---|---|---|---|---|---|---|
1 | GTY_FRAGMENT_PAIR | Public | See coding | 20130326 | BEGIN OF gty_fragment_pair,
name TYPE string,
value TYPE string,
END OF gty_fragment_pair
|
||
2 | GTY_FRAGMENT_PAIRS | Public | See coding | 20130326 | gty_fragment_pairs TYPE STANDARD TABLE OF gty_fragment_pair
WITH DEFAULT KEY
|
Method Signatures
Method CLASS_CONSTRUCTOR Signature
Method CLASS_CONSTRUCTOR on class CL_ADT_WDY_URI_MAPPING has no parameter.
Method CLASS_CONSTRUCTOR on class CL_ADT_WDY_URI_MAPPING has no exception.
Method CONVERT_URI_WITH_LINE_NO Signature
# | Type | Parameter | Pass Value | Optional | Typing Method | Associated Type | Default value | Description | Created on |
---|---|---|---|---|---|---|---|---|---|
1 | ![]() |
EV_LINE_DEF | Value transfer | Type reference (TYPE) | I | 20120813 | |||
2 | ![]() |
EV_OBJECT_TYPE | Value transfer | Type reference (TYPE) | WBOBJTYPE | Global WB Type, Consisting of R3TR Type and WB Specificat. | 20120816 | ||
3 | ![]() |
IV_COMPONENT_NAME | Call by reference | Type reference (TYPE) | CSEQUENCE | 20120813 | |||
4 | ![]() |
IV_CONTROLLER_NAME | Call by reference | Type reference (TYPE) | CSEQUENCE | 20120813 | |||
5 | ![]() |
IV_VERSION | Call by reference | Type reference (TYPE) | R3STATE | 20120813 |
Method CONVERT_URI_WITH_LINE_NO on class CL_ADT_WDY_URI_MAPPING has no exception.
Method GET_CMP_NAME_FROM_URI Signature
# | Type | Parameter | Pass Value | Optional | Typing Method | Associated Type | Default value | Description | Created on |
---|---|---|---|---|---|---|---|---|---|
1 | ![]() |
EV_COMPONENT_NAME | Value transfer | Type reference (TYPE) | STRING | 20120604 | |||
2 | ![]() |
EV_OBJECT_NAME | Value transfer | Type reference (TYPE) | STRING | 20120604 | |||
3 | ![]() |
IO_MAPPING_OPTIONS | Call by reference | Object reference (TYPE REF TO) | IF_ADT_MAPPING_OPTIONS | 20130222 | |||
4 | ![]() |
IV_OBJECT_NAME | Call by reference | Type reference (TYPE) | STRING | 20120604 | |||
5 | ![]() |
IV_OBJECT_TYPE | Call by reference | Type reference (TYPE) | STRING | 20120604 | |||
6 | ![]() |
IV_URI | Call by reference | Type reference (TYPE) | STRING | 20120604 |
# | Exception | Resumable | Description | Created on |
---|---|---|---|---|
1 | ![]() |
URI-Mapping exception | 20120604 |
Method GET_STATIC_URI_PART Signature
# | Type | Parameter | Pass Value | Optional | Typing Method | Associated Type | Default value | Description | Created on |
---|---|---|---|---|---|---|---|---|---|
1 | ![]() |
RV_STATIC_URI_PART | Value transfer | Type reference (TYPE) | STRING | 20120515 |
Method GET_STATIC_URI_PART on class CL_ADT_WDY_URI_MAPPING has no exception.
Method MAP_ADT_STATE_TO_FRAGMENT Signature
# | Type | Parameter | Pass Value | Optional | Typing Method | Associated Type | Default value | Description | Created on |
---|---|---|---|---|---|---|---|---|---|
1 | ![]() |
MAPPING_OPTIONS | Call by reference | Object reference (TYPE REF TO) | IF_ADT_MAPPING_OPTIONS | Options for URI mapping | 20130327 | ||
2 | ![]() |
OBJECT_STATE | Call by reference | Object reference (TYPE REF TO) | IF_WDY_MD_ADT_CONTROLLER_STATE | Workbench: View of Object | 20130327 | ||
3 | ![]() |
RESULT | Value transfer | Type reference (TYPE) | STRING | 20130327 |
# | Exception | Resumable | Description | Created on |
---|---|---|---|---|
1 | ![]() |
URI-Mapping exception | 20130425 |
Method MAP_FRAGMENT_TO_ADT_STATE Signature
# | Type | Parameter | Pass Value | Optional | Typing Method | Associated Type | Default value | Description | Created on |
---|---|---|---|---|---|---|---|---|---|
1 | ![]() |
CONTROLLER_KEY | Call by reference | Type reference (TYPE) | WDY_CONTROLLER_KEY | WB Request: Key for Object in Development Environment | 20130327 | ||
2 | ![]() |
FRAGMENTS | Call by reference | Type reference (TYPE) | GTY_FRAGMENT_PAIRS | 20130327 | |||
3 | ![]() |
RESULT | Value transfer | Object reference (TYPE REF TO) | IF_WB_OBJECT_STATE | Workbench: View of Object | 20130327 | ||
4 | ![]() |
WB_TYPE | Call by reference | Type reference (TYPE) | SEU_OBJTYP | Global WB Type, Consisting of R3TR Type and WB Specificat. | 20130327 |
# | Exception | Resumable | Description | Created on |
---|---|---|---|---|
1 | ![]() |
URI-Mapping exception | 20130425 |
Method MAP_FRAGMENT_TO_VC_STATE Signature
# | Type | Parameter | Pass Value | Optional | Typing Method | Associated Type | Default value | Description | Created on |
---|---|---|---|---|---|---|---|---|---|
1 | ![]() |
CONTROLLER_KEY | Call by reference | Type reference (TYPE) | WDY_CONTROLLER_KEY | Workbench: View of Object | 20130327 | ||
2 | ![]() |
FRAGMENTS | Call by reference | Type reference (TYPE) | GTY_FRAGMENT_PAIRS | 20130327 | |||
3 | ![]() |
RESULT | Value transfer | Object reference (TYPE REF TO) | IF_WB_OBJECT_STATE | 20130327 | |||
4 | ![]() |
WB_TYPE | Call by reference | Type reference (TYPE) | SEU_OBJTYP | WB Request: Key for Object in Development Environment | 20130327 |
# | Exception | Resumable | Description | Created on |
---|---|---|---|---|
1 | ![]() |
URI-Mapping exception | 20130425 |
Method MAP_VC_STATE_TO_FRAGMENT Signature
# | Type | Parameter | Pass Value | Optional | Typing Method | Associated Type | Default value | Description | Created on |
---|---|---|---|---|---|---|---|---|---|
1 | ![]() |
MAPPING_OPTIONS | Call by reference | Object reference (TYPE REF TO) | IF_ADT_MAPPING_OPTIONS | Options for URI mapping | 20130327 | ||
2 | ![]() |
OBJECT_STATE | Call by reference | Object reference (TYPE REF TO) | CL_WDY_WB_VC_STATE | Workbench: View of Object | 20130327 | ||
3 | ![]() |
RESULT | Value transfer | Type reference (TYPE) | STRING | 20130327 |
# | Exception | Resumable | Description | Created on |
---|---|---|---|---|
1 | ![]() |
URI-Mapping exception | 20130425 |
Method PARSE_BP_URI Signature
# | Type | Parameter | Pass Value | Optional | Typing Method | Associated Type | Default value | Description | Created on |
---|---|---|---|---|---|---|---|---|---|
1 | ![]() |
CLS_NAME | Call by reference | Type reference (TYPE) | CSEQUENCE | 20120628 | |||
2 | ![]() |
EV_COMP_NAME | Call by reference | Type reference (TYPE) | STRING | 20120628 | |||
3 | ![]() |
EV_OBJECT_NAME | Call by reference | Type reference (TYPE) | STRING | 20120628 | |||
4 | ![]() |
INCLUDE_PATH | Call by reference | Type reference (TYPE) | STRING | 20120628 | |||
5 | ![]() |
LINE | Call by reference | Type reference (TYPE) | I | 20120628 | |||
6 | ![]() |
LINE_OFFSET | Call by reference | Type reference (TYPE) | I | 20120628 | |||
7 | ![]() |
URI | Call by reference | Type reference (TYPE) | CSEQUENCE | 20120628 | |||
8 | ![]() |
URI_OBJECT | Call by reference | Object reference (TYPE REF TO) | CL_ADT_REST_URI | 20120628 |
# | Exception | Resumable | Description | Created on |
---|---|---|---|---|
1 | ![]() |
20120628 |
Method PARSE_CLASS_URI Signature
# | Type | Parameter | Pass Value | Optional | Typing Method | Associated Type | Default value | Description | Created on |
---|---|---|---|---|---|---|---|---|---|
1 | ![]() |
CLS_NAME | Call by reference | Type reference (TYPE) | CSEQUENCE | 20120531 | |||
2 | ![]() |
INCLUDE_PATH | Call by reference | Type reference (TYPE) | STRING | 20120531 | |||
3 | ![]() |
LINE | Call by reference | Type reference (TYPE) | I | 20120531 | |||
4 | ![]() |
LINE_OFFSET | Call by reference | Type reference (TYPE) | I | 20120531 | |||
5 | ![]() |
URI_OBJECT | Call by reference | Object reference (TYPE REF TO) | CL_ADT_REST_URI | 20120531 |
# | Exception | Resumable | Description | Created on |
---|---|---|---|---|
1 | ![]() |
20120531 |
Method PARSE_FRAGMENT Signature
# | Type | Parameter | Pass Value | Optional | Typing Method | Associated Type | Default value | Description | Created on |
---|---|---|---|---|---|---|---|---|---|
1 | ![]() |
P_FRAGMENT | Value transfer | Type reference (TYPE) | STRING | 20130325 | |||
2 | ![]() |
P_FRAGMENT_PAIRS | Call by reference | Type reference (TYPE) | GTY_FRAGMENT_PAIRS | 20130325 |
Method PARSE_FRAGMENT on class CL_ADT_WDY_URI_MAPPING has no exception.
Method __GET_ADT_OBJECT_TYPE_FROM_URI Signature
# | Type | Parameter | Pass Value | Optional | Typing Method | Associated Type | Default value | Description | Created on |
---|---|---|---|---|---|---|---|---|---|
1 | ![]() |
EV_ADT_OBJECT_TYPE | Value transfer | Type reference (TYPE) | STRING | 20120515 | |||
2 | ![]() |
EV_SUB_OBJECT_TYPE | Value transfer | Type reference (TYPE) | STRING | 20120515 | |||
3 | ![]() |
IO_MAPPING_OPTIONS | Call by reference | Object reference (TYPE REF TO) | IF_ADT_MAPPING_OPTIONS | 20130222 | |||
4 | ![]() |
IV_URI | Call by reference | Type reference (TYPE) | STRING | 20120515 |
Method __GET_ADT_OBJECT_TYPE_FROM_URI on class CL_ADT_WDY_URI_MAPPING has no exception.
Method __GET_OBJECT_NAME_FROM_URI Signature
# | Type | Parameter | Pass Value | Optional | Typing Method | Associated Type | Default value | Description | Created on |
---|---|---|---|---|---|---|---|---|---|
1 | ![]() |
EV_COMPONENT_NAME | Value transfer | Type reference (TYPE) | STRING | 20120515 | |||
2 | ![]() |
EV_OBJECT_NAME | Value transfer | Type reference (TYPE) | STRING | 20120515 | |||
3 | ![]() |
IO_MAPPING_OPTIONS | Call by reference | Object reference (TYPE REF TO) | IF_ADT_MAPPING_OPTIONS | 20130222 | |||
4 | ![]() |
IV_OBJECT_NAME | Call by reference | Type reference (TYPE) | STRING | 20120515 | |||
5 | ![]() |
IV_OBJECT_TYPE | Call by reference | Type reference (TYPE) | STRING | 20120515 | |||
6 | ![]() |
IV_URI | Call by reference | Type reference (TYPE) | STRING | 20120515 |
# | Exception | Resumable | Description | Created on |
---|---|---|---|---|
1 | ![]() |
URI-Mapping exception | 20120515 |
History
Last changed by/on | SAP | 20140121 |
SAP Release Created in | 740 |