Passing data from an ABAP program to a Workflow container
How can I pass data from an ABAP program to the workflow container? I have been attempting to use the set parameter id command with no success.
How can I pass data from an ABAP program to the workflow container? I have been attempting to use the set parameter...
Continue Reading This Article
Enjoy this article as well as all of our content, including E-Guides, news, tips and more.
id command with no success.
There is a macro swc_set_element defined in include <cntn01> which will allow you to write to a container.
The syntax is as follows:
swc_set_element my_container 'ElementName' ElementValue.