ESH_EX_SET_EXTRACTION_USER 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_EX_SET_EXTRACTION_USER into the relevant SAP transactions such as SE38 or SE80
Below is a list of transaction codes which are relevant to this SAP report
ESH_EXTR_USER - ESH Set Extraction User for Indexing
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: RESET_BY = Unregistered by
Selection Text: RESET_AT = Unregistered on
Selection Text: P_USEXIS = Other User (must exist)
Selection Text: P_SET = Set Extraction User
Selection Text: P_RESET = Unregister Current User
Selection Text: P_GENNEW = Generate Service User
Selection Text: P_EXTUSR = Name
Selection Text: LAST_ROL = Last Update of Roles
Selection Text: LAST_GEN = Last Generation
Selection Text: IS_GEN = Is Generated
Selection Text: CURRUSER = Currently Registered User
Selection Text: CREA_BY = Registered by
Selection Text: CREA_AT = Registered at
Title: Set User for Enterprise Search Data Extraction
Text Symbol: 019 = Close Window
Text Symbol: 018 = Extraction user is not maintained
Text Symbol: 017 = Error list
Text Symbol: 016 = No user name specified
Text Symbol: 015 = User has successfully been unregistered
Text Symbol: 014 = User already maintained - no actions performed
Text Symbol: 013 = Interface mismatch: Cannot perform action
Text Symbol: 012 = Show User Details
Text Symbol: 011 = Custom Extraction Roles
Text Symbol: 010 = Custom Roles
Text Symbol: 009 = Custom Roles
Text Symbol: 008 = SAP Default Extraction Roles
Text Symbol: 007 = SAP Default Roles
Text Symbol: 006 = Default
Text Symbol: 005 = Information
Text Symbol: 004 = Info
Text Symbol: 003 = Options
Text Symbol: 002 = Extraction User Maintenance
Text Symbol: 001 = Current Settings
No INCLUDES are used within this REPORT code!
No SAP DATABASE tables are accessed within this REPORT code!
ICON_CREATE CALL FUNCTION 'ICON_CREATE' EXPORTING name = icon_display text = space info = 'Show User Details'(012) IMPORTING result = button1 EXCEPTIONS OTHERS = 0.
VIEW_MAINTENANCE_CALL CALL FUNCTION 'VIEW_MAINTENANCE_CALL' EXPORTING action = 'S' "Display show_selection_popup = space view_name = gc_viewname_esh_v_ex_extp variant_for_selection = lv_variant check_ddic_mainflag = 'X' TABLES dba_sellist = lt_rangetab excl_cua_funct = lt_fu_to_excl EXCEPTIONS foreign_lock = 2 no_tvdir_entry = 8 OTHERS = 99.
VIEW_MAINTENANCE_CALL CALL FUNCTION 'VIEW_MAINTENANCE_CALL' EXPORTING action = 'S' "Display show_selection_popup = space view_name = gc_viewname_esh_v_ex_zextp variant_for_selection = lv_variant check_ddic_mainflag = 'X' TABLES dba_sellist = lt_rangetab excl_cua_funct = lt_fu_to_excl EXCEPTIONS foreign_lock = 2 no_tvdir_entry = 8 OTHERS = 99.
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_EX_SET_EXTRACTION_USER - Set User for Enterprise Search Data Extraction ESH_EX_SET_EXTRACTION_USER - Set User for Enterprise Search Data Extraction ESH_EX_FU_DEMON - Fast Update Demon ESH_EX_FU_DEMON - Fast Update Demon ESH_EX_FU_CPOINTER_REORG - Reorganize Change Pointers ESH_EX_FU_CPOINTER_REORG - Reorganize Change Pointers