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 /UI2/CL_APP_VIEW Forward declaration class (CLASS c DEFINITION DEFERRED)  Forward declaration class (CLASS c DEFINITION DEFERRED)
2 /UI2/CL_TM_INDEX_SHR Forward declaration class (CLASS c DEFINITION DEFERRED)  Forward declaration class (CLASS c DEFINITION DEFERRED)
3 ABAP 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 MS_CONFIG Instance attribute Private Type reference (TYPE) TP_S_TM_CONFIG_DEEP 20140228
2 M_CONFIG Instance attribute Private Type reference (TYPE) STRING 20140228
Methods
# Method Level Visibility Method type Description Created on
1 GET_CONFIG_STRING Static method Public Method 20140228
2 GET_CONFIG_STRUCT Static method Public Method 20140220
3 GET_CONFIG_STRUCT_DEEP Static method Public Method 20140220
4 INIT Instance method Public Method 20140218
5 PARSE_SIGNATURE Static method Public Method 20140409
6 _GET_CONFIG Instance method Private Method 20140228
7 _GET_CONFIG_STRUCT Instance method Private Method 20140220
8 _GET_CONFIG_STRUCT_DEEP Instance method Private Method 20140220
9 _GET_MAPPING_SIGNATURE Instance method Private Method 20140228
10 _GET_SIG_REGEX Static method Private Method 20140220
11 _GET_SIG_REGEX_NVP 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 Returning CONFIG Value transfer Type reference (TYPE) STRING 20140228
2 Importing 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 Returning S_CONFIG Value transfer Type reference (TYPE) TP_S_TM_CONFIG 20140220
2 Importing 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 Returning S_CONFIG Value transfer Type reference (TYPE) TP_S_TM_CONFIG_DEEP 20140220
2 Importing 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 Importing TM_CONFIG Call by reference Type reference (TYPE) STRING 20140218
2 Importing 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 Importing SIGNATURE Call by reference Type reference (TYPE) STRING 20140409
2 Exporting 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 Returning 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 Returning 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 Returning 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 Returning MAPPING_SIGNATURE Value transfer Type reference (TYPE) STRING 20140228
2 Importing 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 Returning 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 Importing FIRST_BRACKET Call by reference Type reference (TYPE) CHAR1 Single-Character Flag 20140220
2 Importing SECOND_BRACKET Call by reference Type reference (TYPE) CHAR1 Single-Character Flag 20140220
3 Returning 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