Hi Friends,
My requirement is to integrate SAP fiori Create Sales order Application with CIC. So there will be a link where user click on it and SAP fiori application will be open for order creation
I got the URL where I am able to pass sales order for default customer using below URL
"Http://www.xyz.com/sap/bc/ui5_ui5/ui2/ushell/shells/abap/Fiorilaunchpad.html?#SalesOrder-create&/detail/SalesOrders('100067856')"
Currently I am facing two problem:
1. I need to pass Customer which is selected on CIC but I am unable to pass it. I try to pass below parameter in URL but its not working.
CustomerID('100002132')&SalesOrders('100067853')"
2. Another issue is to single sign on: How do I configure Single Sign-On (SSO) between CIC and Fiori Application.
Thanks & Regards,
Nikhilesh