cancel
Showing results for 
Search instead for 
Did you mean: 

How to pass Select Option parameter to Fiori Cross Application Navgiation

0 Kudos
2,112

Hi All,

I have scenario where i have two application:

1) Custom Fiori Application (Source Application)

2) Target Fiori Application(SAP GUI Transaction exposed as Fiori Tile on Launchpad)

I am able to successfully navigate from Source application to Target Application with Parameters having single value.

Query - I want to pass multiple values to target Application.

In source application user executes following steps :

1) User select multiple(ex. purchase orders) records in table and performs actions.Action navigates to Target applicatoin.

Query - I want to pass Multiple Purchase order as input parameter to select option of Target Application? i am able to pass single purchase order and it works fine.

Any quick help on the same is highly appreciated.

Regards,

Mehul

ShantanuSeth
Discoverer
0 Kudos

Hi,

Could you share how you passed single values to selection screen fields.

My requirement is to navigate from Custom Fiori App to Tcode Based Fiori App and pass Nomination Number.

ShantanuSeth
Discoverer
0 Kudos
Hi, Could you share how you passed single values to selection screen fields with single values.

Accepted Solutions (0)

Answers (3)

Answers (3)

0 Kudos

Hi mfatnani,

Did you resolve this issue. We have a similar requirement in one of our development. On click of a button we need to navigate from the Fiori App to SAPGUI transaction in Fiori Launchpad. We need to pass multiple orders to the Select option on the selection screen. I am able to pass single order value and it works fine but could not pass list of orders.

If you have a solution, kindly share which will be helpful.

Thanks,

Vijay

gregorw
Active Contributor
0 Kudos

The suggestion by krishnakishor.kammaje2 is one option. But check out also How to prefill fields and skip first screen with webgui?

kammaje_cis
Active Contributor
0 Kudos

Mehul,

You can make use of Personas scripting (in the target Web GUI ).

Step 1. Pass the multiple selected POs in the URL Or use Local Browser storage to store selected POs.

Step 2. In the target WebGUI Personas script, read either from the URL or from local storage and update WebGUI's selection fields.

I have not tried this but this should work.