SAP Reports / Programs | SAP Business Information Warehouse | Warehouse Management | Metadata (Repository)(BW-WHM-MTD) SAP BW

RSOS_TREX_INIT_INDEX_DELETEF01 SAP ABAP INCLUDE - Include RSOS_TREX_INIT_INDEX_DELETEF01







RSOS_TREX_INIT_INDEX_DELETEF01 is a standard ABAP INCLUDE 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 RSOS_TREX_INIT_INDEX_DELETEF01 into the relevant SAP transactions such as SE38 or SE80


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 RSOS_TREX_INIT_INDEX_DELETEF01. "Basic submit
SUBMIT RSOS_TREX_INIT_INDEX_DELETEF01 AND RETURN. "Return to original report after report execution complete
SUBMIT RSOS_TREX_INIT_INDEX_DELETEF01 VIA SELECTION-SCREEN. "Display selection screen of submitted report to user
    See more syntax options for the ABAP SUBMIT statement


Text pool values


Title: Include RSOS_TREX_INIT_INDEX_DELETEF01


INCLUDES used within this REPORT RSOS_TREX_INIT_INDEX_DELETEF01

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:

TREX_EXT_SEARCH_DOCUMENTS CALL FUNCTION 'TREX_EXT_SEARCH_DOCUMENTS' EXPORTING i_indexes = lt_indexes i_rfc_destination = i_rfc_dest * I_RESULT_FROM = 1 I_RESULT_TO = cl_rsos_trex_search=>p_trex_request_block_size"10000 * I_MAX_SNIPPET_WORDS = 30 * I_REQUEST_FLAGS = 0 i_query_entries = lt_queries * I_SORT_ATTRIBUTES = i_req_attributes = lt_req_attrs * I_HIGHLIGHT_ATTRIBUTES = * I_REQUESTED_RESULTS = 1 * I_COUNT_ONLY = '' * I_ATTR_DIST_GLOBAL = * I_ATTR_DIST_DEFINITION = IMPORTING e_return_code = l_return_code e_return_text = l_return_text e_result_docs = lt_result_docs e_no_of_hits = l_no_of_hits e_no_of_all_hits = l_no_of_all_hits e_index_size = l_index_size EXCEPTIONS conversion_error = 1 error = 2 OTHERS = 3.

TREX_EXT_INDEX CALL FUNCTION 'TREX_EXT_INDEX' EXPORTING I_INDEX_ID = i_index_id I_RFC_DESTINATION = i_rfc_dest * I_INDEXSERVER_LOCATION = I_USE_QUEUESERVER = 'X' * I_KEEP_LUW = '' I_INDEX_DOCUMENT_LIST = l_t_doc IMPORTING * E_RETURN_ERROR_DOC = E_RETURN_CODE = l_return_code E_RETURN_TEXT = l_return_text * E_COMPONENT_RUNTIME = EXCEPTIONS CONVERSION_ERROR = 1 ERROR = 2 OTHERS = 3 .

TREX_EXT_FLUSH_QUEUES CALL FUNCTION 'TREX_EXT_FLUSH_QUEUES' EXPORTING I_INDEXES = g_t_index_id I_RFC_DESTINATION = g_rfc_dest * I_QUEUESERVER_LOCATION = IMPORTING E_RETURN_CODE = l_return_code E_RETURN_TEXT = l_return_text * E_QUEUE_RETURN = EXCEPTIONS CONVERSION_ERROR = 1 ERROR = 2 OTHERS = 3 .



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 RSOS_TREX_INIT_INDEX_DELETEF01 or its description.