cancel
Showing results for 
Search instead for 
Did you mean: 

Mail Adapter

Former Member
0 Kudos

We are receiving a File from our Legacy Systems, which contains the information of the Purchase Order details for two companies(Company code 1 and Company Code 2) . Each of the record contains the Purchase Order No , Company Code.

Now based on the Company code, Now I need to group all the Company Code 1 records and need to send a MAIL with the PO details to my Approver 1 and the same I need to do for the company code 2, and a mail is sent to Approver 2.

Other details : 1) The File is in sorted already based on the company code

2) Sender I need to use the File Adapter

3) Receiver I need to use the Mail Adapter

How to achieve the above scenario? Thanks

Accepted Solutions (1)

Accepted Solutions (1)

Former Member
0 Kudos

Hi Jenni

have a look on these links for ur scenario

See these

/people/prasad.ulagappan2/blog/2005/06/07/mail-adapter-scenarios-150-sap-exchange-infrastructure

/people/sap.user72/blog/2005/06/08/sending-attachments-in-mails

Thanks !!

Answers (1)

Answers (1)

stefan_grube
Active Contributor
0 Kudos

This is more a mapping an routing question.

Create two mappings, first extracts all stuff belonging to company 1, the second extracts the stuff for the second.

Apply two routing rules, one for each company. Apply the correct mapping.

Regards

Stefan

Former Member
0 Kudos

Thanks a lot Stefan, yes its a mapping issue.

You say create two mappings and the extract comapny 1 and company 2 stuff, would you be more clear on this part. (are you talking about Multi-mapping)

Thanks.