In a workflow activity, I call (using an object method) an ABAP function module which displays an ALV with commands. I would like that one of these commands to enable the user to keep the workitem in his businessworkplace without take making any action.
How can i design the communication between my workflow and the ABAP function module to do so ?
I try with a loop in the workflow but the work item is regenerated too quickly and it looks as if I stayed in the ALV screen.
Thanks in advance for your answer.