ESH_AU_UPLOAD_AUTH_RFC 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_AU_UPLOAD_AUTH_RFC 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: Upload Authorization Data to Enterprise Search Hub
No INCLUDES are used within this REPORT code!
No SAP DATABASE tables are accessed within this REPORT code!
OWN_LOGICAL_SYSTEM_GET CALL FUNCTION 'OWN_LOGICAL_SYSTEM_GET' IMPORTING own_logical_system = lv_logsys EXCEPTIONS own_logical_system_not_defined = 1 OTHERS = 2.
ESH_IF_GET_AUTH_OBJECT_NAMES CALL FUNCTION 'ESH_IF_GET_AUTH_OBJECT_NAMES' DESTINATION rfc_dest IMPORTING et_authorization_objects = lt_aob_nam EXCEPTIONS engine = 1 OTHERS = 2.
SUSR_GET_PROFILES_OF_USER CALL FUNCTION 'SUSR_GET_PROFILES_OF_USER' TABLES users = lt_users2split profiles = lt_profiles.
PROFIL_AUFLOESEN CALL FUNCTION 'PROFIL_AUFLOESEN' EXPORTING aktpas = 'A' profile =
-profile TABLES authlist = lt_auths proflist = lt_dummy0 EXCEPTIONS profile_not_found = 1 OTHERS = 2.
SUSR_INTERFACE_PROF CALL FUNCTION 'SUSR_INTERFACE_PROF' EXPORTING profile =
-profile action = '03' TABLES values = lt_values auths = lt_dummy1 prof_in = lt_dummy2 prof_out = lt_dummy3 EXCEPTIONS not_authorized_for_auth = 1 params_incomplete = 2 not_authorized_for_profile = 3 profile_exists = 4 auth_exists = 5 colective_profile = 6 bad_profile_name = 7 bad_auth_name = 8 profile_dont_exist = 9 authorization_overflow = 10 shorttext_missing = 11 OTHERS = 12.
ESH_IF_SET_AUTHORIZATIONS CALL FUNCTION 'ESH_IF_SET_AUTHORIZATIONS' DESTINATION rfc_dest EXPORTING it_profile_authorizations = lt_prf_aob it_user_mappings = lt_usr_map it_user_profiles = lt_usr_prf iv_logsys = lv_logsys iv_user_update = update EXCEPTIONS concurrent_process = 1 engine = 2 unexpected_data = 3 OTHERS = 4.
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_AU_UPLOAD_AUTH_RFC - Upload Authorization Data to Enterprise Search Hub ESH_AU_UPLOAD_AUTH_RFC - Upload Authorization Data to Enterprise Search Hub ESH_AU_CHECK_USER_AUTHORITIES - Check current user authorities versus ES delivered authorities ESH_AU_CHECK_USER_AUTHORITIES - Check current user authorities versus ES delivered authorities ESH_AT_TAG_CONNECTOR_PAIR - Indexing an object type (BO, TO) ESH_AT_TAG_CONNECTOR_PAIR - Indexing an object type (BO, TO)