Application Development 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: 

Sending mail to vendor on execution me9a

Former Member
0 Kudos

Dear Friends,

I have configured nace for sending RFQ mail to vendor, and its working fine.

Now the requirement is that at time of executing me9a, if the vendor mail id is not maintained then an error message should poup.

Also how to get the title and body of the e-mail that is being sent to the vendor.

Here we r using std program for sending mail to the Vendor i.e SAPFM06P. ENTRY_NEU.

Regards

srinath

2 REPLIES 2

Former Member
0 Kudos

This message was moderated.

Former Member
0 Kudos

Hi,

I think you should handle this error message in your driver program; may be you have copy the existing driver program and customize....

based on the vendor address from LFA1 pick-up E-Mail address from ADR6 table and if sy-subrc NE 0.

Throw error message.

endif.

Shekher