cancel
Showing results for 
Search instead for 
Did you mean: 

sap-client number s/4HANA cloud api query option

Hi,

 

I am accessing below S/4HANA cloud apis using communication arrangement and communication user.

odata-

https://my302050-api.s4hana.ondemand.com/sap/opu/odata/sap/APS_IAM_SIAG_BROLE_SRV/Aps_Iam_Siag_Br_Dl...

 

 

soap-

https://my302050-api.s4hana.ondemand.com/sap/bc/srt/scs/sap/querybusinessuserin

 

I dont see any option to provide sap-client number in these two for cloud. One more thing i am not using sap cloud connector. Its simple inbound communication using communication user from java application through get request call.

 

Is sap client needed for such queries? If yes which parameter should be added additionally for above queries?

Thanks,

Vijay J

 

Accepted Solutions (1)

Accepted Solutions (1)

Amith_Nair
Advisor
Advisor
0 Kudos

Hi

Its not necessary to append SAP Client ID for fetching the data, but if you wish to append here is how it should look like:

https://my302050-api.s4hana.ondemand.com/sap/opu/odata/sap/APS_IAM_SIAG_BROLE_SRV/Aps_Iam_Siag_Br_Dl...

https://my302050-api.s4hana.ondemand.com/sap/bc/srt/scs/sap/querybusinessuserin?sap-client=100

Thanks! Amith Nair

Answers (0)