cancel
Showing results for 
Search instead for 
Did you mean: 

ABAP proxy authentication

0 Kudos

Hello,

I have a problem with authentication when consuming web service written in ABAP. The proxy class for this service is generated in ABAP too, on the same system. When I call the methods on proxy, the authentication dialog is always displayed and I have to provide username and pwd. After authentication it works well. It is very annoying for multiple calls. Is it possible to provide authentication data programatically (or otherwise), no manually ?

Thank you

M.

Accepted Solutions (0)

Answers (1)

Answers (1)

SergioFerrari
Active Contributor
0 Kudos

I think you should use RFC Destination of type http configuring it via transaction LPCONFIG.

Have a look to:

http://help.sap.com/saphelp_nw04/helpdata/en/16/285d32996b25428dc2eedf2b0eadd8/content.htm

It works fine and you can mantain differnt parameters for your DEV, QAS, PRD systems.

Sergio

0 Kudos

Thank you very much. It works.

M.

SergioFerrari
Active Contributor
0 Kudos

Not so imporant but...please reward points for good answers.

Then close the post as answered

Message was edited by: Sergio Ferrari