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: 

Authorization Setting (User name and password) for Customized development

Former Member
0 Kudos

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

h_senden2
Active Contributor
0 Kudos

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

Search for it on forum/wiki.

regards,

Hans

Former Member
0 Kudos

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

GauthamV
Active Contributor
0 Kudos

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.