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

Function Module related

Former Member
0 Likes
582

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....

1 ACCEPTED SOLUTION
Read only

Former Member
0 Likes
554

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.

3 REPLIES 3
Read only

Vinod_Chandran
Active Contributor
0 Likes
554

Hi Sumi,

It seems ZW_NOTIFY is a custom developed program or function module. Can you check the code of this?

Cheers

Vinod

Read only

Former Member
0 Likes
555

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.

Read only

Former Member
0 Likes
554

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