SAP Reports / Programs | Basis Components | Basis Services / Communication Interfaces | Document Management Services(BC-SRV-KPR-DMS) SAP BC

RSTIRIDXF00 SAP ABAP INCLUDE - documentation and ABAP source code







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


INCLUDES used within this REPORT RSTIRIDXF00

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:

SDOK_INDEX_PHIO_ASYNC CALL FUNCTION 'SDOK_INDEX_PHIO_ASYNC' EXPORTING object_id = object * client = sy-mandt sapcodepage = itab_jobs_ci-sapcp * x_idxcat_props_given = comp_cnt = itab_jobs_ci-nbofcomps language = itab_jobs_ci-langu x_update = 'X' creation_time = itab_jobs_ci-crea_time * TABLES * IDXCAT_PROPTAB = EXCEPTIONS class_has_no_docu_space = 1 docu_space_unknown = 2 object_not_existing = 3 phio_has_no_components = 4 error_creating_idxcat = 5 more_than_one_catid = 6 no_language_given = 7 index_job_already_exists = 8 xerror = 9 OTHERS = 10 .

SDOK_INDEX_PHIO_ASYNC CALL FUNCTION 'SDOK_INDEX_PHIO_ASYNC' EXPORTING object_id = object client = itab_jobs_cd-mandt sapcodepage = itab_jobs_cd-sapcp * x_idxcat_props_given = comp_cnt = itab_jobs_cd-nbofcomps language = itab_jobs_cd-langu x_update = 'X' creation_time = itab_jobs_cd-crea_time * TABLES * IDXCAT_PROPTAB = EXCEPTIONS class_has_no_docu_space = 1 docu_space_unknown = 2 object_not_existing = 3 phio_has_no_components = 4 error_creating_idxcat = 5 more_than_one_catid = 6 no_language_given = 7 index_job_already_exists = 8 xerror = 9 OTHERS = 10 .

SDOK_INDEX_ACTION_ALLOWED * CALL FUNCTION 'SDOK_INDEX_ACTION_ALLOWED' * EXPORTING * ph_class = master_class * index_action = const_index_action_batch * IMPORTING ** X_CAST_CATID_INITIAL = * subrc = subrc * .

SRET_IDXCAT_ENQUEUE CALL FUNCTION 'SRET_IDXCAT_ENQUEUE' EXPORTING catid = catid EXCEPTIONS catid_unknown = 1 foreign_lock = 2 system_error = 3 xerror = 4 OTHERS = 5.

SDOK_LOG_MESSAGE CALL FUNCTION 'SDOK_LOG_MESSAGE' EXPORTING subobject = sdoki_al_subobj_indexing msgid = 'INDEXING' msgno = '022' msgv1 = msgv1_aux msg_userexitf = sdoki_al_msg_userexitf_1 msg_probclass = '4' TABLES msg_text_list = msg_text_list_aux EXCEPTIONS OTHERS = 0.

SDOK_LOG_WRITE_TO_DB CALL FUNCTION 'SDOK_LOG_WRITE_TO_DB'.

SRET_IDXCAT_DEQUEUE CALL FUNCTION 'SRET_IDXCAT_DEQUEUE' EXPORTING catid = catid EXCEPTIONS catid_unknown = 0 xerror = 0 OTHERS = 0.



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