cancel
Showing results for 
Search instead for 
Did you mean: 

Integrating shopping cart iView in Portal

Former Member
0 Kudos

Hi Guys,

               I create SRM Shopping cart UI5 iView in Portal. Here is the link I followed.

Creating SAPUI5 iViews - Portal - SAP Library

I have OData services setup in SPRO and the Gateway services are activated in SICF.

I can run shopping cart directly from BSP application.

But when I run UI5 iView from portal, its loading forever.

anyone come across this issue..?

Thanks

Sam

Accepted Solutions (1)

Accepted Solutions (1)

suresh_murugan
Explorer
0 Kudos

Hi Sam,

The iview page keep running.. This normally happens when you dont have authorization to the the object that you are trying to open. In this case you are trying open a Shopping cart So please check the transaction code SU53 in the SRM system.(login with the same user that you used for portal).

Check if you have any authorization error for the object : BBP_PD_SC. or any start authorization error.

Regards,

Suresh

Answers (1)

Answers (1)

chinna_babu2
Active Participant
0 Kudos

Hi

Check whether you can directly call the OData service instead of from BSP application.

Regards,

Murthy

Former Member
0 Kudos

Hi

    I can directly create URL iView and its working. The only downside it prompts for user login details.

How could you call OData services directly ?

Thanks

Sam

chinna_babu2
Active Participant
0 Kudos

Hi

If your OData service is http or https like this example one http://services.odata.org/V3/OData/OData.svc/ execute in browser.

I doubt your OData service requires credentials to get authenticate.

You might also need check whether your SRM system is properly configured or not to access SRM Shopping cart application from Portal.

Regards,

Murthy