Application Development and Automation 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: 
Read only

ABAP Program during SAP STARTUP

Former Member
0 Likes
381

Hi,

Is there a way we can trigger an ABAP Program immediately after SAP Server Comes up. I have to write a program to reset the passwords of all SAP users every time the SAP Server is started.

Some of the options i checked were, option abap/program in instance profile (RZ10), RFCSDK. But hit a road block in either of the options.

Please let me know if you have done this already or if you have any idea how it can be done.

Regards,

Guru

2 REPLIES 2
Read only

Former Member
0 Likes
349

<b>Go to Menu Path Extras -> Set Start Transaction</b> .

Once you will set this each time You will open SAP it will run directly to this transaction.

Read only

Former Member
0 Likes
349

Thanks Anurag for the quick response, the transaction executes when the user logs in. I am looking for a way to automate it. The passwords should be changed before the user logs in. Any ideas how to do it?

Regards,

Guru