SAP ABAP Class /UI2/CL_TARGET_MAPPING_UTIL (Utilities for Target Mappings)
Hierarchy
☛
SAP_UI (Software Component) User Interface Technology
⤷
CA-UI2-INT-BE (Application Component) Backend Enablement
⤷
/UI2/BASIS_SERVICES_INTEROP (Package) UI BE: Interface Interoperability Service

⤷

⤷

Properties
Class | /UI2/CL_TARGET_MAPPING_UTIL | |
Short Description | Utilities for Target Mappings | |
Super Class | ||
Instantiability of a Class | 2 | Public |
Final |
General Data
Message Class | ||
Program status | ||
Category | 0 | |
Package | /UI2/BASIS_SERVICES_INTEROP | UI BE: Interface Interoperability Service |
Created | 20140218 | SAP |
Last change | 20141120 | |
Shared Memory-enabled | ||
Fixed point arithmetic | ||
Unicode checks active |
Forward declarations
# | Type group / Object type | Type | Type Description |
---|---|---|---|
1 | ![]() |
Forward declaration class (CLASS c DEFINITION DEFERRED) | Forward declaration class (CLASS c DEFINITION DEFERRED) |
2 | ![]() |
Forward declaration class (CLASS c DEFINITION DEFERRED) | Forward declaration class (CLASS c DEFINITION DEFERRED) |
3 | ![]() |
Type group use (TYPE-POOLS tp) | Type group use (TYPE-POOLS tp) |
Interfaces
Class /UI2/CL_TARGET_MAPPING_UTIL has no interface implemented.
Friends
Class /UI2/CL_TARGET_MAPPING_UTIL has no friend class.
Attributes
# | Attribute | Level | Visibility | Read only | Typing | Associated Type | Initial Value | Description | Created on |
---|---|---|---|---|---|---|---|---|---|
1 | ![]() |
Instance attribute | Private | Type reference (TYPE) | TP_S_TM_CONFIG_DEEP | 20140228 | |||
2 | ![]() |
Instance attribute | Private | Type reference (TYPE) | STRING | 20140228 |
Methods
# | Method | Level | Visibility | Method type | Description | Created on |
---|---|---|---|---|---|---|
1 | ![]() |
Static method | Public | Method | 20140228 | |
2 | ![]() |
Static method | Public | Method | 20140220 | |
3 | ![]() |
Static method | Public | Method | 20140220 | |
4 | ![]() |
Instance method | Public | Method | 20140218 | |
5 | ![]() |
Static method | Public | Method | 20140409 | |
6 | ![]() |
Instance method | Private | Method | 20140228 | |
7 | ![]() |
Instance method | Private | Method | 20140220 | |
8 | ![]() |
Instance method | Private | Method | 20140220 | |
9 | ![]() |
Instance method | Private | Method | 20140228 | |
10 | ![]() |
Static method | Private | Method | 20140220 | |
11 | ![]() |
Static method | Private | Method | 20140220 |
Events
Class /UI2/CL_TARGET_MAPPING_UTIL has no event.
Types
# | Type | Visibility | Typing | Associated Type | Description | Created on | Type Source |
---|---|---|---|---|---|---|---|
1 | TP_S_SIG_PARAM | Public | Type reference (TYPE) | /UI2/CL_TM_INDEX_SHR=>TS_SIG_PARAM | 20140305 | |
|
2 | TP_S_TM_CONFIG | Public | See coding | 20140305 | BEGIN OF tp_s_tm_config,
semantic_object TYPE string,
semantic_action TYPE string,
navigation_provider TYPE string,
navigation_provider_role TYPE string,
navigation_provider_instance TYPE string,
target_application_alias TYPE string,
target_application_id TYPE string,
display_info_text TYPE string,
display_title_text TYPE string,
mapping_signature TYPE string,
url TYPE string,
ui5_component TYPE string,
form_factors TYPE tp_t_form_factors,
END OF tp_s_tm_config
|
||
3 | TP_S_TM_CONFIG_DEEP | Public | See coding | 20140220 | BEGIN OF tp_s_tm_config_deep,
t_sig_param TYPE tp_t_sig_param.
INCLUDE TYPE tp_s_tm_config.
TYPES: END OF tp_s_tm_config_deep
|
||
4 | TP_T_FORM_FACTORS | Public | Type reference (TYPE) | /UI2/CL_TM_INDEX_SHR=>TS_FORM_FACTOR_EX | 20140312 | |
|
5 | TP_T_SIG_PARAM | Public | Type reference (TYPE) | /UI2/CL_TM_INDEX_SHR=>TT_SIG_PARAM | 20140305 | |
Method Signatures
Method GET_CONFIG_STRING Signature
# | Type | Parameter | Pass Value | Optional | Typing Method | Associated Type | Default value | Description | Created on |
---|---|---|---|---|---|---|---|---|---|
1 | ![]() |
CONFIG | Value transfer | Type reference (TYPE) | STRING | 20140228 | |||
2 | ![]() |
S_CONFIG | Call by reference | Type reference (TYPE) | TP_S_TM_CONFIG_DEEP | 20140228 |
Method GET_CONFIG_STRING on class /UI2/CL_TARGET_MAPPING_UTIL has no exception.
Method GET_CONFIG_STRUCT Signature
# | Type | Parameter | Pass Value | Optional | Typing Method | Associated Type | Default value | Description | Created on |
---|---|---|---|---|---|---|---|---|---|
1 | ![]() |
S_CONFIG | Value transfer | Type reference (TYPE) | TP_S_TM_CONFIG | 20140220 | |||
2 | ![]() |
TM_CONFIG | Call by reference | Type reference (TYPE) | STRING | 20140220 |
Method GET_CONFIG_STRUCT on class /UI2/CL_TARGET_MAPPING_UTIL has no exception.
Method GET_CONFIG_STRUCT_DEEP Signature
# | Type | Parameter | Pass Value | Optional | Typing Method | Associated Type | Default value | Description | Created on |
---|---|---|---|---|---|---|---|---|---|
1 | ![]() |
S_CONFIG | Value transfer | Type reference (TYPE) | TP_S_TM_CONFIG_DEEP | 20140220 | |||
2 | ![]() |
TM_CONFIG | Call by reference | Type reference (TYPE) | STRING | 20140220 |
Method GET_CONFIG_STRUCT_DEEP on class /UI2/CL_TARGET_MAPPING_UTIL has no exception.
Method INIT Signature
# | Type | Parameter | Pass Value | Optional | Typing Method | Associated Type | Default value | Description | Created on |
---|---|---|---|---|---|---|---|---|---|
1 | ![]() |
TM_CONFIG | Call by reference | Type reference (TYPE) | STRING | 20140218 | |||
2 | ![]() |
TM_S_CONFIG | Call by reference | Type reference (TYPE) | TP_S_TM_CONFIG_DEEP | 20140228 |
Method INIT on class /UI2/CL_TARGET_MAPPING_UTIL has no exception.
Method PARSE_SIGNATURE Signature
# | Type | Parameter | Pass Value | Optional | Typing Method | Associated Type | Default value | Description | Created on |
---|---|---|---|---|---|---|---|---|---|
1 | ![]() |
SIGNATURE | Call by reference | Type reference (TYPE) | STRING | 20140409 | |||
2 | ![]() |
SIG_PARAMS | Call by reference | Type reference (TYPE) | TP_T_SIG_PARAM | 20140409 |
Method PARSE_SIGNATURE on class /UI2/CL_TARGET_MAPPING_UTIL has no exception.
Method _GET_CONFIG Signature
# | Type | Parameter | Pass Value | Optional | Typing Method | Associated Type | Default value | Description | Created on |
---|---|---|---|---|---|---|---|---|---|
1 | ![]() |
CONFIG | Value transfer | Type reference (TYPE) | STRING | 20140228 |
Method _GET_CONFIG on class /UI2/CL_TARGET_MAPPING_UTIL has no exception.
Method _GET_CONFIG_STRUCT Signature
# | Type | Parameter | Pass Value | Optional | Typing Method | Associated Type | Default value | Description | Created on |
---|---|---|---|---|---|---|---|---|---|
1 | ![]() |
S_CONFIG | Value transfer | Type reference (TYPE) | TP_S_TM_CONFIG | 20140220 |
Method _GET_CONFIG_STRUCT on class /UI2/CL_TARGET_MAPPING_UTIL has no exception.
Method _GET_CONFIG_STRUCT_DEEP Signature
# | Type | Parameter | Pass Value | Optional | Typing Method | Associated Type | Default value | Description | Created on |
---|---|---|---|---|---|---|---|---|---|
1 | ![]() |
S_CONFIG | Value transfer | Type reference (TYPE) | TP_S_TM_CONFIG_DEEP | 20140220 |
Method _GET_CONFIG_STRUCT_DEEP on class /UI2/CL_TARGET_MAPPING_UTIL has no exception.
Method _GET_MAPPING_SIGNATURE Signature
# | Type | Parameter | Pass Value | Optional | Typing Method | Associated Type | Default value | Description | Created on |
---|---|---|---|---|---|---|---|---|---|
1 | ![]() |
MAPPING_SIGNATURE | Value transfer | Type reference (TYPE) | STRING | 20140228 | |||
2 | ![]() |
T_SIG_PARAM | Call by reference | Type reference (TYPE) | /UI2/CL_TARGET_MAPPING_UTIL=>TP_T_SIG_PARAM | 20140228 |
Method _GET_MAPPING_SIGNATURE on class /UI2/CL_TARGET_MAPPING_UTIL has no exception.
Method _GET_SIG_REGEX Signature
# | Type | Parameter | Pass Value | Optional | Typing Method | Associated Type | Default value | Description | Created on |
---|---|---|---|---|---|---|---|---|---|
1 | ![]() |
SIG_REGEX | Value transfer | Type reference (TYPE) | STRING | 20140220 |
Method _GET_SIG_REGEX on class /UI2/CL_TARGET_MAPPING_UTIL has no exception.
Method _GET_SIG_REGEX_NVP Signature
# | Type | Parameter | Pass Value | Optional | Typing Method | Associated Type | Default value | Description | Created on |
---|---|---|---|---|---|---|---|---|---|
1 | ![]() |
FIRST_BRACKET | Call by reference | Type reference (TYPE) | CHAR1 | Single-Character Flag | 20140220 | ||
2 | ![]() |
SECOND_BRACKET | Call by reference | Type reference (TYPE) | CHAR1 | Single-Character Flag | 20140220 | ||
3 | ![]() |
SIG_REGEX_NVP | Value transfer | Type reference (TYPE) | STRING | 20140220 |
Method _GET_SIG_REGEX_NVP on class /UI2/CL_TARGET_MAPPING_UTIL has no exception.
History
Last changed by/on | SAP | 20141120 |
SAP Release Created in | 100 |