cancel
Showing results for 
Search instead for 
Did you mean: 

an urgent problem

Former Member
0 Kudos

hello everyone:

thank you all in advance for all your answers

In what way can we talk to Sap if use webdynpro for java, and how Sap responses ? please give me some material I can refer to . couldn't thank you more.

Best regards

Frank

Accepted Solutions (1)

Accepted Solutions (1)

nikhil_bose
Active Contributor
0 Kudos

As Java Dynpro is running on independent J2EE server, the only way existing to talk with SAP systems is through RFCs or Web Services exposed by the SAP(R/3) systems.

These links will help you to understand more:-

1) http://help.sap.com/saphelp_nw04/helpdata/en/41/38bc8f813719488ddc9d9b21251ec3/frameset.htm

2) http://help.sap.com/saphelp_nw04/helpdata/en/d5/1558bfa6aa80499113983e738b1b21/frameset.htm

3) http://help.sap.com/saphelp_nw04/helpdata/en/6a/11f1f29526944e8580c5e59333d96d/frameset.htm

4) /people/sap.user72/blog/2005/01/08/adaptive-rfc-models-in-web-dynprosome-pointers

regards,

nikhil

Answers (1)

Answers (1)

sridhar_k2
Active Contributor
0 Kudos

Hello Frank,

Access SAP R/3 From Web Dynpro would be using ABAP Functions (BAPI).

You can call ABAP Function in many ways.

Easy Would be - Adaptive RFC Model

Here is documentation for that....you can find examples also from here.

https://www.sdn.sap.com/irj/sdn/webdynpro?rid=/library/uuid/49f2ea90-0201-0010-ce8e-de18b94aee2d#15

JCO connections

First you need to create JCO Connection, then using jco connection you can call to any ABAP function.

http://help.sap.com/saphelp_nw04/helpdata/en/17/d609b48ea5f748b47c0f32be265935/frameset.htm

BAPI Exposed as Web Service.

This is also simple. Once web service is ready you can use it as normal web service.

You can create communication from Portal using Transaction iviews, it is same as R/3 but from portal.

Regards,

Sridhar