| # |
Type |
Visibility |
Typing |
Associated Type |
Description |
Created on |
Type Source |
| 1 |
TP_S_BAG |
Public |
See coding |
|
|
20121005 |
begin of tp_s_bag,
page_id type string,
id type string,
scope type string,
end of tp_s_bag
|
| 2 |
TP_S_CATALOG |
Public |
See coding |
|
Vorschlagswerte bei Anlage von Debitoren aus Workbench |
20110905 |
begin of tp_s_catalog,
id type string,
type type string,
title type string,
domain_id type string,
system_alias type string,
remote_id type string,
remote_type type string,
base_url type string,
chip_count type numc4,
outdated type string,
end of tp_s_catalog
|
| 3 |
TP_S_GADGET |
Public |
See coding |
|
|
20110905 |
begin of tp_s_gadget,
id type string,
title type string,
description type string,
config type string,
url type string,
base_chip_id type string,
catalog_id type string,
ref_chip_id type string,
catalog_page_usage_id type string,
end of tp_s_gadget
|
| 4 |
TP_S_GADGET_BAG |
Public |
See coding |
|
|
20131106 |
begin of tp_s_gadget_bag,
gadget_id type string,
id type string,
end of tp_s_gadget_bag
|
| 5 |
TP_S_GADGET_PROPERTY |
Public |
See coding |
|
|
20131106 |
begin of tp_s_gadget_property,
gadget_id type string,
bag_id type string,
name type string,
value type string,
translatable type abap_bool,
end of tp_s_gadget_property
|
| 6 |
TP_S_GADGET_USAGE_BAG |
Public |
See coding |
|
|
20121127 |
begin of tp_s_gadget_usage_bag,
page_id type string,
usage_id type string,
id type string,
scope type string,
end of tp_s_gadget_usage_bag
|
| 7 |
TP_S_GADGET_USAGE_CONFIG |
Public |
See coding |
|
|
20121127 |
begin of tp_s_gadget_usage_config,
page_id type string,
usage_id type string,
end of tp_s_gadget_usage_config
|
| 8 |
TP_S_GADGET_USAGE_PROPERTY |
Public |
See coding |
|
|
20121127 |
begin of tp_s_gadget_usage_property,
page_id type string,
usage_id type string,
bag_id type string,
name type string,
value type string,
translatable type abap_bool,
end of tp_s_gadget_usage_property
|
| 9 |
TP_S_PAGE |
Public |
See coding |
|
|
20110905 |
begin of tp_s_page,
id type string,
title type string,
catalog_id type string,
layout type string,
original_language type string,
is_catalog_page type abap_bool,
chip_instance_count type numc4,
scope type string,
updated type timestampl,
outdated type abap_bool,
end of tp_s_page
|
| 10 |
TP_S_PAGE_CONFIG |
Public |
See coding |
|
|
20121029 |
begin of tp_s_page_config,
id type string,
end of tp_s_page_config
|
| 11 |
TP_S_PAGE_GADGET_USAGE |
Public |
See coding |
|
|
20110905 |
begin of tp_s_page_gadget_usage,
page_id type string,
usage_id type string,
gadget_id type string,
title type string,
config type string,
layout_data type string,
remote_catalog_id type string,
ref_page_id type string,
ref_usage_id type string,
scope type string,
updated type timestampl,
outdated type abap_bool,
end of tp_s_page_gadget_usage
|
| 12 |
TP_S_PAGE_SET |
Public |
See coding |
|
|
20130805 |
begin of tp_s_page_set,
id type string,
configuration type string,
etag type string, "[OM]: 09-10-2013: etag for fiori launchpad startup page
end of tp_s_page_set
|
| 13 |
TP_S_PAGE_USAGE |
Public |
See coding |
|
|
20130805 |
begin of tp_s_page_usage,
page_set_id type string,
page_id type string,
origin type string,
end of tp_s_page_usage
|
| 14 |
TP_S_PROPERTY |
Public |
See coding |
|
|
20121005 |
begin of tp_s_property,
page_id type string,
bag_id type string,
name type string,
value type string,
translatable type abap_bool,
end of tp_s_property
|
| 15 |
TP_T_BAG |
Public |
See coding |
|
|
20121005 |
tp_t_bag type hashed table of tp_s_bag with unique key page_id id
|
| 16 |
TP_T_CATALOG |
Public |
See coding |
|
|
20110905 |
tp_t_catalog type hashed table of tp_s_catalog with unique key id
|
| 17 |
TP_T_GADGET |
Public |
See coding |
|
|
20110905 |
tp_t_gadget type hashed table of tp_s_gadget with unique key id
|
| 18 |
TP_T_GADGET_BAG |
Public |
See coding |
|
|
20131106 |
tp_t_gadget_bag type hashed table of tp_s_gadget_bag with unique key gadget_id id
|
| 19 |
TP_T_GADGET_PROPERTY |
Public |
See coding |
|
|
20131106 |
tp_t_gadget_property type hashed table of tp_s_gadget_property with unique key gadget_id bag_id name
|
| 20 |
TP_T_GADGET_USAGE_BAG |
Public |
See coding |
|
|
20121127 |
tp_t_gadget_usage_bag type hashed table of tp_s_gadget_usage_bag with unique key page_id id
|
| 21 |
TP_T_GADGET_USAGE_CONFIG |
Public |
See coding |
|
|
20121127 |
tp_t_gadget_usage_config type hashed table of tp_s_gadget_usage_config with unique key usage_id page_id
|
| 22 |
TP_T_GADGET_USAGE_PROPERTY |
Public |
See coding |
|
|
20121127 |
tp_t_gadget_usage_property type hashed table of tp_s_gadget_usage_property with unique key page_id bag_id name
|
| 23 |
TP_T_PAGE |
Public |
See coding |
|
|
20110905 |
tp_t_page type hashed table of tp_s_page with unique key id
|
| 24 |
TP_T_PAGE_CONFIG |
Public |
See coding |
|
|
20121029 |
tp_t_page_config type hashed table of tp_s_page_config with unique key id
|
| 25 |
TP_T_PAGE_GADGET_USAGE |
Public |
See coding |
|
|
20110905 |
tp_t_page_gadget_usage type hashed table of tp_s_page_gadget_usage with unique key page_id usage_id
|
| 26 |
TP_T_PAGE_SET |
Public |
See coding |
|
|
20130805 |
tp_t_page_set type hashed table of tp_s_page_set with unique key id
|
| 27 |
TP_T_PAGE_USAGE |
Public |
See coding |
|
|
20130805 |
tp_t_page_usage type hashed table of tp_s_page_usage with unique key page_set_id page_id
|
| 28 |
TP_T_PROPERTY |
Public |
See coding |
|
|
20121005 |
tp_t_property type hashed table of tp_s_property with unique key page_id bag_id name
|