cancel
Showing results for 
Search instead for 
Did you mean: 

We need to call FB03 fiori app with below parameters in fiori elements reports. How can we do it ?

vimal
Active Participant
0 Kudos
365

Hello All,


So we have requirement to call FB03 fiori app and see the details of related doucment number clicked . So for same we have written below code but we need to make sure that parameters such as document no. , Co. code and fiscal year is passed , so that when clicked particular document number gets opened up . 

Below are the parameters to be passed:
Parameter values.png

 

Below is the code , we are trying to write . So the query is how to pass above given Doucment number, Fiscal year and company code. We have all these fields available in our rows but how to pass these values in below code. Can you provide sample code ?

 

@Consumption.semanticObject: 'BillingDocument'

@ui.lineItem: [

{ position : 3, semanticObject: 'BillingDocument' , semanticObjectAction: 'displayBillingDocument',

type: #WITH_INTENT_BASED_NAVIGATION, value: 'BillingDoc', requiresContext: true}

 

SAP Fiori Launchpad 
SAP BTP, ABAP environment 

ABAP Development 

 

View Entire Topic
vimal
Active Participant
0 Kudos

This issue is resolved.

TobiT26
Explorer
0 Kudos
Can you tell me how you resolved the problem?
dubon07
Explorer
0 Kudos
Hi. I'm having the same requirement. How did you pass the parameters? How was this resolved? Thanks