‎2013 Sep 02 5:33 PM
Hello
I wonder if there is some way to call a bapi through a program done in C #.
Can you give me a hint?
Thank you.
‎2013 Sep 03 4:29 AM
Hi Diaz,
Convert the BAPI into a web service and call the web service in C#. Use SE80 to display your BAPI. Right Click the BAPI at the left navigator window. Choose Create -> web service.
‎2013 Sep 03 4:38 AM
Hi Sandro Diaz,
It is possible see this helpful link https://scn.sap.com/thread/1469165https://scn.sap.com/thread/1469165
‎2013 Sep 03 4:45 AM
You can use the NetWeaver RFC SDK from C++ just like you would from C, it really is no different from using an external library.