cancel
Showing results for 
Search instead for 
Did you mean: 

SRM Order and Send immediately mail

Former Member
0 Kudos

SRM developers,

Requirement- need to customize mail which is sent on clicking Order and Send immediately.

1.Open HEADER of a PO

2.Click Output

3.Enter email and click order and send immediately.

Can you help me to find the object where Order and Send immediately mail is created and sent from.

What i have tried (which didn't work out)

1. Swi1 : that mail doesn't show up in workflow as a result i am not able trace it, which means it's not a Workflow triggered mail.

2. Checked all possible BADI's (which i got from CL_EXITHANDLER)

3. Tried to debug web dynpro component which has the button 'ORDER AND SEND'

Don't know where to look for it now. SOS help.

Regards,

Rohan

Accepted Solutions (0)

Answers (2)

Answers (2)

laurent_burtaire
Active Contributor
0 Kudos

Hello,

method used is PROCESS_BBP_PO_MAI (class CL_PD_PO_PROCESSING_BBP).

See SPRO:

SAP Implementation Guide > SAP Supplier Relationship Management > SRM Server > Cross-Application Basic Settings > Set Output Actions and Output Format > Define Actions for Document Output.

Here, you can check each processing types (method call - XML, Fax, Mail, Print).

Inside this method, standard smartorm to create mail (subjet and body) is BBP_OUTPUT_COVER.

Copy it to create a specific one. You will call your specific smarform with BBP_OUTPUT_CHANGE_SF BAdI implementation.

Regards.

Laurent.

Former Member
0 Kudos

Hi Amitesh,

You can check whether any of the following batch job has been scheduled.

1. RBBP_NOTIFICATION_OFFAPP

2. /SAPSRM/OFFLINEAPPROVALSEND

3. RSWUWFMLEC

Regards

Ashok