on 2018 Sep 19 9:56 AM
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
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
You must be a registered user to add a comment. If you've already registered, sign in. Otherwise, register and sign in.
The suggestion by krishnakishor.kammaje2 is one option. But check out also How to prefill fields and skip first screen with webgui?
You must be a registered user to add a comment. If you've already registered, sign in. Otherwise, register and sign in.
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.
You must be a registered user to add a comment. If you've already registered, sign in. Otherwise, register and sign in.
User | Count |
---|---|
71 | |
10 | |
8 | |
7 | |
6 | |
6 | |
6 | |
6 | |
6 | |
5 |
You must be a registered user to add a comment. If you've already registered, sign in. Otherwise, register and sign in.