cancel
Showing results for 
Search instead for 
Did you mean: 
Read only

Passing variable/parameter/prompt values through URL

deshmukh
Participant
0 Kudos
287

I am facing difficulty in passing the Variable/parameters/prompt values dynamically(that show up once you open a story) from Story1 to Story2. Story1 has 3 mandatory date Variable/parameters/prompts and 2 non mandatory Variable/parameters/prompts. Also Story2 has 3 mandatory date Variable/parameters/prompts and 2 non mandatory Variable/parameters/prompts.

I have a table widget in Story1 and i am adding hyperlink to the table using 'External URL' option. After applying this option a hyperlink will be shown below the table title something like "Navigate to External URL' (see attached image). Now when the user clicks on that hyperlink Story2 should open with the Variable/parameters/prompt values applied to the story1.

I created URL like 

https://<TENANT>/sap/fpa/ui/tenants/<TENANT_ID>/app.html#/story2&/s2/<STORY_ID>?v01Model=<Model_ID>&v01Par=<technical name of parameter1 in story2>&v01Val=<technical name of parameter1 in story1>&v02Par=<technical name of parameter2 in story2>&v02Val=<technical name of parameter2 in story1> ... &v05Par=<technical name of parameter5 in story2>&v05Val=<technical name of parameter5 in story1>

But this is not working. I mean story2 variable/parameter/prompt values are not updated with the variable/parameter/prompt values of the story1.

Models used in both story’s are Datasphere models

How to achieve this. Pls suggest.

 

Accepted Solutions (0)

Answers (0)