cancel
Showing results for 
Search instead for 
Did you mean: 

Send mails for Failure coming back as RFC Response

nabendu_sen
Active Contributor
0 Kudos

Hi Experts,

My scenario is ECC -> SAP CRM (RFC -> RFC). This is a Synchronous communication.

CRM RFC is returning back something like below:

..................

</item>

- <item>

<TYPE>S</TYPE>

<MESSAGE>Record updated successfully</MESSAGE>

<MESSAGE_V1>P1190</MESSAGE_V1>

<MESSAGE_V2>Medtronic Singapore Ops</MESSAGE_V2>

</item>

- <item>

<TYPE>E</TYPE>

<MESSAGE>Data source is not ECC</MESSAGE>

<MESSAGE_V1>P1197</MESSAGE_V1>

<MESSAGE_V2>Invatec SpA</MESSAGE_V2>

</item>

- <item>

<TYPE>S</TYPE> ...................

.....................................Now we have to send separate email (to Group/Persons) for each <TYPE>='E' and the email will contain <MESSAGE>, <MESSAGE_V1> and <MESSAGE_V2> values. These values will be included at Runtime.

Any help will be appreciated.

Thanks,

Nabendu.

Accepted Solutions (1)

Accepted Solutions (1)

Former Member
0 Kudos

chk this:

nabendu_sen
Active Contributor
0 Kudos

Can anyone provide me any blog for Synchronous scenario?

baskar_gopalakrishnan2
Active Contributor
0 Kudos

You can search SDN for synchronous scenairo

Basically you need to do two things

Create Service interfaces mode is synchronous.

If the scenario is soap then create comm channel quality of service is BE (Best Effort)

[link|http://www.saptechnical.com/Tutorials/XI/RFCtoSOAP/page1.htm]

Hope that helps

Answers (0)