cancel
Showing results for 
Search instead for 
Did you mean: 

SAP XI with C, C++

Former Member
0 Kudos

HI Guys,

one sub-system is running by C and C +. So is there any possibility to connect the SAP to C via SAP XI connection to retrive the customer master information. ( synchronous call between Sap -xi-C /C+ system ) .

Accepted Solutions (1)

Accepted Solutions (1)

former_member192295
Active Contributor
0 Kudos

Hi,

If source is R3 i think no need XI/PI box. We can connect directly from SAP through BAPI interface. By using BAPI we can communicate with any third party system. For example in VB, we are suing BAPI control like C or C++ i think need header files. Check it.

If you need XI i think web service is best way or else file.

Answers (3)

Answers (3)

rajasekhar_reddy14
Active Contributor
0 Kudos

Hi,

Which Type of System it is ,

How C/C++ System genarating Data.

Regards,

Raj

former_member181985
Active Contributor
0 Kudos

You have to some how expose your C/C++ services e.g., as Webservices

- Gujjeti.

Former Member
0 Kudos

May be you have to use File adapter for this.

Your C program should write data to File and store file in some location

Where you can pick the file from that using FTP adapter

HTH

Rajesh