Skip to Content
0
Former Member
Sep 09, 2005 at 10:32 AM

Passing parameters to Workflow.

575 Views

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?