ESH_IX_BOS_INDEX_NODE is a standard Executable ABAP Report 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 ESH_IX_BOS_INDEX_NODE 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.
Selection Text: P_CNGUID = D .
Selection Text: P_EXTRCT = Including Data Extraction (BI)
Selection Text: P_LOGSYS = D .
Selection Text: P_MODE = D .
Selection Text: P_NODE = D .
Selection Text: P_OBJTP = D .
Selection Text: P_PACKS = Package Size
Selection Text: P_SC_ID = D .
Title: Indexing a single node
Text Symbol: 001 = Start extraction for:
Text Symbol: 002 = End of extraction
Text Symbol: 003 = Start indexing
Text Symbol: 004 = End indexing
Text Symbol: 005 = No extraction
Text Symbol: 006 = Search Object Connector:
Text Symbol: 007 = Object type name:
Text Symbol: 008 = Node name:
Text Symbol: 009 = Connection GUID:
Text Symbol: 010 = Logical system:
Text Symbol: 011 = Start extraction/indexing for:
INCLUDE LBTCHDEF.
No SAP DATABASE tables are accessed within this REPORT code!
BP_JOB_SELECT * CALL FUNCTION 'BP_JOB_SELECT' * EXPORTING jobselect_dialog = btc_no * jobsel_param_in = ls_job_sel * * TABLES jobselect_joblist = lt_job_list * * CHANGING error_code = lv_error_code * * EXCEPTIONS invalid_dialog_type = 01 * jobname_missing = 02 * no_jobs_found = 03 * selection_canceled = 04 * username_missing = 05.
JOB_OPEN * CALL FUNCTION 'JOB_OPEN' * EXPORTING jobname = lv_job_name * * IMPORTING jobcount = lv_job_count * * EXCEPTIONS cant_create_job = 01 * invalid_job_data = 02 * jobname_missing = 03.
RS_CREATE_VARIANT * CALL FUNCTION 'RS_CREATE_VARIANT' * EXPORTING curr_report = lc_index_report * curr_variant = lv_variant * vari_desc = ls_varid * * TABLES vari_contents = lt_parameters * vari_text = lt_vari_text * * EXCEPTIONS illegal_report_or_variant = 01 * illegal_variantname = 02 * not_authorized = 03 * not_executed = 04 * report_not_existent = 05 * report_not_supplied = 06 * variant_exists = 07 * variant_locked = 08.
JOB_SUBMIT * CALL FUNCTION 'JOB_SUBMIT' * EXPORTING authcknam = syst-uname * jobcount = lv_job_count * jobname = lv_job_name * report = lc_index_report * variant = lv_variant * * EXCEPTIONS bad_priparams = 01 * bad_xpgflags = 02 * invalid_jobdata = 03 * jobname_missing = 04 * job_notex = 05 * job_submit_failed = 06 * lock_failed = 07 * program_missing = 08 * prog_abap_and_extpg_set = 09.
JOB_CLOSE * CALL FUNCTION 'JOB_CLOSE' * EXPORTING jobcount = lv_job_count * jobname = lv_job_name * sdlstrtdt = lv_start_date * sdlstrttm = lv_start_time * strtimmed = lv_start_immediat * * IMPORTING job_was_released = lv_job_released * * EXCEPTIONS cant_start_immediate = 01 * invalid_startdate = 02 * jobname_missing = 03 * job_close_failed = 04 * job_nosteps = 05 * job_notex = 06 * lock_failed = 07 * invalid_target = 08.
Although this basic information may have limited use it does provide an easy to find location to store any knowledge about this program/report.
ESH_IX_BOS_INDEX_NODE - Indexing a single node ESH_IX_BOS_INDEX_NODE - Indexing a single node ESH_IX_BOS_INDEX_AUTHORIZATION - Index all authorization indices ESH_IX_BOS_INDEX_AUTHORIZATION - Index all authorization indices ESH_INT_UPDATE_CHECK - Report ESH_INT_UPDATE_CHECK ESH_INT_UPDATE_CHECK - Report ESH_INT_UPDATE_CHECK