SAP ABAP Interface /UI2/IF_TM_INDEX_ACCESS (Interface: Target Mapping Index Accessor)
Hierarchy
☛
SAP_UI (Software Component) User Interface Technology
⤷
CA-UI2-INT-BE (Application Component) Backend Enablement
⤷
/UI2/BASIS_SERVICES_NAVIGATION (Package) UI BE: Navigation Callable Entities

⤷

⤷

Meta Relationship - Used By
# | Relationship type | Used by | Short Description | Created on |
---|---|---|---|---|
1 | Interface implementation (CLASS c. INTERFACES i_ref) | /UI2/CL_TM_INDEX_ACCESS | Manager for tables /ui2/tm and /ui2/tm_client | 20140401 |
Properties
Interface | /UI2/IF_TM_INDEX_ACCESS | |
Short Description | Interface: Target Mapping Index Accessor |
General Data
Package | /UI2/BASIS_SERVICES_NAVIGATION | UI BE: Navigation Callable Entities |
Created | 20140331 | SAP |
Last changed | 20141121 | |
Unicode checks active |
Forward declarations
# | Type group / Object type | Type | Type Description |
---|---|---|---|
1 | ABAP | Type group use (TYPE-POOLS tp) | Type group use (TYPE-POOLS tp) |
Interfaces
Interface /UI2/IF_TM_INDEX_ACCESS has no interface.
Friends
Interface /UI2/IF_TM_INDEX_ACCESS has no friend.
Attributes
Interface /UI2/IF_TM_INDEX_ACCESS has no attribute.
Methods
# | Method | Level | Visibility | Method type | Description | Created on |
---|---|---|---|---|---|---|
1 | ![]() |
Instance method | Public | Method | 20140403 | |
2 | ![]() |
Instance method | Public | Method | 20140407 | |
3 | ![]() |
Instance method | Public | Method | 20140407 | |
4 | ![]() |
Instance method | Public | Method | 20140401 | |
5 | ![]() |
Instance method | Public | Method | 20140502 |
Events
Interface /UI2/IF_TM_INDEX_ACCESS has no event.
Types
# | Type | Visibility | Typing | Associated Type | Description | Created on | Type Source |
---|---|---|---|---|---|---|---|
1 | TP_S_FORM_FACTOR | Public | See coding | 20140407 | BEGIN OF tp_s_form_factor,
desktop TYPE abap_bool,
tablet TYPE abap_bool,
phone TYPE abap_bool,
END OF tp_s_form_factor
|
||
2 | TP_S_PROPERTY | Public | See coding | 20140521 | BEGIN OF tp_s_property,
id TYPE string,
bag_id TYPE string,
usage_id TYPE string,
value TYPE string,
text_id TYPE string,
END OF tp_s_property
|
||
3 | TP_S_TM | Public | See coding | 20140407 | BEGIN OF tp_s_tm,
semantic_object TYPE string,
semantic_action TYPE string,
lpd_role TYPE string,
lpd_instance TYPE string,
lpd_alias TYPE string,
lpd_app_id TYPE string,
signature TYPE string,
form_factors TYPE tp_s_form_factor,
modified TYPE timestamp,
chip_id TYPE string,
catalog_id TYPE string,
properties TYPE tp_t_property,
END OF tp_s_tm
|
||
4 | TP_S_TM_INSERT | Public | See coding | 20140408 | BEGIN OF tp_s_tm_insert,
chip_id TYPE string,
semantic_object TYPE string,
semantic_action TYPE string,
navigation_provider TYPE string,
lpd_role TYPE string,
lpd_instance TYPE string,
lpd_alias TYPE string,
lpd_app_id TYPE string,
ui5_url TYPE string,
ui5_component TYPE string,
ui5_title TYPE string,
form_factors TYPE tp_s_form_factor,
signature TYPE string,
modified TYPE timestamp,
catalog_id TYPE string,
ref_chip_id TYPE string,
properties TYPE tp_t_property,
END OF tp_s_tm_insert
|
||
5 | TP_T_PROPERTY | Public | See coding | 20140521 | tp_t_property TYPE HASHED TABLE OF tp_s_property WITH UNIQUE KEY bag_id id INITIAL SIZE 10
|
||
6 | TP_T_TM | Public | See coding | 20140407 | tp_t_tm TYPE SORTED TABLE OF tp_s_tm WITH NON-UNIQUE KEY semantic_object semantic_action
|
||
7 | TP_T_TM_INSERT | Public | See coding | 20140408 | tp_t_tm_insert TYPE HASHED TABLE OF tp_s_tm_insert WITH UNIQUE KEY chip_id
|
||
8 | TS_WDY_TEXT_EXT | Public | See coding | 20140820 | BEGIN OF ts_wdy_text_ext,
config_key TYPE wdy_config_key,
text_id TYPE wdy_config_textid,
lang LIKE sy-langu,
description TYPE c LENGTH 255,
END OF ts_wdy_text_ext
|
||
9 | TS_WDY_TEXT_ID_EXT | Public | See coding | 20140820 | BEGIN OF ts_wdy_text_id_ext,
config_key TYPE wdy_config_key,
text_id TYPE wdy_config_textid,
END OF ts_wdy_text_id_ext
|
||
10 | TT_WDY_TEXT_EXT | Public | See coding | 20140820 | tt_wdy_text_ext TYPE SORTED TABLE OF ts_wdy_text_ext WITH UNIQUE KEY config_key text_id lang
|
||
11 | TT_WDY_TEXT_ID_EXT | Public | See coding | 20140820 | tt_wdy_text_id_ext TYPE SORTED TABLE OF ts_wdy_text_id_ext WITH UNIQUE KEY table_line
|
Method Signatures
Method DELETE_BY_CONFIG_KEY Signature
# | Type | Parameter | Pass Value | Optional | Typing Method | Associated Type | Default value | Description | Created on |
---|---|---|---|---|---|---|---|---|---|
1 | ![]() |
CONFIG_KEY | Call by reference | Type reference (TYPE) | WDY_CONFIG_KEY | UI2: Page id for Target Mapping | 20140403 | ||
2 | ![]() |
PERS_SCOPE | Call by reference | Type reference (TYPE) | WDR_PERS_SCOPE | 20140408 |
Method DELETE_BY_CONFIG_KEY on Interface /UI2/IF_TM_INDEX_ACCESS has no exception.
Method GET_LAST_MODIFIED Signature
# | Type | Parameter | Pass Value | Optional | Typing Method | Associated Type | Default value | Description | Created on |
---|---|---|---|---|---|---|---|---|---|
1 | ![]() |
RESULT | Value transfer | Type reference (TYPE) | TIMESTAMP | 20140407 |
Method GET_LAST_MODIFIED on Interface /UI2/IF_TM_INDEX_ACCESS has no exception.
Method GET_TARGET_MAPPINGS Signature
# | Type | Parameter | Pass Value | Optional | Typing Method | Associated Type | Default value | Description | Created on |
---|---|---|---|---|---|---|---|---|---|
1 | ![]() |
CATALOGS | Call by reference | Type reference (TYPE) | STRING_TABLE | 20140407 | |||
2 | ![]() |
ET_TM | Call by reference | Type reference (TYPE) | TP_T_TM | 20140407 | |||
3 | ![]() |
SEMANTIC_ACTION | Call by reference | Type reference (TYPE) | /UI2/SEMANTIC_ACTION | 20140407 | |||
4 | ![]() |
SEMANTIC_OBJECT | Call by reference | Type reference (TYPE) | /UI2/SEMANTIC_OBJECT | 20140407 |
Method GET_TARGET_MAPPINGS on Interface /UI2/IF_TM_INDEX_ACCESS has no exception.
Method INSERT_TAB Signature
# | Type | Parameter | Pass Value | Optional | Typing Method | Associated Type | Default value | Description | Created on |
---|---|---|---|---|---|---|---|---|---|
1 | ![]() |
CONFIG_KEY | Call by reference | Type reference (TYPE) | WDY_CONFIG_KEY | Key Components of Configuration Tables | 20140408 | ||
2 | ![]() |
PERS_SCOPE | Call by reference | Type reference (TYPE) | WDR_PERS_SCOPE | 20140407 | |||
3 | ![]() |
TM_TAB | Call by reference | Type reference (TYPE) | TP_T_TM_INSERT | 20140401 |
Method INSERT_TAB on Interface /UI2/IF_TM_INDEX_ACCESS has no exception.
Method UPDATE_TAB Signature
# | Type | Parameter | Pass Value | Optional | Typing Method | Associated Type | Default value | Description | Created on |
---|---|---|---|---|---|---|---|---|---|
1 | ![]() |
CONFIG_KEY | Call by reference | Type reference (TYPE) | WDY_CONFIG_KEY | Key Components of Configuration Tables | 20140502 | ||
2 | ![]() |
PERS_SCOPE | Call by reference | Type reference (TYPE) | WDR_PERS_SCOPE | 20140502 | |||
3 | ![]() |
TM_TAB | Call by reference | Type reference (TYPE) | TP_T_TM_INSERT | 20140502 |
Method UPDATE_TAB on Interface /UI2/IF_TM_INDEX_ACCESS has no exception.
History
Last changed by/on | SAP | 20141121 |
SAP Release Created in | 100 |