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
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.
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
No INCLUDES are used within this REPORT code!
No SAP DATABASE tables are accessed within this REPORT code!
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.
Although this basic information may have limited use it does provide an easy to find location to store any knowledge about this program/report.
RS_SIC_OTR_INITIAL_INDEX - Initial indexing of OTR texts RS_SIC_OTR_INITIAL_INDEX - Initial indexing of OTR texts RS_SIC_CONFIG_CHECK - Check routines for fine match configuration RS_SIC_CONFIG_CHECK - Check routines for fine match configuration RS_SIC_CONFIGURATION_TEST - Test IQM Information Consistency configuration settings RS_SIC_CONFIGURATION_TEST - Test IQM Information Consistency configuration settings