Application Development Discussions
Join the discussions or start your own on all things application development, including tools and APIs, programming models, and keeping your skills sharp.
cancel
Showing results for 
Search instead for 
Did you mean: 

BAPI_USER_CREATE1 / Change - License type

sebastian_konrad
Explorer
0 Kudos

Dear All,

we are using the following two function builder to create / change users in sap via idm.

In this case we want to add the license types in future automatically.

That mean that by creating of the users everyone will get our standard license type.

Our CUA setting is for license on global - that means that we are able to assign a system+license over SU01 in CUA.

So is it possible to do that? Do you know something about it?

Thanks for your help.

Regards,

Sebastian Konrad

1 ACCEPTED SOLUTION

Former Member
0 Kudos

Hi Sebastian,

Kindly check with your serucity consultant that ,if they maintain Licence as global in the system, does the licence information will be automatically assigned to the user when the user created manually through SU01 transaction.

If yes, No need to assign the licence related information through BAPI explicitly.

If NO, then in your program where you are calling BAPI's to create users, their you've to pass system+license information to the appropriate BAPI always.

Thanks & Regards,

Venugopal M N

2 REPLIES 2

Former Member
0 Kudos

Hi Sebastian,

Kindly check with your serucity consultant that ,if they maintain Licence as global in the system, does the licence information will be automatically assigned to the user when the user created manually through SU01 transaction.

If yes, No need to assign the licence related information through BAPI explicitly.

If NO, then in your program where you are calling BAPI's to create users, their you've to pass system+license information to the appropriate BAPI always.

Thanks & Regards,

Venugopal M N

Former Member
0 Kudos

Hi Sebastian,

In addition to my previous points,

  • Licence data will be entered to the system during the installation.
  • Also the licence data will be added by default to all users created irresepective whether user creation happend mannually (in SU01 Transaction) or programatically(Using BAPI's).

Regards,

Venugopal M N