Skip to content

Latest commit

 

History

History
46 lines (32 loc) · 1007 Bytes

user.md

File metadata and controls

46 lines (32 loc) · 1007 Bytes

user

This command set allows you to create, read, and modify users in AS ABAP systems. This functinaly requires RFC connectivity.

  1. details
  2. create
  3. change

details

Prints out very limited list of user parameters retrieved from the configured system.

sapcli user details USERNAME

Parameters:

  • USERNAME: the specified user

create

Creates the specified user with the given parameters.

sapcli user create [--type Dialog|Service|System] [--new-password PASSWORD] USERNAME

Parameters:

  • USERNAME: the created user
  • --new-password PASSWORD: the created user's new password
  • --type Dialog|Service|System: the type of the created user

change

Modifies the specified user with the given parameters. Currently, it can change only the password.

sapcli user modify [--new-password PASSWORD] USERNAME

Parameters:

  • USERNAME: the specified user
  • --new-password PASSWORD: the user's new password