Hi!
I m passing values from my ABAP prog to my event container and from there to my workflow and ultimately to my workitem text.
Now my problem is - my ABAP prog. is passing junk characters along with the actual value to my event container parameters while setting event parameters thru
swc_set_ELEMENT ev_container 'EVENT_PARAMETER' VALUE.
How to prevent these junk chars from being passed?