COM_SE_DISPATCHER_F01 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 COM_SE_DISPATCHER_F01 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.
Title: Form DISPATCH_TASKS_FOR_1_INDEX
No INCLUDES are used within this REPORT code!
No SAP DATABASE tables are accessed within this REPORT code!
COM_SE_INDEXER CALL FUNCTION 'COM_SE_INDEXER' STARTING NEW TASK lv_task_id DESTINATION IN GROUP DEFAULT PERFORMING callback_from_indexer ON END OF TASK EXPORTING iv_index_id = cs_logtab-index_id iv_rfc_destination = cs_logtab-rfc_destination iv_busobj = cs_logtab-busobj iv_object_type = cs_logtab-object_type it_object_ids = lt_object_ids it_attribute_names = lt_attribute_names iv_multilanguage = cs_logtab-multilanguage iv_language = ' ' it_obj_ids_delete = lt_obj_ids_delete it_changepointer = lt_cpointer EXCEPTIONS resource_failure = 1 system_failure = 2 MESSAGE lv_rfc_msg communication_failure = 3 MESSAGE lv_rfc_msg OTHERS = 4.
COM_SE_INDEXER_REL CALL FUNCTION 'COM_SE_INDEXER_REL' STARTING NEW TASK lv_task_id DESTINATION IN GROUP DEFAULT PERFORMING callback_from_indexer ON END OF TASK EXPORTING iv_index_id = cs_logtab-index_id_rel iv_rfc_destination = cs_logtab-rfc_destination iv_busobj = cs_logtab-busobj iv_object_type = cs_logtab-object_type it_relations = lt_relations iv_language = lc_langu_en it_rel_keys_delete = lt_rel_keys_delete it_cp_id = lt_cp_id EXCEPTIONS resource_failure = 1 system_failure = 2 MESSAGE lv_rfc_msg communication_failure = 3 MESSAGE lv_rfc_msg OTHERS = 4.
COM_SE_INDEXER CALL FUNCTION 'COM_SE_INDEXER' EXPORTING iv_index_id = cs_logtab-index_id iv_rfc_destination = cs_logtab-rfc_destination iv_busobj = cs_logtab-busobj iv_object_type = cs_logtab-object_type it_object_ids = lt_object_ids it_attribute_names = lt_attribute_names iv_multilanguage = cs_logtab-multilanguage iv_language = ' ' it_obj_ids_delete = lt_obj_ids_delete it_changepointer = lt_cpointer IMPORTING ev_se_idx_return_code = lv_return_code_idx ev_se_idx_return_text = lv_return_text_idx ev_se_del_return_code = lv_return_code_del ev_se_del_return_text = lv_return_text_del EXCEPTIONS busobj_method_call_failed = 1 busobj_not_supported = 2 busobj_other_error = 3 se_method_call_failed = 4 se_conversion_error = 5 se_other_error = 6 OTHERS = 7. "#EC *
COM_SE_INDEXER_REL CALL FUNCTION 'COM_SE_INDEXER_REL' EXPORTING iv_index_id = cs_logtab-index_id_rel iv_rfc_destination = cs_logtab-rfc_destination iv_busobj = cs_logtab-busobj iv_object_type = cs_logtab-object_type it_relations = lt_relations iv_language = lc_langu_en it_rel_keys_delete = lt_rel_keys_delete it_cp_id = lt_cp_id IMPORTING ev_se_idx_return_code = lv_return_code_idx ev_se_idx_return_text = lv_return_text_idx ev_se_del_return_code = lv_return_code_del ev_se_del_return_text = lv_return_text_del EXCEPTIONS busobj_method_call_failed = 1 busobj_not_supported = 2 busobj_other_error = 3 se_method_call_failed = 4 se_conversion_error = 5 se_other_error = 6 OTHERS = 7. "#EC *
Although this basic information may have limited use it does provide an easy to find location to store any knowledge about this program/report.
COM_SE_DISPATCHER_F01 - Form DISPATCH_TASKS_FOR_1_INDEX COM_SE_DISPATCHER - Search Engine Service: Indexing COM_SE_DISPATCHER - Search Engine Service: Indexing COM_SE_DELETE_FROM_INDEX - Search Engine Service: Delete Object from Index COM_SE_DELETE_FROM_INDEX - Search Engine Service: Delete Object from Index COM_SE_CPOINTER_REACTIVATE - Search Engine Service: Reactivate Change Pointer(s)