cancel
Showing results for 
Search instead for 
Did you mean: 

Regarding the collection of multiple emails to single email

giridhar_vegi
Participant
0 Kudos


Hi Experts,

               I had a require where i am doing idoc to mail Scenario. Here i am having the idoc with segment of different data multiple times .while i am sending the idoc it gets splitted and coming to pi and it gets processed . but for every segment it gets a new mail.So my Requirement is to get all the segments data into a single mail. How can i acheive this.please help.

Any useful input will awarded with points

Thanks in advance

Giridhar

Accepted Solutions (0)

Answers (2)

Answers (2)

azharshaikh
Active Contributor
0 Kudos

Hi Giridhar,

My few cents:

Check if you can split it into 2 step process...

i) Write the IDOcs into a File (in Append Mode)

ii) Do a File to Mail scenario scenario (Once a day or based on your Message volume)

Regards,

Azhar

giridhar_vegi
Participant
0 Kudos

Hi Azhar,

               Here i need to send the different idocs to different directories.

Thanks

Giridhar

iaki_vila
Active Contributor
0 Kudos

Hi Gridhar,

From my point of view you should control from the sender ABAP system. You should think that even using ccBPM or NW BPM you should set when not more relative idoc can arrive to PI.

I think your sender must control it. You can do a Z table with store all the idoc segments and with a job or raising the call when the idoc is finished, for example send all your idoc information with your current scenario, changing it with a proxy - mail scenario.

Hope this helps.

Regards.