cancel
Showing results for 
Search instead for 
Did you mean: 

Notification to be sent on PO changes

Former Member
0 Kudos

Hi Experts,

I am new to SRM and I need some details on PO Workflow notifications. We are using SRM 5.0 and we have a requirement where we need to generate notifications to be sent to the buyer if certain conditions are met. These conditions are related to some field changes on PO and other checks. We will build the logic in N-step PO approval workflow. My question is about the notifications to be sent to the buyers, is there a standard template for PO Change workflow or we would need to develop it ourselves?

Thanks in advance,

M.

Accepted Solutions (0)

Answers (2)

Answers (2)

Former Member
0 Kudos

Thanks a lot for your reply,

but my question is about the template rather than the logic..

could you please provide some details about the template?

Former Member
0 Kudos

Hi,

I dont think we have WF to handle this requirement, you have to build the logic to meet this business requirement.

Kind Regards,

Saravanan

Former Member
0 Kudos

Hi,

you can build the logic in BBP_DOC_SAVE_BADI. FLT_VAL AND DOC_GUID are import parameters of this badi. you can get all the details from BBP_PD_PO_GETDETAILS fm by passing the iv_doc_guid. build your business logic and if the condition reach then call FM SO_NEW_DOCUMENT_SEND_API1 to send the email to Buyer..

Saravanan