SAP Reports / Programs | SAP Business Information Warehouse | Warehouse Management | Metadata (Repository)(BW-WHM-MTD) SAP BW

RSOS_TREX_INIT_INDEX_SUBF01 SAP ABAP INCLUDE - Include RSOS_TREX_INIT_INDEX_SUBF01







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


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


Text pool values


Title: Include RSOS_TREX_INIT_INDEX_SUBF01


INCLUDES used within this REPORT RSOS_TREX_INIT_INDEX_SUBF01

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:

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.



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