on 2024 Dec 09 5:37 PM
Objective->
In this article we will navigate from custom Fiori app to Sales Order VA03 while click on Sales order number using CDS view.
Semantic object : Represents a business entity such as a sales order.
Action : Describes which operation like Display/Modify.
Let us first find out the semantic object details of target application i.e. Sales order VA03 display through Fiori application library.
Now search desired target application.
Semantic Object : SalesOrder
We need to use these details in our CDS view to navigate to target application.
Annotation used for creating a link & attached to Sales order VA03 Fiori app.
@Consumption.semanticObject: 'SalesOrder'
Code -
@Consumption.semanticObject: 'SalesOrder'
@UI.lineItem: [{ position:10, semanticObjectAction: 'display' }]
key tr.vbak_vbeln, //debit/credit/return in 2B
Lets open the application.
Thanks...
Request clarification before answering.
| User | Count |
|---|---|
| 9 | |
| 6 | |
| 5 | |
| 3 | |
| 3 | |
| 3 | |
| 3 | |
| 2 | |
| 2 | |
| 2 |
You must be a registered user to add a comment. If you've already registered, sign in. Otherwise, register and sign in.