cancel
Showing results for 
Search instead for 
Did you mean: 

File to RFC (Error Mail )

Former Member
0 Kudos

Hi,

I have a requirement like legacy system details ( flat file ) send to RFC/Bapi and the status ( Success or Error ) should be updated to the concerned people with the mail. How can we achieve this in XI?

I have done with the File to RFC scenario...need help on update the status (error/ success) with mail.

Where should we implement mail adapter settings for this scenario?

Can anybody share their experiences with me.

Cheers.,

Esha

Accepted Solutions (1)

Accepted Solutions (1)

Former Member
0 Kudos

There are 2 options.

1. Use BPM and send the response via send step

2. Use adapter modules and specify the mail communication channel

Thanks,

Beena.

Former Member
0 Kudos

Beena,

Thanks for the very quick response...

I am new to BPM, could you please briefly describe the what are steps required in BPM for this scenario.

And, coming to adapter module thing, is there any standard adapter modules are there to develop this scenario.

-Esha

Former Member
0 Kudos

check this link for adapter module:

You will have following steps in bpm:

receive

send sync

send async

check this blog:

Thanks,

Beena.

Answers (1)

Answers (1)

Former Member
0 Kudos

Hi !

You can make it as a File - Mail scenario, and call the RFC synchronously using JCO during the graphical mapping (or java mapping) using a user defined function.

Then, based on the response of the RFC, decide what should be the content of the mail or maybe decide not to send it.

pros: no use of bpm

cons: need ad-hoc methods for managing connection parameters of the rfc connection.

other:

Regards,

Matias

ps: please award points if helpful.

**********

Please read the Forum's Rules of Engagement,

i.e.,

/thread/117188 [original link is broken]

and refrain from requesting points

SDN PI/XI Forum Moderator