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

API with SAP ECC6 ?

former_member60837
Discoverer
0 Likes
14,891

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

View Entire Topic
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