cancel
Showing results for 
Search instead for 
Did you mean: 

Passing value to story filter by URL in SAC

0 Kudos

Dear colleagues,

I am facing a issue to passing value to my story filter by URL in SAC, I followed SAP note but failed. I replaced <TENANT>,<STORY_ID> ,model id,dim id in my story. But filter value is not replaced by URL.

Checking following url:

https://help.sap.com/doc/a4406994704e4af5a8559a640b496468/release/en-US/0c84d524ee1c4b88836287579cae...

samples:

https://<TENANT>/sap/fpa/ui/tenants/<TENANT_ID>/bo/story/<STORY_ID>?f01Model=view:[_SYS_BIC][t.TEST][Employees]&f01Dim=Manager&f01Val=["SM1","SM2"]

Encoded Example URL:

https://<TENANT>/sap/fpa/ui/tenants/<TENANT_ID>/bo/story/<STORY_ID>?f01Model=view%3A%5B_SYS_BIC%5D%5...
Henry_Banks
Product and Topic Expert
Product and Topic Expert
0 Kudos

Hi, as an SAP employee please could you ask your question on the dedicated internal SAC Jam group? Kind regards, H

Accepted Solutions (0)

Answers (2)

Answers (2)

former_member6443
Contributor

Hi,

I think this is more like the one below https://<TENANT>/sap/fpa/ui/tenants/001/app.html#;view_id=story;storyId=XZZZ;f01Model=t.3.MODEL:MODEL;f01Dim=Manager;f01Val=50001

Perhaps it will help us if you have an example

Regards

0 Kudos

I am facing the same issue. In my case i the parameter value is not passing. Story opens for default filled parameter/variable value.

Here is how my URL looks like

https://<MY_TENANT>/bo/story/<MY_STORY_ID>?v01Model=view%3A3A<MODEL_ID>&v01Par=EType%5B%22R%22%5D

where EType is my parameter name

Model_ID is like Cazy**************fz7k

and R is the parameter value.

Any help will be appreciated.