cancel
Showing results for 
Search instead for 
Did you mean: 
Read only

API with SAP ECC6 ?

former_member60837
Discoverer
0 Likes
14,874

Hello,

I'm new in this topic. I don't know the API. We have the project to connect our SAP en premise with Peopledoc, by API.

I don't know it is possible with our SAP ECC6.

What I need to connect SAP with API ?

Thanks,

Iwona

Accepted Solutions (0)

Answers (2)

Answers (2)

former_member60837
Discoverer
0 Likes

Hello,

Thanks for your answer.

I will see how could I developpe it.

I need create API between SAP ECC6 and Peopledoc.

Regards,

Iwona

0 Likes

Hi,

did you sucess ? Bacause I'm in the same position than you at this moment : I must send stock delta (ton OneStock site) in SAP ECC6 ; and I'm not expert in API ...
So any help could be useful in case 😉

MANY Thanks

Former Member
0 Likes

Hi Iwona

You could connect via RESTFUL API services using a wrapper class

Using BAPis

Using SOAMANAGER

Using Odata

https://blogs.sap.com/2013/01/24/developing-a-rest-api-in-abap/

Also refer code here called to send data as a JSON file

https://wiki.scn.sap.com/wiki/display/Snippets/One+more+ABAP+to+JSON+Serializer+and+Deserializer

The above link also explains the details of what the code does.

See and try it out if it works for you

Regards

Vinita