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

Authorization Setting (User name and password) for Customized development

Former Member
0 Likes
557

Dear All,

I want to create a User authorization for my Zdevelopment with the Same SAP Username. Means i have to Maintain one more database with Username and password and i have check that before user executing the transaction.

Please Guide me to do that.

Thanks & Regards

Raj

Dear All,

I want to create a User authorization for my Zdevelopment with the Same SAP Username. Means i have to Maintain one more database with Username and password and i have check that before user executing the transaction.

Please Guide me to do that.

Thanks & Regards

Raj

3 REPLIES 3
Read only

h_senden2
Active Contributor
0 Likes
529

You can add some authorizations to the related transaction code, by using the normal authorization process.

Search for it on forum/wiki.

regards,

Hans

Read only

Former Member
0 Likes
529

hi hans,

yes we can create authorization for Transactions with activities like ( Create,Change,Post,...) but my requirement is i want to know that particular transaction is done by whom ..person name wise...that time more than 5 people will use the same Tcode ,same username and will save the records. now i want to see each record done by whom...

Thanks & regards

Read only

GauthamV
Active Contributor
0 Likes
529

hi,

you can get the results like who ever executed particular transaction from STAD ,ST03N transactions.

But we can get only details upto last 3 months executed by users.