cancel
Showing results for 
Search instead for 
Did you mean: 

How can I write two or more separate dynamic parameters in SWFVISU

Former Member
0 Kudos

I have a requirement to send in workitem id, sales order number and sales order item number to the Webdynpro application.

There should be a possibility to do that inside SWFVISU.

Visualization Parameter: DYNPARAM

Visualization parameter value: WI_ID=${item.externalId} (How do I add more parameters here???)

Accepted Solutions (1)

Accepted Solutions (1)

Former Member
0 Kudos

I have a requirement to send in workitem id, sales order number and sales order item number to the Webdynpro application.

>

> There should be a possibility to do that inside SWFVISU.

>

> Visualization Parameter: DYNPARAM

> Visualization parameter value: WI_ID=${item.externalId} (How do I add more parameters here???)

normally it would be like this, use the & to separate key,value pairs.

Visualization parameter value: WI_ID=${item.externalId}&param2=value2&param3=value3

Former Member
0 Kudos

Thanks for a quick reply!

Yes, I should separate the two by a & sign. How do I assign then the value?

I have written it like: WI_ID=${item.externalId}&VBELN=${item.vbeln}

In the above case, the WI_ID is correct but the VBELN parameter is 'null'.

Former Member
0 Kudos

I do not know how the value is stored in item. At the moment you have this statement, there is no element vbeln in item. Debug that and see. You now know how to pass more parameters, you only need to find out the way to get the data out item dynamically.

Former Member
0 Kudos

Anyone who knows how to get the dynamic parameter value for my sales order number??

Former Member
0 Kudos

I would not recommend to post nested questions. Please post your above question as new post.

Answers (0)