SAP ABAP Interface IF_RSDHAF_MAINT_TYPES (Frontend: Maintenance Types)
Hierarchy
☛
SAP_BW (Software Component) SAP Business Warehouse
⤷
BW-WHM-DST-HAP (Application Component) HANA Analysis Process
⤷
RSDHA (Package) SAP HANA Analysis in BW

⤷

⤷

Properties
Interface | IF_RSDHAF_MAINT_TYPES | |
Short Description | Frontend: Maintenance Types |
General Data
Package | RSDHA | SAP HANA Analysis in BW |
Created | 20130102 | SAP |
Last changed | 20140121 | SAP |
Unicode checks active |
Forward declarations
# | Type group / Object type | Type | Type Description |
---|---|---|---|
1 | ICON | Type group use (TYPE-POOLS tp) | Type group use (TYPE-POOLS tp) |
2 | RS | Type group use (TYPE-POOLS tp) | Type group use (TYPE-POOLS tp) |
Interfaces
Interface IF_RSDHAF_MAINT_TYPES has no interface.
Friends
Interface IF_RSDHAF_MAINT_TYPES has no friend.
Attributes
Interface IF_RSDHAF_MAINT_TYPES has no attribute.
Methods
Interface IF_RSDHAF_MAINT_TYPES has no method.
Events
Interface IF_RSDHAF_MAINT_TYPES has no event.
Types
# | Type | Visibility | Typing | Associated Type | Description | Created on | Type Source |
---|---|---|---|---|---|---|---|
1 | TN_S_ADMIN | Public | See coding | Administrative Data | 20130102 | BEGIN OF tn_s_admin,
changed_by TYPE syuname,
changed_at_date TYPE systdatlo,
changed_at_time TYPE systtimlo,
created_by TYPE syuname,
created_at_date TYPE systdatlo,
created_at_time TYPE systtimlo,
END OF tn_s_admin
|
|
2 | TN_S_AINX | Public | See coding | Analytical IndexData | 20130102 | BEGIN OF tn_s_ainx,
name TYPE rsddltip_aindex,
icon TYPE rsd_icon_stat,
description TYPE rstxtlg,
END OF tn_s_ainx
|
|
3 | TN_S_AINX_TABSTRIP | Public | See coding | Tabstrip Analytical Index | 20130102 | BEGIN OF tn_s_ainx_tabstrip,
subscreen LIKE sy-dynnr,
pressed_tab LIKE sy-ucomm,
repid LIKE sy-repid,
END OF tn_s_ainx_tabstrip
|
|
4 | TN_S_CONTEXT | Public | See coding | HANA Analysis Process Context | 20130102 | BEGIN OF tn_s_context,
awbn_no_navigation TYPE rs_bool, "X: No AWBN navigation request
s_cursor TYPE tn_s_cursor,
display_tree TYPE rs_bool,
display_tree_changed TYPE rs_bool,
copy_name TYPE rsdhamap-haapnm,
copy_code TYPE syucomm,
object_text(255) TYPE c,
object_type(1) TYPE c, "1 = Procedure, 2 = Script and Function
name TYPE rsdhamap-haapnm,
text TYPE rstxtlg,
description TYPE rstxtlg,
s_infoarea TYPE tn_s_infoarea,
s_version TYPE tn_s_version,
s_objstat TYPE tn_s_objstat,
s_src TYPE tn_s_src,
s_operation TYPE tn_s_operation,
s_tgt TYPE tn_s_tgt,
s_admin TYPE tn_s_admin,
s_ainx_tabstrip TYPE tn_s_ainx_tabstrip,
s_cs_tabstrip TYPE tn_s_cs_tabstrip,
s_fo_tabstrip TYPE tn_s_fo_tabstrip,
s_monitor_details_tabstrip TYPE tn_s_monitor_details_tabstrip,
s_proc_tabstrip TYPE tn_s_proc_tabstrip,
s_proc_reg_tabstrip TYPE tn_s_proc_reg_tabstrip,
s_registrations_tabstrip TYPE tn_s_registrations_tabstrip,
s_tab_screen TYPE tn_s_tab_screen,
s_tgt_tabstrip TYPE tn_s_tgt_tabstrip,
s_screen_1000 TYPE tn_s_screen_1000,
s_delete_data TYPE tn_s_delete_data,
s_monitor TYPE tn_s_monitor,
s_popup_object_insert TYPE tn_s_popup_object_insert,
END OF tn_s_context
|
|
5 | TN_S_CS_TABSTRIP | Public | See coding | Tabstrip Calculation Scenario | 20130102 | BEGIN OF tn_s_cs_tabstrip,
subscreen LIKE sy-dynnr,
pressed_tab LIKE sy-ucomm,
END OF tn_s_cs_tabstrip
|
|
6 | TN_S_CURSOR | Public | See coding | Cursor Data | 20130102 | BEGIN OF tn_s_cursor,
field(40) TYPE c,
content(30) TYPE c,
line TYPE systepl,
END OF tn_s_cursor
|
|
7 | TN_S_DATA_ELEMENT | Public | See coding | Data Element | 20130220 | BEGIN OF tn_s_data_element,
name TYPE rollname,
icon TYPE rsd_icon_stat,
description TYPE rstxtlg,
END OF tn_s_data_element
|
|
8 | TN_S_DELETE_DATA | Public | See coding | Delete Data | 20130102 | BEGIN OF tn_s_delete_data,
statistical TYPE rs_bool,
run TYPE rs_bool,
all TYPE rs_bool,
yester TYPE rs_bool,
week TYPE rs_bool,
thirty_days TYPE rs_bool,
hundred_eighty_days TYPE rs_bool,
own TYPE rs_bool,
to_day TYPE sydatum, "d,
END OF tn_s_delete_data
|
|
9 | TN_S_FORMULA_CONTEXT | Public | See coding | Formula Context | 20130117 | BEGIN OF tn_s_formula_context,
name TYPE if_rsdham_field_descr=>tn_name,
old_name TYPE if_rsdham_field_descr=>tn_name,
category TYPE if_rsdham_object=>tn_category,
icon TYPE rsd_icon_stat,
error_text TYPE char80,
description TYPE rstxtlg,
s_data_type TYPE tn_s_formula_data_type,
s_data_element TYPE tn_s_data_element,
s_infoobject TYPE tn_s_src_infoprov,
fobu_formula TYPE REF TO cl_fobu_formula,
formulas TYPE REF TO cl_rsdha_formulas,
cancelled TYPE rs_bool,
start_formula_screen TYPE rs_bool,
s_fo_tabstrip TYPE tn_s_fo_tabstrip,
END OF tn_s_formula_context
|
|
10 | TN_S_FORMULA_DATA_TYPE | Public | See coding | Formula Data Type | 20130220 | BEGIN OF tn_s_formula_data_type,
data_element TYPE xfeld,
infoobject TYPE xfeld,
END OF tn_s_formula_data_type
|
|
11 | TN_S_FO_TABSTRIP | Public | See coding | Tabstrip Formula Editor | 20130123 | BEGIN OF tn_s_fo_tabstrip,
subscreen LIKE sy-dynnr,
repid LIKE sy-repid,
pressed_tab LIKE sy-ucomm,
END OF tn_s_fo_tabstrip
|
|
12 | TN_S_HAAP_RUN | Public | See coding | Executions of HANA Analysis Processes | 20130102 | BEGIN OF tn_s_haap_run,
runid TYPE sysuuid_25,
haapnm TYPE if_rsdham_analysis=>tn_name,
txtlg TYPE rstxtlg,
version TYPE rsobjvers,
version_icon TYPE tv_image,
state_icon(132) TYPE c,
start_user TYPE usr02-bname,
start_date TYPE d,
start_time TYPE t,
end_date TYPE d,
end_time TYPE t,
jobname TYPE btcjob,
jobcount TYPE btcjobcnt,
log_handle TYPE balloghndl,
END OF tn_s_haap_run
|
|
13 | TN_S_HAAP_TIME_FILTER | Public | See coding | Time Filter | 20130102 | BEGIN OF tn_s_haap_time_filter,
all TYPE rs_bool,
day TYPE rs_bool,
hour TYPE rs_bool,
month TYPE rs_bool,
week TYPE rs_bool,
END OF tn_s_haap_time_filter
|
|
14 | TN_S_INFOAREA | Public | See coding | InfoArea | 20130102 | BEGIN OF tn_s_infoarea,
name TYPE rsinfoarea,
icon TYPE rsd_icon_stat,
description TYPE rstxtlg,
END OF tn_s_infoarea
|
|
15 | TN_S_INFOSOURCE | Public | See coding | Source InfoSource | 20130826 | BEGIN OF tn_s_infosource,
name TYPE sobj_name,
icon TYPE rsd_icon_stat,
description TYPE rstxtlg,
END OF tn_s_infosource
|
|
16 | TN_S_KEYDATE | Public | See coding | Key Date | 20130118 | BEGIN OF tn_s_keydate,
s_type TYPE tn_s_keydate_type,
date TYPE sydate,
var TYPE rszvnam,
offset TYPE i,
END OF tn_s_keydate
|
|
17 | TN_S_KEYDATE_TYPE | Public | See coding | Key Date Type | 20130118 | BEGIN OF tn_s_keydate_type,
by_variable TYPE xfeld,
fix TYPE xfeld,
END OF tn_s_keydate_type
|
|
18 | TN_S_MONITOR | Public | See coding | Monitor | 20130102 | BEGIN OF tn_s_monitor,
subcreen TYPE sy-dynnr,
nav_tree_invisible TYPE rs_bool,
s_run TYPE tn_s_haap_run,
s_run_filter TYPE cl_rsdhar_run_header=>tn_s_filter,
s_time_filter TYPE tn_s_haap_time_filter,
END OF tn_s_monitor
|
|
19 | TN_S_MONITOR_DETAILS_TABSTRIP | Public | See coding | Tabstrips for Monitoring Details | 20130102 | BEGIN OF tn_s_monitor_details_tabstrip,
subscreen LIKE sy-dynnr,
pressed_tab LIKE sy-ucomm,
END OF tn_s_monitor_details_tabstrip
|
|
20 | TN_S_OBJSTAT | Public | See coding | Object Status | 20130714 | BEGIN OF tn_s_objstat,
value TYPE rsobjstat,
description(30) TYPE c,
icon TYPE icon_text,
END OF tn_s_objstat
|
|
21 | TN_S_OPERATION | Public | See coding | Operation | 20130102 | BEGIN OF tn_s_operation,
s_type TYPE tn_s_operation_type,
name TYPE if_rsdham_object=>tn_type,
s_proc TYPE tn_s_proc,
subcategory TYPE rsdha_object_subcateg,
icon TYPE rsd_icon_stat,
description TYPE rstxtlg,
error_indicator TYPE rs_bool,
END OF tn_s_operation
|
|
22 | TN_S_OPERATION_TYPE | Public | See coding | Operation Type (L_function, LScript, RScript, etc.) | 20130102 | BEGIN OF tn_s_operation_type,
functions_and_scripts TYPE xfeld,
procedure TYPE xfeld,
END OF tn_s_operation_type
|
|
23 | TN_S_POPUP_OBJECT_INSERT | Public | See coding | Popup - Object Insert | 20130109 | BEGIN OF tn_s_popup_object_insert,
infoprov TYPE rsinfoprov,
object_category TYPE rsdha_object_categ,
END OF tn_s_popup_object_insert
|
|
24 | TN_S_PROC | Public | See coding | Procedure | 20130102 | BEGIN OF tn_s_proc,
s_operation TYPE tn_s_proc_operation,
generate TYPE if_rsdham_proc_metadata=>tn_generate_procedure_flag,
package TYPE if_rsdham_proc_metadata=>tn_package,
procnm TYPE if_rsdham_proc_metadata=>tn_procnm,
schema TYPE if_rsdham_proc_metadata=>tn_schema,
icon TYPE rsd_icon_stat,
description TYPE rstxtlg,
END OF tn_s_proc
|
|
25 | TN_S_PROC_OPERATION | Public | See coding | Procedure Operation | 20130109 | BEGIN OF tn_s_proc_operation,
name TYPE if_rsdham_object=>tn_type,
icon TYPE rsd_icon_stat,
description TYPE rstxtlg,
END OF tn_s_proc_operation
|
|
26 | TN_S_PROC_REG_TABSTRIP | Public | See coding | Tabstrip Procedure Registration | 20130102 | BEGIN OF tn_s_proc_reg_tabstrip,
subscreen LIKE sy-dynnr,
pressed_tab LIKE sy-ucomm,
END OF tn_s_proc_reg_tabstrip
|
|
27 | TN_S_PROC_TABSTRIP | Public | See coding | Tabstrip Procedure Configuration | 20130102 | BEGIN OF tn_s_proc_tabstrip,
subscreen LIKE sy-dynnr,
pressed_tab LIKE sy-ucomm,
END OF tn_s_proc_tabstrip
|
|
28 | TN_S_REGISTRATIONS_TABSTRIP | Public | See coding | Tabstrip for Registrations | 20130102 | BEGIN OF tn_s_registrations_tabstrip,
subscreen LIKE sy-dynnr,
pressed_tab LIKE sy-ucomm,
END OF tn_s_registrations_tabstrip
|
|
29 | TN_S_SCREEN_1000 | Public | See coding | Properties of Screen 1000 | 20130102 | BEGIN OF tn_s_screen_1000,
ok_code TYPE sy-ucomm,
infoprov TYPE rsinfoprov,
name TYPE rsiobjnm,
iobjnm TYPE rsiobjnm,
t_range TYPE if_rsdha_types=>tn_t_range,
END OF tn_s_screen_1000
|
|
30 | TN_S_SRC | Public | See coding | Source | 20130102 | BEGIN OF tn_s_src,
s_keydate TYPE tn_s_keydate,
s_type TYPE tn_s_src_type,
s_infoprov TYPE tn_s_src_infoprov,
s_infosource TYPE tn_s_infosource,
s_db_table TYPE tn_s_src_db_table,
s_haap TYPE tn_s_src_haap,
END OF tn_s_src
|
|
31 | TN_S_SRC_DB_TABLE | Public | See coding | Source DB Table | 20130102 | BEGIN OF tn_s_src_db_table,
name TYPE tabname,
icon TYPE rsd_icon_stat,
description TYPE rstxtlg,
END OF tn_s_src_db_table
|
|
32 | TN_S_SRC_FIELD_PROPERTIES | Public | See coding | Source Field Properties | 20130102 | BEGIN OF tn_s_src_field_properties,
nav_forward_inactive TYPE rs_bool,
nav_backward_inactive TYPE rs_bool,
name(30) TYPE c,
aggregation_visible TYPE rs_bool,
aggregation(3) TYPE c,
currency_translation_visible TYPE rs_bool,
currency_translation_type TYPE rrnumbr,
currency_translation_desc TYPE rstxt40,
quantity_conversion_visible TYPE rs_bool,
quantity_conversion_type TYPE rsuomnm,
quantity_conversion_desc TYPE rstxtlg,
ok_code TYPE sy-ucomm,
END OF tn_s_src_field_properties
|
|
33 | TN_S_SRC_HAAP | Public | See coding | HANA Analysis Process | 20130707 | BEGIN OF tn_s_src_haap,
name TYPE if_rsdham_analysis=>tn_name,
icon TYPE rsd_icon_stat,
description TYPE rstxtlg,
END OF tn_s_src_haap
|
|
34 | TN_S_SRC_INFOPROV | Public | See coding | Source Infoprov | 20130102 | BEGIN OF tn_s_src_infoprov,
name TYPE rsinfoprov,
icon TYPE rsd_icon_stat,
description TYPE rstxtlg,
realtime_flag TYPE if_rsdham_src_infoprov=>tn_realtime_flag,
END OF tn_s_src_infoprov
|
|
35 | TN_S_SRC_TYPE | Public | See coding | Source Type | 20130102 | BEGIN OF tn_s_src_type,
infoprov TYPE xfeld,
infosource TYPE xfeld,
db_table TYPE xfeld,
haap TYPE xfeld,
END OF tn_s_src_type
|
|
36 | TN_S_TAB_SCREEN | Public | See coding | Main TabScreen Control Data | 20130102 | BEGIN OF tn_s_tab_screen,
subscreen LIKE sy-dynnr,
pressed_tab LIKE sy-ucomm,
END OF tn_s_tab_screen
|
|
37 | TN_S_TGT | Public | See coding | Target | 20130102 | BEGIN OF tn_s_tgt,
s_type TYPE tn_s_tgt_type,
generated_object TYPE rsdha_generate_ainx,
persist_data TYPE if_rsdham_analysis=>tn_persist_data,
s_write_mode TYPE tn_s_write_mode,
s_infoprov TYPE tn_s_tgt_infoprov,
s_infosource TYPE tn_s_infosource,
s_db_table TYPE tn_s_tgt_db_table,
END OF tn_s_tgt
|
|
38 | TN_S_TGT_DB_TABLE | Public | See coding | Target Type | 20130627 | BEGIN OF tn_s_tgt_db_table,
name TYPE tabname,
icon TYPE rsd_icon_stat,
description TYPE rstxtlg,
package_size TYPE rsbkmaxsize,
error_indicator TYPE rs_bool,
END OF tn_s_tgt_db_table
|
|
39 | TN_S_TGT_INFOPROV | Public | See coding | Target Infoprov | 20130102 | BEGIN OF tn_s_tgt_infoprov,
name TYPE rsinfoprov,
dso TYPE rsinfoprov,
package_size TYPE rsbkmaxsize,
s_ainx TYPE tn_s_ainx,
description TYPE rstxtlg,
icon TYPE rsd_icon_stat,
error_indicator TYPE rs_bool,
END OF tn_s_tgt_infoprov
|
|
40 | TN_S_TGT_TABSTRIP | Public | See coding | Tabstrip Data Target | 20130127 | BEGIN OF tn_s_tgt_tabstrip,
subscreen LIKE sy-dynnr,
pressed_tab LIKE sy-ucomm,
END OF tn_s_tgt_tabstrip
|
|
41 | TN_S_TGT_TYPE | Public | See coding | Target Type | 20130102 | BEGIN OF tn_s_tgt_type,
none TYPE xfeld,
dso TYPE xfeld,
ainx TYPE xfeld,
db_table TYPE xfeld,
infosource TYPE xfeld,
END OF tn_s_tgt_type
|
|
42 | TN_S_VERSION | Public | See coding | Version Data | 20130102 | BEGIN OF tn_s_version,
value TYPE rsobjvers,
description(30) TYPE c,
icon TYPE icon_text,
END OF tn_s_version
|
|
43 | TN_S_WRITE_MODE | Public | See coding | Write Mode | 20130102 | BEGIN OF tn_s_write_mode,
full_update TYPE rs_bool,
upsert TYPE rs_bool,
END OF tn_s_write_mode
|
|
44 | TN_TREE_TYPE | Public | Type reference (TYPE) | CHAR01 | Tree Type | 20130107 |
|
45 | TN_WORKMODE | Public | Type reference (TYPE) | I | Working Mode | 20130102 |
|
History
Last changed by/on | SAP | 20140121 |
SAP Release Created in | 740 |