cancel
Showing results for 
Search instead for 
Did you mean: 

Adding Mail receiver to an existing synchronous scenario

sherin_jose4
Participant
0 Kudos

Hi all,

I have a synchronous scenario already running fine, it is File to RFC (Sych) scenario. Now the customer wants to receive the response as a mail. I am already receiving the response in a CSV file in a different location, which should also not be disturbed. Could anyone advice me go with an approach to route the response as a Mail to the customer by not affecting the current process.

Regards,

Sherin Jose P

Accepted Solutions (1)

Accepted Solutions (1)

monicabhosale
Active Participant
0 Kudos

Hello Sherin,

You can sent response in mail format by writing some ABAP code in RFC's Exit which u r using.

First u need to find out is there any exit is available in that RFC where u can send your CSV response file format as an attachment using function SO_NEW_DOCUMENT_ATT_SEND_API1

Thanks

Monica

Answers (1)

Answers (1)

sherin_jose4
Participant
0 Kudos

We added another mail communication channel and routed the message using the adapter modules to send the data in a mail.