Get hands-on experience with 20+ free Google Cloud products and $300 in free credit for new customers.

Does anyone have experience is connecting to BAPI from Apigee edge?

Not applicable

Does anyone have experience is connecting to BAPI from Apigee edge? We dont have a PI/PO layer. What would be the best way to connect to a BAPI in SAP.

Solved Solved
3 8 1,282
1 ACCEPTED SOLUTION

Not applicable

I finally managed to get this working.

SAP Connector has two files

  1. sapjco3.jar
  2. libsapjco 3.so << This file depends on the type of OS. You will need access to the SAP support portal to get your hands on these artifacts.

You can put the sapjco3.jar under /opt/apigee/edge-messageprocessor/thirdparty

Edit

/opt/apigee/edge-messageprocessor/init.d/edge-message-processor 

and add the line

export LD_LIBRARY_PATH=/home/vagrant

Restart the MP

Now you can code your Java callout policy to include just a client that calls the BAPI.

View solution in original post

8 REPLIES 8