cancel
Showing results for 
Search instead for 
Did you mean: 

How to pass userid and password to DMS server

Former Member
0 Kudos

hi all,

I have to access a document from DMS server through web dynpro. But when i pass the link of Document a popup appears asking for Userid and password. I want to suppress this popup and pass the userid and password internally. Please let me know how this can be done.

Regards,

Devaiah.

Accepted Solutions (0)

Answers (1)

Answers (1)

ChrisPaine
Active Contributor
0 Kudos

It would really depend on your DMS...

If you could potentially call a web service on your DMS to return the document, you could then serve it from the ABAP system to your user. Then you could handle the authentication as part of the web service call.

Alternately, perhaps you need to organise SSO for your DMS - as perhaps the user should be authenticated and given appropriate privileges to which documents they can access on the DMS.

Really though - this isn't a Web Dynpro ABAP question!

Hope that helps,

Chris