cancel
Showing results for 
Search instead for 
Did you mean: 

API Call from SAP PI

former_member188791
Participant
0 Kudos

Hi Group,

We have requirement where we need to get data from third party using third party provided API ,can any body let me know

what are the things to consider for API call ( like firewall security etc...) and also how make a API call from PI.

Accepted Solutions (0)

Answers (2)

Answers (2)

former_member190624
Active Contributor

Hi Rajiv,

Third party API's can be used as normal packages in Java. You can import the API package to your UDF , then you can play .

Regards

Hari.

former_member188791
Participant
0 Kudos

Hi Hari,

Its not clear how this API packages to import in UDF,do you have any examples,but how to receive messages through API

former_member190624
Active Contributor
0 Kudos

Rajiv,

As Baskar said  choosing your adapter for this api call .

Goto Message Mapping-> functions tab . Then u will get following screen , If 3rd party vendor given API as package (goto Packages tab and add there) else vendor provide Archive add in Archive tab.

Regards

Hari.

baskar_gopalakrishnan2
Active Contributor
0 Kudos

I would first get more insight about that API and see what communication standards/protocol it supports. Accordingly you decide choosing adapter for this api call.