cancel
Showing results for 
Search instead for 
Did you mean: 

SAP Fiori : Create Sales order app - Pass Default Customer id

rfreitas87
Explorer
0 Kudos

My requirement is pass a Default customer when start a Create Sales order APP,

I got the URL where I am able to pass sales order for default customer using below URL

".../abap/Fiorilaunchpad.html?#SalesOrder-create&/detail/SalesOrders('100067856')"

the problem is:

I need to pass Customer which is selected in other app, but I am unable to pass it. I try to pass below parameter in URL but its not working.

".../abap/Fiorilaunchpad.html?#SalesOrder-create&CustomerID('100002132')&SalesOrders('100067853')"

I've tried to do it by passing parameters on URL but i cannot retrieve this parameters on Gateway, i cannot set the custumer

Accepted Solutions (0)

Answers (1)

Answers (1)

rfreitas87
Explorer
0 Kudos

Solved, i had to change the app code to do it in JavaScript