d33a
d33a

Reputation: 740

How to call a SAP Fiori tile whose app type is SAP GUI with parameters?

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: Cost Center Document Number

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:

enter image description here

Kindly assist.

Upvotes: 2

Views: 3738

Answers (1)

Haojie
Haojie

Reputation: 5713

Do F1 on the input of the screen,

  1. Check the Parameter ID, for example, for ControllingArea, it is CAC. the Target Name is CAC.

  2. 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

Related Questions