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: 

Notification on PO/PR Creation via Email to User

rajkumarnarasimman
Active Contributor
0 Kudos

Hi Everyone,

Happy New year to all. Hope everyone fine.

I have some clarification during PO/PR Creation. Need to send the email notification when PR/PO Created. I have gone through multiple clients. Some of them are using Workflow and few of them are using Exit to send the email.

I am looking for standards, which one is the best one for email notification.

Regards

Rajkumar Narasimman

1 ACCEPTED SOLUTION

Prasoon
Active Contributor
0 Kudos

Hi Raj,

    PR doesnt have any output procedure in standard SAP. If you need the above process for PR, then the only option would be development. If its for PO, you may check the below options:

    If its only for notification to SAP users (and not for any approval procedure), no need to go for workflow also.  In standard, there are two types of mails: External Email (internet) and SAP Office mail. You can make use of SAP office mail itself to send notification to the R3 users.

    Please check the note: 191470 - Purchase order as an e-mail which explains the standard options available.

Regards,

Prasoon

4 REPLIES 4

Former Member
0 Kudos

Hi Rajkumar,

You can use BO bus2012 for po and bus2009 (item wise release ) and bus2105(overall release) for pr for  for your workflow creation , I will go for workflow for your requirement .

Regards,

Jaydeep

0 Kudos

Hi Jaydeep,

Thanks for replying.. I am looking for advantage and disadvantage using the below process.

  1. Workflow &
  2. Exit 

Also I want to confirm is there any other possibilities are there in configuration itself for email notification.

Also I am thinking the below.

  1. Cost effective one( Easily Maintainable)
  2. History Maintenance
  3. Standard one

Regards

Rajkumar Narasimman

0 Kudos

Hello Rajkumar,

If your requirement is just to send mail notification, then you can use 'SO_NEW_DOCUMENT_ATT_SEND_API1' FM to send mail with logic as per your requirement in PO/PR Save button click.

Regards,

PS


Prasoon
Active Contributor
0 Kudos

Hi Raj,

    PR doesnt have any output procedure in standard SAP. If you need the above process for PR, then the only option would be development. If its for PO, you may check the below options:

    If its only for notification to SAP users (and not for any approval procedure), no need to go for workflow also.  In standard, there are two types of mails: External Email (internet) and SAP Office mail. You can make use of SAP office mail itself to send notification to the R3 users.

    Please check the note: 191470 - Purchase order as an e-mail which explains the standard options available.

Regards,

Prasoon