cancel
Showing results for 
Search instead for 
Did you mean: 

How use a BAPI of SAP?

Former Member
0 Kudos

Hi, I´m doing an application and i want use a BAPI of SAP, but i don´t know...

Are there any samples or tutorials? I want connect to SAP and use a BAPI... how?

Thanks,

Accepted Solutions (1)

Accepted Solutions (1)

Former Member
0 Kudos

there are several ways to invoke a remote BAPI.

the fast way is to use Java Connector (JCo) if you are coding in Java.

using MI can also be another way but you will need a working MI middleware

whereas for JCo, you can invoke the BAPI on your backend server.

Web service, RFC, etc... are also your options.

regards

jo

Answers (2)

Answers (2)

Former Member
0 Kudos

mmmm, ok ok, finally i work with functions wrapper, i configured all but i don´t know how use... in the me_wizard, appear a functions, but i don´t know how use... Anybody can help me?

Thanks,

Former Member
0 Kudos

Hello,

You want to connect from what? You want to do what? What is the technology involved on your side? <insert any other questions on what you are doing here> ?

Thank you,

Julien.

Former Member
0 Kudos

I want connect to R3 for use the BAPI... I´m using JSP

Message was edited by:

Victor Capi

Former Member
0 Kudos

Hello,

From R3 to R3 it is as simple as a RFC connection. If you are using JSP, do you mean you are using a MI application using JSP? If it is the case then you don't call any BAPI, MI does it for you using either genericsync (direct BAPI call) or smartSync (SyncBO to BAPI).

Julien.

Former Member
0 Kudos

And how can i use genericsync??

Message was edited by:

Victor Capi

Former Member
0 Kudos

Hello Victor,

You can have a look here:

https://www.sdn.sap.com/irj/sdn/go/portal/prtroot/docs/webcontent/uuid/6ba0ba72-0901-0010-e287-d8649... [original link is broken] [original link is broken] page.

Thank you,

Julien.