cancel
Showing results for 
Search instead for 
Did you mean: 

RFC, Web Service and Enterprise Portal

Former Member
0 Kudos

Hi men

I have a Java Web Application and I need to get data from a RFC , I thought to create a Web Service in the WebDynpro to get this data, is this the best way ?

Do you have links that can help me ?

The Web Service needs to share the EP security

Accepted Solutions (1)

Accepted Solutions (1)

Former Member
0 Kudos

Hi,

Use adaptive RFC model in Webdynpro

Regards

Ayyapparaj

Former Member
0 Kudos

Thank you Ayyapparaj

I created the RFC, now how can I access it from the Java Application (inside an iview) ?

Former Member
0 Kudos

You can try looking at this tutorial for a start.

Accessing ABAP Functions in Web dyn pro

/docs/DOC-8061#15

Answers (2)

Answers (2)

Former Member
0 Kudos

You can directly use the Adaptive RFC Model in order to get data from backend system. Use of Webservice will increase the complexity.

see this links

https://www.sdn.sap.com/irj/sdn/go/portal/prtroot/docs/library/uuid/11c3b051-0401-0010-fe9a-9eabd9c2...

Regards

Vinod

Former Member
0 Kudos

[To Access ABAP functions in Web Dynpro|https://www.sdn.sap.com/irj/sdn/go/portal/prtroot/docs/library/uuid/a00f7103-6790-2a10-ac9c-fcac7c5b18a3]

[Tutorials and Sample Applications of Web Dynpro Java|https://www.sdn.sap.com/irj/sdn/go/portal/prtroot/docs/library/uuid/49f2ea90-0201-0010-ce8e-de18b94aee2d#32]

Mandeep Virk