Application Development and Automation Discussions
Join the discussions or start your own on all things application development, including tools and APIs, programming models, and keeping your skills sharp.
cancel
Showing results for 
Search instead for 
Did you mean: 
Read only

Identify the execution in update task or not

Former Member
0 Likes
513

Hi,

I've one function ZFN1 module which I would like to call at two places

1. In a function module ZFN_UPD, which is being called in UPDATE TASK

2. in a funciton module ZFN_NUPD, which is not being called in UPDATE TASK

Now how do I identify whether the funciton ZFN1 is called in UPDATE TASK or not.

here ZFN_UPD and ZFN_NUPD used just for understanding purpose, I don't know where all the ZFN1 is being called. So I would like to identify whether the execution is happening inside the UPDATE TASK or not.

Thanks,

Hi,

I've one function ZFN1 module which I would like to call at two places

1. In a function module ZFN_UPD, which is being called in UPDATE TASK

2. in a funciton module ZFN_NUPD, which is not being called in UPDATE TASK

Now how do I identify whether the funciton ZFN1 is called in UPDATE TASK or not.

here ZFN_UPD and ZFN_NUPD used just for understanding purpose, I don't know where all the ZFN1 is being called. So I would like to identify whether the execution is happening inside the UPDATE TASK or not.

Thanks,

1 REPLY 1
Read only

Clemenss
Active Contributor
0 Likes
452

Hi Haresh,

what kind of search is this???

SY-ONCOM = 'V' => FUNCTION ... IN UPDATE TASK

SY-ONCOM = 'P' => PERFORM ... ON COMMIT

Though I don't know if this works - SAP says its internal.

Regards

Clemens