SAP Reports / Programs | SAP Business Information Warehouse | Business Explorer | OLAP Technology(BW-BEX-OT) SAP BW

RSDDLTIP_ADMIN SAP ABAP Report - Administration of Analytic Indexes







RSDDLTIP_ADMIN is a standard Executable ABAP Report available within your SAP system (depending on your version and release level). Below is the basic information available for this SAP report including which OBJECTS it interacts with such as TABLES, FUNCTION MODULES, INCLUDES ETC. Also check out the submitted Comments related to this SAP report or see any standard documentation available.

If you would like to execute this report or see the full code listing simply enter RSDDLTIP_ADMIN into the relevant SAP transactions such as SE38 or SE80


Transaction Code(s):

Below is a list of transaction codes which are relevant to this SAP report

RSDD_LTIP - Administration of Analytical Indexes


ABAP code to call this SAP report using the submit statement

This report can be called from another progam/report simply by using the ABAP SUBMIT statement, see below for example ABAP code snipts of how to do this.






SUBMIT RSDDLTIP_ADMIN. "Basic submit
SUBMIT RSDDLTIP_ADMIN AND RETURN. "Return to original report after report execution complete
SUBMIT RSDDLTIP_ADMIN VIA SELECTION-SCREEN. "Display selection screen of submitted report to user
    See more syntax options for the ABAP SUBMIT statement


Text pool values


Selection Text: GTR_AI = D .
Selection Text: GTR_AREA = InfoArea
Selection Text: GTR_PROV = InfoProvider
Title: Administration of Analytic Indexes
Text Symbol: 001 = Number of Records
Text Symbol: 002 = Memory Size (KB)
Text Symbol: 003 = Disk Size (KB)
Text Symbol: 004 = HANA Model
Text Symbol: 005 = Workspace (Local Providers)
Text Symbol: 010 = Delete Analytic Indexes
Text Symbol: 011 = Really delete the &1 selected analytic indexes?
Text Symbol: 015 = Selection of TREX Destinations
Text Symbol: 016 = Analytic Indexes
Text Symbol: 017 = Selection of Metadata
Text Symbol: 018 = Status
Text Symbol: 020 = Inconsistency between metadata and physical store
Text Symbol: 021 = Status OK
Text Symbol: 022 = Index ID
Text Symbol: 023 = Display Where-Used List
Text Symbol: 024 = Analytic index is still being used (see where-used list)


INCLUDES used within this REPORT RSDDLTIP_ADMIN

No INCLUDES are used within this REPORT code!


TABLES used within REPORT and the associated SELECT statement:





No SAP DATABASE tables are accessed within this REPORT code!


Function Modules used within report and the associated call statement:

RSEC_GET_SYSTEM_STATE CALL FUNCTION 'RSEC_GET_SYSTEM_STATE' IMPORTING e_state = l_auth_state.

RS_SELECTIONSCREEN_READ CALL FUNCTION 'RS_SELECTIONSCREEN_READ' EXPORTING program = sy-repid TABLES fieldvalues = l_t_rsselread.

F4IF_INT_TABLE_VALUE_REQUEST CALL FUNCTION 'F4IF_INT_TABLE_VALUE_REQUEST' EXPORTING retfield = 'INDEX_ID' dynpprog = sy-repid dynpnr = sy-dynnr dynprofield = l_v_dynprofield value_org = 'S' window_title = l_window_title TABLES value_tab = l_t_list.

RSDC_SHOW_MESSAGES_POPUP CALL FUNCTION 'RSDC_SHOW_MESSAGES_POPUP' EXPORTING i_t_msg = l_t_msg i_one_msg_direct = rs_c_false i_txt = 'Selektion TREX Destinationen'(015).

RS_EXCEPTION_TO_MESSAGE CALL FUNCTION 'RS_EXCEPTION_TO_MESSAGE' EXPORTING i_r_exception = l_r_exc CHANGING c_t_msg = l_t_msg.

RSDC_SHOW_MESSAGES_POPUP CALL FUNCTION 'RSDC_SHOW_MESSAGES_POPUP' EXPORTING i_t_msg = l_t_msg i_one_msg_direct = rs_c_false i_txt = 'Selektion Metadaten'(017).

TREX_EXT_LIST_INDEXES CALL FUNCTION 'TREX_EXT_LIST_INDEXES' EXPORTING i_rfc_destination = -destination i_index_pattern = l_log_index_pat * i_namespace = l_namespace * I_MORE_INFO = I_MORE_INFO * I_INDEXSERVER_LOCATION = I_INDEXSERVER_LOCATION IMPORTING e_return_code = l_return_code e_return_text = l_return_text e_return_index_list = l_t_index_descr EXCEPTIONS OTHERS = 1.

TREX_EXT_INDEX_EXISTS CALL FUNCTION 'TREX_EXT_INDEX_EXISTS' EXPORTING i_indexes = l_t_index_ids i_rfc_destination = -destination IMPORTING e_return_code = l_return_code e_return_text = l_return_text e_index_info = l_t_index_exist EXCEPTIONS OTHERS = 1.

REUSE_ALV_GRID_DISPLAY CALL FUNCTION 'REUSE_ALV_GRID_DISPLAY' EXPORTING * I_INTERFACE_CHECK = ' ' * I_BYPASSING_BUFFER = ' ' * I_BUFFER_ACTIVE = ' ' i_callback_program = l_callback_program i_callback_pf_status_set = l_callback_pf_status_set i_callback_user_command = l_callback_user_command * I_CALLBACK_TOP_OF_PAGE = ' ' * I_CALLBACK_HTML_TOP_OF_PAGE = ' ' * I_CALLBACK_HTML_END_OF_LIST = ' ' * I_STRUCTURE_NAME = I_STRUCTURE_NAME * I_BACKGROUND_ID = ' ' * I_GRID_TITLE = I_GRID_TITLE * I_GRID_SETTINGS = I_GRID_SETTINGS is_layout = g_s_layout it_fieldcat = g_t_fieldcat * IT_EXCLUDING = IT_EXCLUDING * IT_SPECIAL_GROUPS = IT_SPECIAL_GROUPS * IT_SORT = IT_SORT * IT_FILTER = IT_FILTER * IS_SEL_HIDE = IS_SEL_HIDE * I_DEFAULT = 'X' * I_SAVE = ' ' * IS_VARIANT = IS_VARIANT * IT_EVENTS = IT_EVENTS it_event_exit = l_t_event_exit * IS_PRINT = IS_PRINT * IS_REPREP_ID = IS_REPREP_ID * I_SCREEN_START_COLUMN = 0 * I_SCREEN_START_LINE = 0 * I_SCREEN_END_COLUMN = 0 * I_SCREEN_END_LINE = 0 * I_HTML_HEIGHT_TOP = 0 * I_HTML_HEIGHT_END = 0 * IT_ALV_GRAPHICS = IT_ALV_GRAPHICS * IT_HYPERLINK = IT_HYPERLINK * IT_ADD_FIELDCAT = IT_ADD_FIELDCAT * IT_EXCEPT_QINFO = IT_EXCEPT_QINFO * IR_SALV_FULLSCREEN_ADAPTER = IR_SALV_FULLSCREEN_ADAPTER * IMPORTING * e_exit_caused_by_caller = e_exit_caused_by_caller * es_exit_caused_by_user = es_exit_caused_by_user TABLES t_outtab = g_t_ai EXCEPTIONS program_error = 1 OTHERS = 2.

RS_SET_SELSCREEN_STATUS CALL FUNCTION 'RS_SET_SELSCREEN_STATUS' EXPORTING p_status = 'AI_ADMIN_SEL' TABLES p_exclude = lt_excluded_fcodes.

RSDDLTIP_LTIP_CREATE CALL FUNCTION 'RSDDLTIP_LTIP_CREATE' EXPORTING i_v_aind = gtr_ai-low * i_v_trex_dest = gtr_dest-low.

RSDD_LTIP_PUBLISH_UI CALL FUNCTION 'RSDD_LTIP_PUBLISH_UI'.

VIEW_MAINTENANCE_CALL CALL FUNCTION 'VIEW_MAINTENANCE_CALL' EXPORTING action = 'S' view_name = 'RSDDLTIPTREXCONN' EXCEPTIONS OTHERS = 1.

RSDD_LTIP_PUBLISH_UI CALL FUNCTION 'RSDD_LTIP_PUBLISH_UI'.

RSDDLTIP_LTIP_WHERE_USED CALL FUNCTION 'RSDDLTIP_LTIP_WHERE_USED' EXPORTING i_t_obj_asc = l_t_obj_used.

RSDDLTIP_LTIP_CREATE CALL FUNCTION 'RSDDLTIP_LTIP_CREATE' EXPORTING i_v_trex_dest = l_v_dest.

RSDDLTIP_LTIP_MAINTAIN CALL FUNCTION 'RSDDLTIP_LTIP_MAINTAIN' EXPORTING i_destination = -dest i_cube = -aindex i_workmode = cl_rsddltip_maintain=>c_workmode-display.

RSDD_LTIP_PUBLISH CALL FUNCTION 'RSDD_LTIP_PUBLISH' EXPORTING i_index_id = -trex_index_id i_workmode = cl_rsdd_ltip_publish_maintain=>c_workmode-display.

RSDD_HM_PUBLISH





CALL FUNCTION 'RSDD_HM_PUBLISH' EXPORTING i_act = cl_rsl_ainx_hm=>c_publish_act-display i_ainx_name = l_objnm.

RS_EXCEPTION_TO_MESSAGE CALL FUNCTION 'RS_EXCEPTION_TO_MESSAGE' EXPORTING i_r_exception = i_r_exc CHANGING c_t_msg = l_t_msg.

RSDC_SHOW_MESSAGES_POPUP CALL FUNCTION 'RSDC_SHOW_MESSAGES_POPUP' EXPORTING i_t_msg = l_t_msg i_txt = l_title.

POPUP_TO_CONFIRM CALL FUNCTION 'POPUP_TO_CONFIRM' EXPORTING titlebar = l_title text_question = l_str default_button = '2' display_cancel_button = space IMPORTING answer = l_answer.

RSDC_SHOW_MESSAGES_POPUP CALL FUNCTION 'RSDC_SHOW_MESSAGES_POPUP' EXPORTING i_t_msg = l_t_msg i_txt = l_txt.

ICON_CREATE CALL FUNCTION 'ICON_CREATE' EXPORTING name = icon_led_red info = 'Inkonsistenz zwischen Metadaten und physischer Ablage'(020) IMPORTING result = i_light EXCEPTIONS OTHERS = 1.

ICON_CREATE CALL FUNCTION 'ICON_CREATE' EXPORTING name = icon_led_green info = 'Status okay'(021) IMPORTING result = i_light EXCEPTIONS OTHERS = 1.



Contribute (Add Comments)

Although this basic information may have limited use it does provide an easy to find location to store any knowledge about this program/report.

The contribute/comments section below therefore offer's an opportunity for anyone to add additional information. This can be anything from useful hints, tips and screen shots to relevant SAP notes or anything else you feel is relevant to this report.

This will then be available for everyone to easily find by simply searching on the report name RSDDLTIP_ADMIN or its description.