cancel
Showing results for 
Search instead for 
Did you mean: 

How to save data in CallableObject without completing the action

05-15-2008 7:38 PM
273 views 1 comments Go to solution
0 Likes
SAP Managed Tags
Subscribe

Hello,

we have a process with actions with callable objects. Some of these actions cannot be completed within a short time, but still are an "atomic task". Thus we'd like to save the data entered so that it is there again when calling the action at a later time again. This would also make it possible for the employee of a team to really take the task (eg. by pressing a button "take this task") and for the other to see, who is in charge.

How can data be written into the GP context (eg. LocalContext of the CallableObject), without completing the action (eg. by setting a result state)?

We do not want to build LoopBlocks where the same Action is called and completed multiple times, each time adding an other "Iteration X"-entry in the navigation.

Best regards,

Manuel Schaffner

0 Likes

Accepted Solutions (1)

Accepted Solutions (1)

ashutosh_rastogi
Product and Topic Expert
Product and Topic Expert
0 Likes

Hi,

I dont think there is any way of passing data back to GP context without completing the callable object. If you wish to save the data locally then you can probably use CAF business objects.

Ashutosh

Answers (0)