cancel
Showing results for 
Search instead for 
Did you mean: 

R/3 4.6C to SAP WAS J2EE engine

Former Member
0 Kudos

Hi,

I am new ABAP Programming and more into J2EE. I would like to know different approachs available to communicate or send data from ABAP to J2EE engine/Web Applicaiton asynchronously.

I am looking for SAP WAS 6.40

Thanks in Advance

Accepted Solutions (1)

Accepted Solutions (1)

Former Member
0 Kudos

Hi,

J2EE Applications communicate with the R/3 System by means of making a Remote Function Call (RFC) to access the required BAPI. By passing input parameters, output is obtained from the BAPI. While making RFC calls, the R/3 system credentials like username, pwd, client needs to be given. JCO (Java Connector) establishes the link between the application and R/3 system and is configured in the Enterprise Portal.

Hope this helps.

Best regards,

Srinivasan T

<b>Helpful answer=>points</b>

Former Member
0 Kudos

Thanks Srinivasan,

Basically I am looking from the other way meaning from ABAP(R/3) to JAVA rather than JAVA to R/3

Former Member
0 Kudos

Hi Prathap,

The JCo mentioned in the above reply is indeed very

important for the communication between abap and j2ee.

The following link should help

http://help.sap.com/saphelp_erp2005/helpdata/en/6f/1bd5b0a85b11d6b28500508b5d5211/frameset.htm

Regards

Srikishan

Answers (0)