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: 

Script Which Creates SAP user account when AD account is Created

Former Member
0 Kudos

Hello Gurus - Requirement is "Create SAP User account automatically when AD account gets created", can I acheive this through ECATT scripts?

If this is possible, idea is create an ECATT script and schedule it to run every night to find all new users on AD and create their account on SAP and lock their accounts.

Gurus - Do you think this can be acheived thru ECATT's?

Your suggestions are much appreciated.

Thanks.

2 REPLIES 2

Former Member
0 Kudos

Comon guys it's not a tough question for ECATT experts! little KT is appreciated.

Thanks.

Former Member
0 Kudos

You can implement a testscript, which creates a SAP user account via BAPI or transaction SU01. Then create a test configuration, which works with an external variant file. Each night, you clear and refill the external variant file with the new AD user account data.

Best regards,

Christoph