Hello,
I am trying to familiarize myself with passing URL parameters into Webi reports. I am using a very simple case to figure out correct syntax.
I am in BOBJ 4.1, with BW 7.4.
I have Bex variable XXXXXX_V04 that I would like to use to set field XXXX_F58 equal to "XXXX010". Using SAP's URL parameter documentation, I constructed an OpenDocument link with the following parameter syntax/order:
(opendocument link with CUID included)&lsSXXXXXX_V04=[XXXX_F58].[XXXX010]
When I select the link, I am taken to the report; while refreshing, it errors with "System (BWD): incorrect value for data source. Error: INF"
After this error, I tried looking at MDX query syntax. However, all tech names look very different than from Bex. Fields have a "T00001". table prefix, and their tech names differ from those in the InfoProvider (it is an Infoset, and the "F_"-prefixed field names do not exist here - it is using the field names that would appear in underlying DSOs). The variable name (XXXXXX_V04) that I'm referencing in my URL parameter does not appear anywhere here.
I tried substituting names from the MDX query into the parameter, but this did not solve the issue.
Does anyone have thoughts on where my syntax is incorrect? Should I be using the field names from MDX or from BeX Query Designer?
Any help is greatly appreciated.