SAP Reports / Programs | Basis Components | Basis Components | Information Consistency(BC-EIM-IQM-IC) SAP BC

RS_SIC_OTR_INITIAL_INDEX SAP ABAP Report - Initial indexing of OTR texts







RS_SIC_OTR_INITIAL_INDEX 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 RS_SIC_OTR_INITIAL_INDEX 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 RS_SIC_OTR_INITIAL_INDEX. "Basic submit
SUBMIT RS_SIC_OTR_INITIAL_INDEX AND RETURN. "Return to original report after report execution complete
SUBMIT RS_SIC_OTR_INITIAL_INDEX 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: P_DELIX = Delete all texts from index
Selection Text: P_GROUP = D .
Selection Text: P_OBJTP = Object Type Supported by OTR
Selection Text: P_PARAL = Parallel Processing
Selection Text: P_PSIZE = Package Size
Title: Initial indexing of OTR texts
Text Symbol: 001 = Selection
Text Symbol: 002 = Options


INCLUDES used within this REPORT RS_SIC_OTR_INITIAL_INDEX

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_GET_QUEUE_PARAMETERS CALL FUNCTION 'TREX_EXT_GET_QUEUE_PARAMETERS' EXPORTING i_indexes = lt_index_ids i_rfc_destination = ls_object_type_cust-rfc_destination
IMPORTING e_queue_parameters = lt_queue_parameters e_return_code = lv_return_code
EXCEPTIONS conversion_error = 01 error = 02.

TREX_EXT_SET_QUEUE_PARAMETERS CALL FUNCTION 'TREX_EXT_SET_QUEUE_PARAMETERS' EXPORTING i_rfc_destination = ls_object_type_cust-rfc_destination i_queue_parameters = lt_queue_parameters
IMPORTING e_return_code = lv_return_code
EXCEPTIONS conversion_error = 01 error = 02.

BTFR_TREX_TEXTS_SELECT CALL FUNCTION 'BTFR_TREX_TEXTS_SELECT' EXPORTING i_object_type = p_objtp
IMPORTING et_otr_index_data = lt_data_otr_texts.

SIC_OTR_INDEX_TEXTS CALL FUNCTION 'SIC_OTR_INDEX_TEXTS' EXPORTING iv_profile_name = -profile_name iv_use_queueserver = co_x it_text_data = lt_data_otr_texts
IMPORTING et_messages = lt_messages.

SIC_OTR_INDEX_TEXTS CALL FUNCTION 'SIC_OTR_INDEX_TEXTS' STARTING NEW TASK lv_task_id DESTINATION IN GROUP DEFAULT PERFORMING callback_from_service ON END OF TASK EXPORTING iv_profile_name = -service_profile iv_use_queueserver = co_x it_text_data = lt_data_otr_texts
EXCEPTIONS system_failure = 01 communication_failure = 02 resource_failure = 03.

SIC_OTR_INDEX_TEXTS CALL FUNCTION 'SIC_OTR_INDEX_TEXTS' STARTING NEW TASK lv_task_id DESTINATION IN GROUP DEFAULT PERFORMING callback_from_service ON END OF TASK EXPORTING iv_profile_name = -service_profile iv_use_queueserver = co_x it_text_data = lt_data_otr_texts
EXCEPTIONS system_failure = 01 communication_failure = 02 resource_failure = 03.



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