Application Development and Automation Discussions
Join the discussions or start your own on all things application development, including tools and APIs, programming models, and keeping your skills sharp.
cancel
Showing results for 
Search instead for 
Did you mean: 
Read only

Web based access r/3 data

Former Member
0 Likes
511

Dear,

I am trying to access R/3 data from Web. I have no idea how to do. Our web server is running on Win2003, and IIS (ASP – VBScript). For you reference we don’t use “.net environment”.

Should I install RFC SDK on web server side?

In my case, which connector I have to use between DCom connector and BAPI Connector?

Thanks for your help.

--Austin

3 REPLIES 3
Read only

Former Member
0 Likes
357

Hi Austin,

You need to install RFC SDK and you can use DCOM connector. You can access data from R2 using BAPI when you use DCOM connector. As per my understanding there is nothing like a BAPI connector as a separate components.

Checkout following link for more details -

http://service.sap.com/connectors

Regards,

Sanjeev

Read only

Former Member
0 Likes
357

Hi, you application run on 2003, I recommand you use .Net Connector. The newest version even start to support .NET Framework 2.0. It support BAPI/RFC, IDOC for communicate between the SAP and other application.

DCOM connector is too old, and don't support something like IDOC, RFC SERVER.

If want further information, you can navigaet '.Net Interoperablity' in SDN, and SAP NetWeaver .NET Technologies forum in SDN.

Hope it will be helpful.

Read only

Former Member
0 Likes
357

Hi all,

I am sorry that I couldn't choose the reward option. I am a newbie.

however I appreciate that you all help me.

I found where to go. I need to install SAPGui FrontEnd to use BAPI Control on Web Server Side.

Again, Thank you.