cancel
Showing results for 
Search instead for 
Did you mean: 

Connection to R/3 system from a Netweaver application

ambrish_mishra
Active Contributor
0 Kudos

I want to make a simple application to connect to SAP R/3 system, a BAPI call.

What are the configurations required for this application ?

I have only WAS installation on my machine and have SAP login too.

Accepted Solutions (0)

Answers (2)

Answers (2)

Former Member
0 Kudos

Hi Ambrish,

You can call a bapi using JCO connection,as you mentioned you have WAS installation, i assume you have NWDS also (IDE to dovelop applications). Here is a link

https://www.sdn.sap.com/irj/servlet/prt/portal/prtroot/com.sap.km.cm.docs/library/unkown/web dynpro tutorial and sample applications.faq

<b>How to access R/3 Backend in Web Dynpro?</b>

Hope this solved your problem

Regards,

RK

Former Member
0 Kudos

Hi, you easeast way to do it is to write simple web dynpro application, like the FlightList example that you can find in web dynpro tutorials here.

However before doing it you should configure you SLD bridge and Jco distinations.

Other options is to write pure Java application/servelt/jsp/Java bean but all this is more complex and time consuming as I thing.

If you will decide to make Web Dynpro app, and will have additional question on it please go to web dynpro forum and ask it there.I and other will try to help.

Best Regards,

Victor