SAP Reports / Programs | Basis Components | TREX | TREX Search Engine Service(BC-TRX-SES) SAP BC

COM_SE_DISPATCHER_F01 SAP ABAP INCLUDE - Form DISPATCH_TASKS_FOR_1_INDEX







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


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


Text pool values


Title: Form DISPATCH_TASKS_FOR_1_INDEX


INCLUDES used within this REPORT COM_SE_DISPATCHER_F01

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:

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 *



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