Hi Team,
I am trying to create VB script in excel to create users using BAPI_USER_CREATE1.
i am facing isuue while passing password / logon data. I am using below code.
i come across to use structures to pass this kind of parametrs, but i am not sure how to do it. Could you please suggest a sample.
Set tpara1 = objUsercreate.Exports("BAPIPWD")
tpara1.Rows.Add
tpara1(1,1) = XXXX
i also tried below
objUsercreate.Exports("PASSWORD") = XXXXXX
Help others by sharing your knowledge.
AnswerRequest clarification before answering.
This doesn't seem at all like a good idea to create SAP users from a VB script, sorry. I'd suggest to discuss this with Security/Basis admin. Seriously doubt they would approve of such design.
You must be a registered user to add a comment. If you've already registered, sign in. Otherwise, register and sign in.
Not related to EPM Add-In for Excel
tag to be deleted!
You must be a registered user to add a comment. If you've already registered, sign in. Otherwise, register and sign in.
| User | Count |
|---|---|
| 5 | |
| 4 | |
| 4 | |
| 3 | |
| 2 | |
| 2 | |
| 2 | |
| 2 | |
| 2 | |
| 2 |
You must be a registered user to add a comment. If you've already registered, sign in. Otherwise, register and sign in.