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

User Authentication in ABAP

Former Member
0 Likes
775

Hi experts,

Kindly provide me a FM or a methodolgy where we can authenticate the current logged on user. The requirement is like this, whenever the user clicks on a button, it should prompt for a username and password. The username and password are the same as when the user logs in the SAP system using his ID and password.

Thanks in Advance!

Hi experts,

Kindly provide me a FM or a methodolgy where we can authenticate the current logged on user. The requirement is like this, whenever the user clicks on a button, it should prompt for a username and password. The username and password are the same as when the user logs in the SAP system using his ID and password.

Thanks in Advance!

4 REPLIES 4
Read only

NAeda
Contributor
0 Likes
735

hi

Use this link

rgds

Aeda

Read only

Former Member
0 Likes
735

Hello K Kumar,

I think you need to write small dialog programming that will ask for user id and password.

There is nothing standard available in this case.

Thanks,

Augustin.

Read only

brad_bohn
Active Contributor
0 Likes
735

Surely this is something better handled using authorization objects? Why would you require someone to authenticate again with the same credentials they've already entered?

Read only

Former Member
0 Likes
735

POPUP_GET_USER_PASSWORD will do for your case..

check these two threads