cancel
Showing results for 
Search instead for 
Did you mean: 

How do we call SAP IDM REST api in SAP UI5?

Former Member
0 Kudos

Hello Experts,

1)   can any body please guide me here: how do we consume/call the SAP IDM REST API in SAP UI5 ? using AJAX calls or Using any Odata Service calls through Gateway like using below piece of code..


var url = "/proxy/http/<server>:<port>/sap/opu/odata/sap/ZGWTEST_SRV/";

var oModel = new sap.ui.model.odata.ODataModel(url, true, "<user>", "<password>");

2) may I know how will we move development changes from Dev to Production systems? through manual Export/Import of war file?

Thanks in Advance!

Regards,

Kiran

Accepted Solutions (0)

Answers (2)

Answers (2)

Former Member
0 Kudos
Former Member
0 Kudos

Hi Simona,

Thanks for your reply and your blog is very helpful.

I already saw your blog earlier,but usually in SAP UI5 we use Gateway calls.So I got bit confusion.

Regards,

Kiran

former_member2987
Active Contributor
0 Kudos

Hi Kiran,

I'm not an expert on this topic, but have you looked at these? SAP NetWeaver Identity Management REST Interface Version 2 - SAP Library or   SAP NetWeaver Identity Management Identity Cent... | SCN?

Regards,

Matt

Former Member
0 Kudos

Hello Matt,

Thanks for reply.

Yes, I went through all that blogs,but still has little bit confusion.How this can be handle in sap ui5?

Regards,

Kiran