Reputation: 740
I am trying to implement cross app navigation to this app: KB16N but with parameters like the Company Code and Document Number.
In the Fiori Apps Library, there are no additional parameters mentioned in the Configuration section. The technical information for the 2 parameters I want to pass is as below:
As per my understanding, we can add parameters while Tile Configuration in Launchpad Designer. And then I would use this parameter in my cross app navigation code in SAPUI5 app. But to add parameters, how to get the 'Target Name' value highlighted below:
Kindly assist.
Upvotes: 2
Views: 3738
Reputation: 5713
Do F1
on the input of the screen,
Check the Parameter ID
, for example, for ControllingArea, it is CAC
. the Target Name is CAC
.
Or Check the table name and field name. For example, the Controlling Area of KB16N, the Target Name is TKA01-KOKRS
.
btw, I am not familiar with KB16N, i cannot find the CompanyCode and ReferenceDocumentNumber in the screens.
Upvotes: 2