cancel
Showing results for 
Search instead for 
Did you mean: 

RFC Call from ABAP (R3) to Webdynpro EP

Former Member
0 Kudos

Hi experts,

I have a requirement to initiate a call from an ABAP program on R3 to a standard Portal (Webdynpro) API. Does anyone have any experience with this?

I understand that normally Portal (Webdynpro) applications will make the RFC call to ABAP via the established JCO connection. However there's very limited literature elaborating how the call can be made in the other direction i.e. from ABAP R3 to Portal

Anyone, please kindly advise how, if this can be done. Many thanks!

Best regards,

Lionel

Accepted Solutions (1)

Accepted Solutions (1)

Former Member
0 Kudos

Web Dynpro is a UI technology. It does not make sense to call that from an ABAP program.

We may be of help if you outline your case a little bit more.

Answers (1)

Answers (1)

Former Member
0 Kudos

Hi,

I'm trying to make a RFC call from the ABAP program to a built in Java method residing on EP. It is part of a suite of methods provided by the UME engine.

Typically a call is made from a webdynpro program to a SAP ABAP function module. In this case, I'd like to make a call from the SAP ABAP report to the EP method.

Best regards,

Lionel

Former Member
0 Kudos

Create webservices on EP and call them using a generated ABAP proxy.