‎2006 Aug 03 5:40 AM
Hi Friends,
I have to send an email once the commit work is done. so i am writing code like this,
Perform send_email on commit.
form send_email.
call function 'SO_NEW_DOCUMENT_SEND_API1' in update task
...
....
endform.
endform.
.... ( Some other code)
commit work.
But, I am getting error saying Update task is not possible. Please suggest me how to solve this.
Thanks in Advance,
Phani.
‎2006 Aug 03 5:46 AM
Hi Phani,
Check whether <b>COMMIT Work</b> has be performed. I think this might be the problem.
Regards,
Prashanth
‎2006 Aug 03 5:46 AM
Hi Phani,
Check whether <b>COMMIT Work</b> has be performed. I think this might be the problem.
Regards,
Prashanth
‎2006 Aug 03 5:48 AM
Hi Phani,
The FM SO_NEW_DOCUMENT_SEND_API1 is a Remote enabled Function module, your code only works on <b>Update function modules</b>, not on Remote enabled modules.
Regards:-
Santosh.D
‎2006 Aug 03 5:49 AM
Hi Phani,
Try by using call function 'SO_NEW_DOCUMENT_SEND_API1'
Regards,
Sridhar