cancel
Showing results for 
Search instead for 
Did you mean: 
Read only

Navigation to Another SAP Fiori App (VA03)

DSINGH8AUG
Newcomer
0 Kudos
1,176

DS8aug_0-1733758536532.png

Objective->

In this article we will navigate from custom Fiori app to Sales Order VA03 while click on Sales order number using CDS view.

DS8aug_1-1733759556892.png

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.

DS8aug_2-1733759726445.png

Semantic Object : SalesOrder

We need to use these details in our CDS view to navigate to target application.

DS8aug_3-1733759951670.png

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.

DS8aug_4-1733760253215.pngDS8aug_5-1733760274110.png

Thanks...

SAP HANA Enterprise Cloud @Hana4HANA 

Accepted Solutions (0)

Answers (0)