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 to read Window username password

Former Member
0 Likes
600

Hi,

We are exploring to build a program to send employee payslip in PDF with password encryption. We are thinking to have employee window user password as the encrypted password. The question is are we able to read Window user password from ABAP program?

Appreciate your inputs

Thanks!

Regards,

SP

1 ACCEPTED SOLUTION
Read only

Former Member
0 Likes
543

I certainly hope not

Rob

Hi,

We are exploring to build a program to send employee payslip in PDF with password encryption. We are thinking to have employee window user password as the encrypted password. The question is are we able to read Window user password from ABAP program?

Appreciate your inputs

Thanks!

Regards,

SP

2 REPLIES 2
Read only

Former Member
0 Likes
544

I certainly hope not

Rob

Read only

Former Member
0 Likes
543

Hi,

You can create a integration with Active Directory to read the Hash Password field using webservices:

Check these threads:

I believe that can be a good start-point for you