cancel
Showing results for 
Search instead for 
Did you mean: 

Parameter WDA - Workflow

Former Member
0 Kudos

Hi All.

I seen couples thread in this forum talking about WDA and WF. Especially related with SWFVISU transaction where WF can sent work item id to WDA.

Is there any way for us to send some data back to caller (workflow task) thru one of WDA parameter ?

The example scenario is, user launch WDA view where contains Approve and Reject button. I'd like to pass the value from this button to workflow task.

Thanks

Accepted Solutions (0)

Answers (1)

Answers (1)

abhimanyu_lagishetti7
Active Contributor
0 Kudos

you can alwasy write the container of your task

use FM SAP_WAPI_WRITE_CONTAINER

Abhi

Former Member
0 Kudos

Hi Abimanyu.

Thanks for your answer. I knew that FM, I just wondering alternative solution from WDA side.