cancel
Showing results for 
Search instead for 
Did you mean: 

How pass values to 'FORM' step from Workflow container.

keyur_pawar
Active Participant
0 Kudos

Hello Friends,

Here I created FORM step of Action 'Approve' in workflow. Can anyone tell me How to pass workflow container values to FORM step so I can manipulate or I can have access of those values in flow logic of subscreen of that particular FORM.???

Here I passed 'PWF_APRV' Structure to container element in Form step.

PWF_APRV structure has following fields:

E.g. In my Workflow container PERNR = '100001', so in my flow logic of FORM screen I expecting PERNR value as '100001'.

Regards,

Keyur Pawar

Accepted Solutions (1)

Accepted Solutions (1)

ronen_weisz
Active Contributor
0 Kudos

Data is passed to a form by regular binding, it is also a regular screen, and can be changed, to the best of my understanding, the same way any other customer developed screen can be changed.

However if you are already making changes to the form, why use it at all? the same functionality can be achieved using a regular FM calling a screen in an activity type task. You can custom develop that   which ever way you like.   

Answers (0)