cancel
Showing results for 
Search instead for 
Did you mean: 

webdynpro/abap portal unable to call Remote functions?? HELP

Former Member
0 Kudos

<b>Scenario:</b>

webdynpro/abap system A talks to system B.

webdynpro Abap has a call as

call function 'BAPI_FLIGHT_GETLIST'

destination 'RFCB'....

At "A"

created SSL Server for https, created certificate request and imported it from SAPtest ticket.

imported certificates for the SSL from "mySAP" and "Server CA" downloaded from sap site

enabled the ACLs for the above 2 certificates on client '000"

The browser's http proxy tool shows that after login to system A with Http, further requests go through RFC destination to system B, called RFCB.

RFCB config to systemB as a specific user, everything is fine.

However, if RFCB is set to 'current user', it does not work.

So, SSO ticket is not used to login to system B, I guess.

How to set up the RFCB. If I change to 'trusted system', I get RFC authentication error. The sdn shows to setup S_RFC auth object into user profice with PFCG.

Can you help?

Thanks.

Accepted Solutions (0)

Answers (1)

Answers (1)

Former Member
0 Kudos

Hi ,

I have used RFC's couple of time in WebDynpro ABAP .As I am doing WD Application for SRM where I require to fetch data from other R/3 servers .

Now do you want something like this . You will pass some parameters to RFC and based on that will updates data in that Remote R/3 and Also send results that you want show over WebDynpro Application .

Please see thread below .See that help you or not.

Cheers

Parry