RSOS_TREX_INIT_INDEX_SUBF01 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 RSOS_TREX_INIT_INDEX_SUBF01 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: Include RSOS_TREX_INIT_INDEX_SUBF01
No INCLUDES are used within this REPORT code!
No SAP DATABASE tables are accessed within this REPORT code!
TREX_EXT_CLEAR_INDEX CALL FUNCTION 'TREX_EXT_CLEAR_INDEX' EXPORTING i_index_id = g_index_id i_rfc_destination = g_rfc_dest * EXCEPTIONS * conversion_error = 1 * error = 2 * OTHERS = 3 .
JOB_OPEN CALL FUNCTION 'JOB_OPEN' EXPORTING jobname = l_jobname IMPORTING jobcount = l_jobcount * EXCEPTIONS * cant_create_job = 1 * invalid_job_data = 2 * jobname_missing = 3 * OTHERS = 4 .
JOB_SUBMIT CALL FUNCTION 'JOB_SUBMIT' EXPORTING authcknam = sy-uname jobcount = l_jobcount jobname = l_jobname report = 'RSAB_EXECUTE_INDEXING_A' language = l_s_langu-spras variant = g_variant * EXCEPTIONS * OTHERS = 1 .
JOB_CLOSE CALL FUNCTION 'JOB_CLOSE' EXPORTING JOBCOUNT = l_jobcount JOBNAME = l_jobname STRTIMMED = l_strtimmed START_ON_WORKDAY_NOT_BEFORE = SY-DATUM * IMPORTING * JOB_WAS_RELEASED = * CHANGING * RET = * EXCEPTIONS * CANT_START_IMMEDIATE = 1 * INVALID_STARTDATE = 2 * JOBNAME_MISSING = 3 * JOB_CLOSE_FAILED = 4 * JOB_NOSTEPS = 5 * JOB_NOTEX = 6 * LOCK_FAILED = 7 * INVALID_TARGET = 8 * OTHERS = 9 .
RS_CREATE_VARIANT call function 'RS_CREATE_VARIANT' EXPORTING curr_report = l_rep_name curr_variant = l_variant vari_desc = l_s_variant_desc TABLES vari_contents = l_t_selection_table vari_text = l_t_variant_text EXCEPTIONS illegal_report_or_variant = 1 illegal_variantname = 2 not_authorized = 3 not_executed = 4 report_not_existent = 5 report_not_supplied = 6 variant_exists = 7 variant_locked = 8 others = 9.
Although this basic information may have limited use it does provide an easy to find location to store any knowledge about this program/report.
RSOS_TREX_INIT_INDEX_SUBF01 - Include RSOS_TREX_INIT_INDEX_SUBF01 RSOS_TREX_INIT_INDEX_O01 - Include RSOS_TREX_INIT_INDEX_O01 RSOS_TREX_INIT_INDEX_LOG_F01 - Include RSOS_TREX_INIT_INDEX_LOG_F01 RSOS_TREX_INIT_INDEX_INITIAF01 - Include RSOS_TREX_INIT_INDEX_INITIAF01 RSOS_TREX_INIT_INDEX_I01 - Include RSOS_TREX_INIT_INDEX_I01 RSOS_TREX_INIT_INDEX_F01 - Include RSOS_TREX_INIT_INDEX_F01