Hi,
I'm trying to pass multiple characteristic values from a BEx query to a web template. Assume the query in the template contains the same characteristics in the rows as the sender query.
The query is displaying data like this:
ZMATERIAL
ZOFFERID
ZIMGLOC
ZSTARTDT
Product 1
ABC
fil.jpg
12042004
When the user clicks on any line of the query, I need the RRI to pass all four values to the new template (all are part of the key on the receiver query).
Any idea how this can be defined in a javascript function? I know SAP has examples of sending one characteristic as a filter value in the receiver query/template, but haven't seen examples of sending multiple characteristics, even though I know it's possible to send multiples through a normal RRI interface. I just need to code this in a template as a SAP_BW_URL link in a pop-up window.
Thanks in advance for any direction anyone can offer.