This command set allows you to create, read, and modify users in AS ABAP systems. This functinaly requires RFC connectivity.
Prints out very limited list of user parameters retrieved from the configured system.
sapcli user details USERNAME
Parameters:
USERNAME
: the specified user
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
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