Question:
Hello!
I would like to know how can I get the position of any task in a service notification; is there any Function or any User Exit that gets them?... This is because I must disable the deletion of tasks for any that is already released.
Thanks in advance!!
MMM
Answer:
Hi Triplecita,
Notification transaction is full of Userexit, Go to SE80 Function Group : XQQM
These are Userexits. For you i think you can use LXQQMU20 : which is fired when save is hit and there you have VIQMSM structure which have the list of Task, i am not sure which flag but you have a flag there which says deleted , chk for that flag , if it is set , give an error message.
Incase not able to find let me know
Rajiv Gupta , send me a PM
Hello!
I would like to know how can I get the position of any task in a service notification; is there any Function or any User Exit that gets them?... This is because I must disable the deletion of tasks for any that is already released.
Thanks in advance!!
MMM