‎2005 Oct 03 9:16 AM
My Rq is to send error messages to internet.
For this I am using the function module "SO_NEW_DOCUMENT_SEND_API1"
What is the diff btn this function module and "ZW_NOTIFY"
Which one is better....
‎2005 Oct 03 9:32 AM
All the programs or function modules that start with a "Z" or "Y" are custom developed. So, you need to figure what exactly ZW_NOTIFY does.
The standard function SO_NEW_DOCUMENT_SEND_API1 sends an email to the recepients which have given as a part of the parameters.
Regards,
Ravi
Note : Please reward points for the answers that help you.
‎2005 Oct 03 9:22 AM
Hi Sumi,
It seems ZW_NOTIFY is a custom developed program or function module. Can you check the code of this?
Cheers
Vinod
‎2005 Oct 03 9:32 AM
All the programs or function modules that start with a "Z" or "Y" are custom developed. So, you need to figure what exactly ZW_NOTIFY does.
The standard function SO_NEW_DOCUMENT_SEND_API1 sends an email to the recepients which have given as a part of the parameters.
Regards,
Ravi
Note : Please reward points for the answers that help you.
‎2005 Oct 03 9:34 AM
ZW_NOTIFY may be a custom function existing on your system. SO_NEW_DOCUMENT_SEND_API1 is a standard SAP function module used to send email. Maybe your ZW_NOTIFY may be calling this Std FM or SO_OBJECT_SEND. You can check and see which one suits your need . SO_NEW_DOCUMENT_SEND_API1 has a lot of flxibilty . Check the FM documentation.
Cheers