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

SENDING MAILS

Former Member
0 Likes
352

HI

When i send an e-mail, i need to check if the contact has a number of employee. If the contact has a number of employee i have to send a copy of the mail to another person who is related to this employee.

I need to do it from the SAP Transaction SO00, i've been looking for an enhancement of this transaction, but i have not found it.

Some one told me taht there is no user exit for this Tcode. And there is no standard BADI for that one.

How can i do it then?

2 REPLIES 2
Read only

Former Member
0 Likes
334

check for BAPI

BAPI-step by step procedure

http://www.sapgenie.com/abap/bapi/example.htm

list of all BAPI's

http://www.planetsap.com/LIST_ALL_BAPIs.htm

Read only

0 Likes
334

HI,

Thank you for your answer, but I need to use a BADI, 'cause there is not a BAPI i can use.

Or, do You know another option to do it??