Ansicht
Dokumentation

/XLSO/USER_LOGIN - User Login Checks

/XLSO/USER_LOGIN - User Login Checks

Fill RESBD Structure from EBP Component Structure   BAL Application Log Documentation  
This documentation is copyright by SAP AG.
SAP E-Book

Functionality

This function module (FM) is used to login to the user account. The user gives his username or email as input with his password. The FM checks whether the username or email matches the password and returns whether it is a valid login or not.

Importing parameters:

  • IV_USERNAME: username of the user
  • IV_USEREMAIL: email ID of the user
  • IV_PASSWORD: password for login
  • IV_LOGINTYPE: login type denotes whether the user is using username or email for logging in. Type 1 - username, 2 - email.

Exporting parameters:

  • EV_PASSWORD_EXPIRED: whether the password is expired or not
  • EV_R3_USERNAME: username if the password is valid
  • EV_RETURNCODE: success or error based on the password status
  • EV_CUSTOMER: customer master number of user
  • EV_SOLDTO: sold to information of the user

Example

Notes

Further information





Parameters

ES_RETURN
ES_ROLE_DETAILS
ET_MESSAGES
EV_COMPANY
EV_CONTACT
EV_CUSTOMER
EV_PASSWORD_EXPIRED
EV_R3_USERNAME
EV_RETURNCODE
EV_SOLDTO
EV_USER_ALIAS
IS_SHOP_DET
IV_LOGINTYPE
IV_PASSWORD
IV_USERALIAS
IV_USEREMAIL
IV_USERNAME

Exceptions

Function Group

O/SAPLUSER_LOGIN

Fill RESBD Structure from EBP Component Structure   BAL Application Log Documentation  
This documentation is copyright by SAP AG.

Length: 2304 Date: 20240329 Time: 115849     sap01-206 ( 32 ms )