Hi SAP developers,
I’m facing a challenge with cds extension and target navigation that I hope some of you can help me with.
I’m working on a project where I need to create six different target navigations in SAP Fiori. These navigations should all take the user from the ‘Manage Production Order’ app to a custom app by clicking on the material number. Each navigation needs to transfer a parameter to the ‘document type’, and the value of this parameter varies between the six navigations. Therefore, we need six different target navigations.
I have extended a CDS view from SAP ‘C_ManageProductionOrder’ with six fields, which represent the six parameters I want to transfer. We have also extended the Fiori part of ‘Manage Production Order’ with an adaptation project.
My parameters are transferred correctly when the field is selected in the table. However, as soon as I deselect the fields, the parameters are no longer transferred. I have tried to solve this by annotating in the CDS view, but without success.
How can I ensure that the parameters are always transferred, regardless of whether the fields are selected or not?
Attached is my CDS View and Parameters settings in Fiori launchpad configuration
I look forward to your suggestions and solutions! 🙂