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

BAPI x C#

0 Likes
509

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.

3 REPLIES 3
Read only

former_member129652
Active Participant
0 Likes
469

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.

Read only

former_member209120
Active Contributor
0 Likes
469

Hi Sandro Diaz,

It is possible see this helpful link https://scn.sap.com/thread/1469165https://scn.sap.com/thread/1469165

Read only

Former Member
0 Likes
469

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.