cancel
Showing results for 
Search instead for 
Did you mean: 

get value of dynpro 'back' to workflow ?

Former Member
0 Kudos

hi there,

i have a workflow where i use a form to start it. as we know the form is generated automaticly. now i have changed the form (= dynpro), and i have added to push-buttons there for different actions to be executed !

well, adding the push-buttons is no problem, BUT: how can i use them in my workflow ? how do i know if one of this buttons are pushed ? i have to get back this into my workflow !

best regards, Martin

Accepted Solutions (0)

Answers (2)

Answers (2)

SagarSontakke
Active Participant
0 Kudos

Hi Martin,

U must have used structure to create the start form.

This structure is part of workflow container.

U can add extra field in that structure e.g status(char1) and when user will press the button u can set the value in this fields.

Hope this will help u.

Regards

Sagar

martin_nooteboom
Active Contributor
0 Kudos

Hi Martin,

Depending on your scenario, but maybe you could make use of events. Trigger events when the buttons are pushed which will trigger something in the workflow. This could be either wait for event steps or terminating events of a certain task.

Regards,

Martin.