2011 Aug 04 9:41 PM
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,
2011 Aug 04 10:37 PM
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
| User | Count |
|---|---|
| 4 | |
| 2 | |
| 2 | |
| 1 | |
| 1 | |
| 1 | |
| 1 | |
| 1 | |
| 1 | |
| 1 |