SAP Reports / Programs

ISU_INET_USER_MAINTAIN SAP ABAP Report - Copy of ISU_INET_TEST_USER Function Module







ISU_INET_USER_MAINTAIN 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 ISU_INET_USER_MAINTAIN 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 ISU_INET_USER_MAINTAIN. "Basic submit
SUBMIT ISU_INET_USER_MAINTAIN AND RETURN. "Return to original report after report execution complete
SUBMIT ISU_INET_USER_MAINTAIN 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: X_ALIAS = Alias
Selection Text: X_GPART = Optional BP Part for Link
Selection Text: X_NEU = Is User New? (X = IDC)
Selection Text: X_USER = User (Only Needed for Changes)
Selection Text: X_VKONT = Optional Cont. Acct for Link
Title: Copy of ISU_INET_TEST_USER Function Module


INCLUDES used within this REPORT ISU_INET_USER_MAINTAIN

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:

BAPI_USER_EXISTENCE_CHECK call function 'BAPI_USER_EXISTENCE_CHECK' exporting username = l_username importing return = l_return.

BAPI_USER_APPLICATION_OBJ_ADD call function 'BAPI_USER_APPLICATION_OBJ_ADD' exporting username = l_username "#EC * objtype = l_objtype objkey = l_typeid tables return = lt_ret.

SUSR_ZBV_CHECK_IF_ACTIVE call function 'SUSR_ZBV_CHECK_IF_ACTIVE' exceptions active = 1 not_active = 2 invalid_model = 3 others = 4.

SUSR_ZBV_CENTRALSYSTEM_CHECK call function 'SUSR_ZBV_CENTRALSYSTEM_CHECK' importing * CENTRAL_SYSTEM_SYSID = * CENTRAL_SYSTEM_CLNT = central_system_logsys = x_dest exceptions duplicate_central_system = 1 new_system = 2 not_central = 3 others = 4.

BAPI_USER_CHANGE call function 'BAPI_USER_CHANGE' exporting username = l_username * LOGONDATA = * LOGONDATAX = * DEFAULTS = * DEFAULTSX = * ADDRESS = * ADDRESSX = * PARAMETERX = * COMPANY = * COMPANYX = * SNC = * SNCX = * BACK_DISTRIBUTION = ' ' * PASSWORD = * PASSWORDX = * ADDCOMX = ref_user = l_ref_user ref_userx = l_ref_userx alias = l_alias aliasx = l_aliasx * GROUPSX = tables * PARAMETER = return = lt_ret * ADDTEL = * ADDFAX = * ADDTTX = * ADDTLX = * ADDSMTP = * ADDRML = * ADDX400 = * ADDRFC = * ADDPRT = * ADDSSF = * ADDURI = * ADDPAG = * ADDCOMREM = * GROUPS = .

BAPI_USER_GET_DETAIL call function 'BAPI_USER_GET_DETAIL' exporting username = l_ref_user "#EC * importing logondata = l_logondata * DEFAULTS = address = l_address * COMPANY = * SNC = tables parameter = lt_parameter profiles = lt_profiles activitygroups = lt_activitygroups return = lt_ret addtel = lt_addtel addfax = lt_addfax addttx = lt_addttx addtlx = lt_addtlx addsmtp = lt_addsmtp addrml = lt_addrml addx400 = lt_addx400 addrfc = lt_addrfc addprt = lt_addprt addssf = lt_addssf adduri = lt_adduri addpag = lt_addpag addcomrem = lt_addcomrem groups = lt_groups.

BAPI_USER_CREATE call function 'BAPI_USER_CREATE' exporting username = l_username logondata = l_logondata password = 'init' "#EC * * DEFAULTS = address = l_address * COMPANY = * SNC = ref_user = l_ref_user alias = l_alias * EX_ADDRESS = tables parameter = lt_parameter return = lt_ret addtel = lt_addtel addfax = lt_addfax addttx = lt_addttx addtlx = lt_addtlx addsmtp = lt_addsmtp addrml = lt_addrml addx400 = lt_addx400 addrfc = lt_addrfc addprt = lt_addprt addssf = lt_addssf adduri = lt_adduri addpag = lt_addpag addcomrem = lt_addcomrem groups = lt_groups.

BAPI_USER_ACTGROUPS_ASSIGN call function 'BAPI_USER_ACTGROUPS_ASSIGN' exporting username = l_username tables activitygroups = lt_activitygroups return = lt_ret.

BAPI_USER_PROFILES_ASSIGN call function 'BAPI_USER_PROFILES_ASSIGN' exporting username = l_username tables profiles = lt_profiles return = lt_ret.

BAPI_USER_GET_DETAIL call function 'BAPI_USER_GET_DETAIL' destination x_dest exporting username = l_ref_user importing logondata = l_logondata * DEFAULTS = address = l_address * COMPANY = * SNC = tables parameter = lt_parameter profiles = lt_profiles activitygroups = lt_activitygroups return = lt_ret addtel = lt_addtel addfax = lt_addfax addttx = lt_addttx addtlx = lt_addtlx addsmtp = lt_addsmtp addrml = lt_addrml addx400 = lt_addx400 addrfc = lt_addrfc addprt = lt_addprt addssf = lt_addssf adduri = lt_adduri addpag = lt_addpag addcomrem = lt_addcomrem groups = lt_groups.

BAPI_USER_LOCACTGROUPS_READ call function 'BAPI_USER_LOCACTGROUPS_READ' destination x_dest exporting username = l_ref_user tables activitygroups = lt_activitygroups return = lt_ret.

BAPI_USER_CREATE call function 'BAPI_USER_CREATE' exporting username = l_username logondata = l_logondata password = 'HALLO' "#EC * * DEFAULTS = address = l_address * COMPANY = * SNC = ref_user = l_ref_user alias = l_alias * EX_ADDRESS = tables parameter = lt_parameter return = lt_ret addtel = lt_addtel addfax = lt_addfax addttx = lt_addttx addtlx = lt_addtlx addsmtp = lt_addsmtp addrml = lt_addrml addx400 = lt_addx400 addrfc = lt_addrfc addprt = lt_addprt addssf = lt_addssf adduri = lt_adduri addpag = lt_addpag addcomrem = lt_addcomrem groups = lt_groups.

BAPI_USER_LOCACTGROUPS_ASSIGN call function 'BAPI_USER_LOCACTGROUPS_ASSIGN' destination x_dest exporting username = l_username tables activitygroups = lt_activitygroups return = lt_ret.

BAPI_USER_LOCPROFILES_ASSIGN call function 'BAPI_USER_LOCPROFILES_ASSIGN' destination x_dest exporting username = l_username tables profiles = lt_profilesl return = lt_ret.



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