cancel
Showing results for 
Search instead for 
Did you mean: 

how to call "Get Material Group from SAP ERP" on Cloud integration ?

former_member1137458
Participant
0 Kudos

I have deploy standard "Get Material Group from SAP ERP" on cloud integration on BTP.

https://xxxxx.hana.ondemand.com/http/MaterialGroupDescription

Q1. how to find out JSON input and output format of this API ?

Q2. how to test calling on PostMAN of Fiddler tools ?

Accepted Solutions (0)

Answers (1)

Answers (1)

kc_kristris
Active Participant
0 Kudos

Hello Miu,

On Pt. 1 - use OData query parameters - $metadata to check for the metadata of data model.

$format=json to get the output in json format

On Pt. 2 - Could you pl, elaborate more on this - You can use POSTMAN or REST any online tool to test your service.

Regards,

Kris

former_member1137458
Participant
0 Kudos

I am beginner. Cloud your provide a step by step guide for Q1 ?

and Q2 what authentication info should pass to this API when REST posting ?