SAP Reports / Programs | Cross-Application Components | Employee Self-Service(CA-ESS) SAP CA

ESS_USERUPDATE_BATCH SAP ABAP Report - Process ESS Users in the Background







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


Text pool values


Title: Process ESS Users in the Background


INCLUDES used within this REPORT ESS_USERUPDATE_BATCH

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:

HR_PERNR_USER_CREATE call function 'HR_PERNR_USER_CREATE' exporting persnr = pernr-low password = password-bapipwd seldat = seldat birthdate_as_pw = birth_pw call_exit = exit_pw force = space actgroup = actgroup agr_local = agr_loc ugroup = ugroup company = addr us_tzone = tzone defaults = us_defaults commit_flg = 'X' tables messagetab = message_tab exceptions pernr_not_active = 1 user_not_created = 3 error_with_auth = 4 user_not_related = 5 usergroup_not_found = 6 others = 7.

HR_USER_PERNR_CUT call function 'HR_USER_PERNR_CUT' exporting uname = users-low delete = 'X' exceptions error_with_relations = 1 error_with_user = 2 others = 3.

HR_PERNR_USER_CUT call function 'HR_PERNR_USER_CUT' exporting persnr = pernr-low cut_endda = seldat exceptions error_with_relations = 1 error_with_user = 2 nothing_to_cut = 3 others = 4.

HR_PERNR_USER_AUTHS call function 'HR_PERNR_USER_AUTHS' exporting uname = user_tab-uname actgroup = actgroup agr_local = agr_loc exceptions actgroup_not_found = 1 actgroup_not_assigned = 2 profile_not_found = 3 profile_not_assigned = 4 others = 5.

RH_GET_HR_USER_SUBTY call function 'RH_GET_HR_USER_SUBTY' importing hr_subty = subty exceptions subtype_not_available = 1 others = 2.



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