Menu

SAP Function Module SUSR_USER_INTERNET_CREATE

Create a user in the Internet

The Function Module SUSR_USER_INTERNET_CREATE (Create a user in the Internet) is a standard Function Module in SAP ERP and is part of the function group SU_INTERNETUSER within the package SUSR.

Technical Information

Function Module SUSR_USER_INTERNET_CREATE
Short Text Create a user in the Internet
Function Group SU_INTERNETUSER
Package SUSR
Module Type Remote-Enabled

Importing Parameters

These are the IMPORTING parameters of this function module.

Parameter Name Type Associated Type Default Value Short Text
ADDRESS LIKE BAPIADDR3 BAPI Reference Structure for Addresses (Contact Person)
ALIAS LIKE BAPIALIAS Internet User Alias
COMPANY LIKE BAPIADDR3 BAPI Reference Structure for Addresses (Contact Person)
EXTENDED_EXISTANCE_CHECK TYPE XUFLAG
GENERATE_PASSWORD TYPE XUFLAG
LOCK_USER TYPE XUFLAG
LOGONDATA LIKE BAPILOGOND User: Logon Data Transfer Structure
OBJKEY TYPE SWO_TYPEID
OBJTYPE TYPE SWO_OBJTYP
PASSWORD LIKE BAPIPWD Password
PASSWORD2 LIKE BAPIPWD Repeat Password
REF_USER LIKE BAPIREFUS Reference user for rights
USERID LIKE BAPIBNAME-BAPIBNAME
USERSWITCH TYPE XUFLAG
WORKFLOW TYPE XUFLAG

Exporting Parameters

These are the EXPORTING parameters of this function module.

Parameter Name Type Associated Type Default Value Short Text
GENERATED_BNAME LIKE BAPIBNAME-BAPIBNAME User with name
GENERATED_PASSWORD LIKE BAPIPWD Generated Password

Changing Parameters

This function module does not define any CHANGING parameters.

Table Parameters

These are the TABLE parameters of this function module.

Parameter Name Type Associated Type Default Value Short Text
RETURN LIKE BAPIRET2 Return Structure

Exceptions

This function module does not define any Exceptions.