SAP Reports / Programs

ESH_EX_SET_EXTRACTION_USER SAP ABAP Report - Set User for Enterprise Search Data Extraction







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


Transaction Code(s):

Below is a list of transaction codes which are relevant to this SAP report

ESH_EXTR_USER - ESH Set Extraction User for Indexing


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


Text pool values


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


INCLUDES used within this REPORT ESH_EX_SET_EXTRACTION_USER

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:

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.



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