cancel
Showing results for 
Search instead for 
Did you mean: 

Standard task 20500428 - passing values from task to method

Former Member
0 Kudos

Hello Experts,

The standard task 20500428 has object method "SETSTATUSACTIVITY" from BOR ISUSWITCHD. When checked the binding between this task and method to which it is linked, I see that there is no binding maintained. However, when this task is used in the WF, the data is being correctly passed from the WF to task to method and back to WF on successful execution of the task.

I'm trying to figure out how is the data being correctly fetched from the task to the method when there is no binding maintained, and same while returning the export parameters?

Has anyone noticed this on how is it working correctly?

Asif

Accepted Solutions (1)

Accepted Solutions (1)

0 Kudos

Hi Asif,

the data is taken from the task container using macros (see BOR method):

swc_get_element container 'Activity' activity.
swc_get_element container 'Status' status.
...

Maybe this helps:

http://help.sap.com/saphelp_erp60_sp/helpdata/en/fb/135cc1457311d189440000e829fbbd/frameset.htm

Best regards

Harald

Answers (0)