<?xml version="1.0" encoding="UTF-8"?>
<rss xmlns:content="http://purl.org/rss/1.0/modules/content/" xmlns:dc="http://purl.org/dc/elements/1.1/" xmlns:rdf="http://www.w3.org/1999/02/22-rdf-syntax-ns#" xmlns:taxo="http://purl.org/rss/1.0/modules/taxonomy/" version="2.0">
  <channel>
    <title>Question Re: Multiple receivers for same rfc msg type in Technology Q&amp;A</title>
    <link>https://community.sap.com/t5/technology-q-a/multiple-receivers-for-same-rfc-msg-type/qaa-p/1773543#M778286</link>
    <description>&lt;HTML&gt;&lt;HEAD&gt;&lt;/HEAD&gt;&lt;BODY&gt;&lt;P&gt;Hi,&lt;/P&gt;&lt;P&gt;You can do the mapping as &lt;/P&gt;&lt;P&gt;SOAP - RFC1 &lt;/P&gt;&lt;P&gt;SOAP - RFC2 &lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;it will be 2 different mappiing .&lt;/P&gt;&lt;/BODY&gt;&lt;/HTML&gt;</description>
    <pubDate>Mon, 04 Dec 2006 21:44:00 GMT</pubDate>
    <dc:creator>Former Member</dc:creator>
    <dc:date>2006-12-04T21:44:00Z</dc:date>
    <item>
      <title>Multiple receivers for same rfc msg type</title>
      <link>https://community.sap.com/t5/technology-q-a/multiple-receivers-for-same-rfc-msg-type/qaq-p/1773527</link>
      <description>&lt;HTML&gt;&lt;HEAD&gt;&lt;/HEAD&gt;&lt;BODY&gt;&lt;P&gt;I have a soap-XI-RFC scenario. I have to read the soap message and depending on the key field value, I have to send to two different SAP systems.&lt;/P&gt;&lt;P&gt;For EX:&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;Input Message:&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;&amp;lt;input_msgType&amp;gt;&lt;/P&gt;&lt;P&gt;  &amp;lt;item&amp;gt;&lt;/P&gt;&lt;P&gt;      &amp;lt;Key&amp;gt;ABC-123452&amp;lt;/Key&amp;gt;&lt;/P&gt;&lt;P&gt;      &amp;lt;value&amp;gt;test1&amp;lt;/value&amp;gt;&lt;/P&gt;&lt;P&gt;  &amp;lt;/item&amp;gt;&lt;/P&gt;&lt;P&gt;  &amp;lt;item&amp;gt;&lt;/P&gt;&lt;P&gt;      &amp;lt;Key&amp;gt;ABC-342222&amp;lt;/Key&amp;gt;&lt;/P&gt;&lt;P&gt;      &amp;lt;value&amp;gt;test2&amp;lt;/value&amp;gt;&lt;/P&gt;&lt;P&gt;  &amp;lt;/item&amp;gt;&lt;/P&gt;&lt;P&gt;  &amp;lt;item&amp;gt;&lt;/P&gt;&lt;P&gt;       &amp;lt;Key&amp;gt;XYZ-676767&amp;lt;/Key&amp;gt;&lt;/P&gt;&lt;P&gt;       &amp;lt;value&amp;gt;test2&amp;lt;/value&amp;gt;&lt;/P&gt;&lt;P&gt;  &amp;lt;/item&amp;gt;&lt;/P&gt;&lt;P&gt;  &amp;lt;item&amp;gt;&lt;/P&gt;&lt;P&gt;       &amp;lt;Key&amp;gt;XYZ-565655&amp;lt;/Key&amp;gt;&lt;/P&gt;&lt;P&gt;       &amp;lt;value&amp;gt;test2&amp;lt;/value&amp;gt;&lt;/P&gt;&lt;P&gt;  &amp;lt;/item&amp;gt;&lt;/P&gt;&lt;P&gt; &amp;lt;/input_msgType&amp;gt;&lt;/P&gt;&lt;P&gt; &lt;/P&gt;&lt;P&gt; &lt;/P&gt;&lt;P&gt; Output Message1:&lt;/P&gt;&lt;P&gt; &lt;/P&gt;&lt;P&gt; &amp;lt;BAPI_SEND_DATA&amp;gt;&lt;/P&gt;&lt;P&gt;   &amp;lt;item&amp;gt;&lt;/P&gt;&lt;P&gt;   	&amp;lt;Key&amp;gt;ABC-123452&amp;lt;/Key&amp;gt;&lt;/P&gt;&lt;P&gt;        &amp;lt;value&amp;gt;test1&amp;lt;/value&amp;gt;&lt;/P&gt;&lt;P&gt;   &amp;lt;/item&amp;gt; &lt;/P&gt;&lt;P&gt;   &amp;lt;item&amp;gt;&lt;/P&gt;&lt;P&gt;         &amp;lt;Key&amp;gt;ABC-342222&amp;lt;/Key&amp;gt;&lt;/P&gt;&lt;P&gt;         &amp;lt;value&amp;gt;test2&amp;lt;/value&amp;gt;&lt;/P&gt;&lt;P&gt;  &amp;lt;/item&amp;gt;&lt;/P&gt;&lt;P&gt; &amp;lt;/BAPI_SEND_DATA&amp;gt;&lt;/P&gt;&lt;P&gt; &lt;/P&gt;&lt;P&gt; Output Message2:&lt;/P&gt;&lt;P&gt; &lt;/P&gt;&lt;P&gt; &amp;lt;BAPI_SEND_DATA&amp;gt;&lt;/P&gt;&lt;P&gt;    &amp;lt;item&amp;gt;&lt;/P&gt;&lt;P&gt;    	&amp;lt;Key&amp;gt;XYZ-676767&amp;lt;/Key&amp;gt;&lt;/P&gt;&lt;P&gt;         &amp;lt;value&amp;gt;test1&amp;lt;/value&amp;gt;&lt;/P&gt;&lt;P&gt;    &amp;lt;/item&amp;gt; &lt;/P&gt;&lt;P&gt;    &amp;lt;item&amp;gt;&lt;/P&gt;&lt;P&gt;          &amp;lt;Key&amp;gt;XYZ-565655&amp;lt;/Key&amp;gt;&lt;/P&gt;&lt;P&gt;          &amp;lt;value&amp;gt;test2&amp;lt;/value&amp;gt;&lt;/P&gt;&lt;P&gt;   &amp;lt;/item&amp;gt;&lt;/P&gt;&lt;P&gt; &amp;lt;/BAPI_SEND_DATA&amp;gt;&lt;/P&gt;&lt;P&gt; &lt;/P&gt;&lt;P&gt; I have to send the same rfc request data to two sap systems..all the key with ABC starting Key should go to SAP system1&lt;/P&gt;&lt;P&gt; and all the key with XYZ key should go to SAP system 2.&lt;/P&gt;&lt;P&gt; &lt;/P&gt;&lt;P&gt; Should I split the message in mapping - if so how can i do it? What kind of BPM steps should I do?&lt;/P&gt;&lt;P&gt; &lt;/P&gt;&lt;P&gt; Can I do this in receiver determination itself using condition? THanks for suggestions and help..&lt;/P&gt;&lt;P&gt;Thilothama&lt;/P&gt;&lt;/BODY&gt;&lt;/HTML&gt;</description>
      <pubDate>Thu, 30 Nov 2006 03:43:51 GMT</pubDate>
      <guid>https://community.sap.com/t5/technology-q-a/multiple-receivers-for-same-rfc-msg-type/qaq-p/1773527</guid>
      <dc:creator>Former Member</dc:creator>
      <dc:date>2006-11-30T03:43:51Z</dc:date>
    </item>
    <item>
      <title>Re: Multiple receivers for same rfc msg type</title>
      <link>https://community.sap.com/t5/technology-q-a/multiple-receivers-for-same-rfc-msg-type/qaa-p/1773528#M778271</link>
      <description>&lt;HTML&gt;&lt;HEAD&gt;&lt;/HEAD&gt;&lt;BODY&gt;&lt;P&gt;Hi,&lt;/P&gt;&lt;P&gt;No need for a BPM.&lt;/P&gt;&lt;P&gt;You can do a multimapping without a BPM from Sp14 onwards.&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;Take a lookat this blog,&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt; /people/jin.shin/blog/2006/02/07/multi-mapping-without-bpm--yes-it146s-possible&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;Regards,&lt;/P&gt;&lt;P&gt;Bhavesh&lt;/P&gt;&lt;/BODY&gt;&lt;/HTML&gt;</description>
      <pubDate>Thu, 30 Nov 2006 03:50:44 GMT</pubDate>
      <guid>https://community.sap.com/t5/technology-q-a/multiple-receivers-for-same-rfc-msg-type/qaa-p/1773528#M778271</guid>
      <dc:creator>bhavesh_kantilal</dc:creator>
      <dc:date>2006-11-30T03:50:44Z</dc:date>
    </item>
    <item>
      <title>Re: Multiple receivers for same rfc msg type</title>
      <link>https://community.sap.com/t5/technology-q-a/multiple-receivers-for-same-rfc-msg-type/qaa-p/1773529#M778272</link>
      <description>&lt;HTML&gt;&lt;HEAD&gt;&lt;/HEAD&gt;&lt;BODY&gt;&lt;P&gt;Hi,&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;&amp;gt;&amp;lt;i&amp;gt;Can I do this in receiver determination itself using condition? THanks for suggestions and help..&amp;lt;/i&amp;gt;&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;This cannot be done on the reciever determination as you need to filter records on the basis of the key values and then combine all key values into a single RFC message ( one each for every key value) .&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;You would need to use a Split / Multi Mapping and so, follow the blog in my previous reply and it can be achieved.&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;Regards,&lt;/P&gt;&lt;P&gt;Bhavesh&lt;/P&gt;&lt;/BODY&gt;&lt;/HTML&gt;</description>
      <pubDate>Thu, 30 Nov 2006 03:53:30 GMT</pubDate>
      <guid>https://community.sap.com/t5/technology-q-a/multiple-receivers-for-same-rfc-msg-type/qaa-p/1773529#M778272</guid>
      <dc:creator>bhavesh_kantilal</dc:creator>
      <dc:date>2006-11-30T03:53:30Z</dc:date>
    </item>
    <item>
      <title>Re: Multiple receivers for same rfc msg type</title>
      <link>https://community.sap.com/t5/technology-q-a/multiple-receivers-for-same-rfc-msg-type/qaa-p/1773530#M778273</link>
      <description>&lt;HTML&gt;&lt;HEAD&gt;&lt;/HEAD&gt;&lt;BODY&gt;&lt;P&gt;Hi,&lt;/P&gt;&lt;P&gt;You can do this in Message Mapping itself. You can use use "startsWith" function of Text category to check and use that to Map accordingly.&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;If your scenario is a synchronous scenario then u need to go for BPM.&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;Regards,&lt;/P&gt;&lt;P&gt;P.Venkat&lt;/P&gt;&lt;/BODY&gt;&lt;/HTML&gt;</description>
      <pubDate>Thu, 30 Nov 2006 03:54:18 GMT</pubDate>
      <guid>https://community.sap.com/t5/technology-q-a/multiple-receivers-for-same-rfc-msg-type/qaa-p/1773530#M778273</guid>
      <dc:creator>Former Member</dc:creator>
      <dc:date>2006-11-30T03:54:18Z</dc:date>
    </item>
    <item>
      <title>Re: Multiple receivers for same rfc msg type</title>
      <link>https://community.sap.com/t5/technology-q-a/multiple-receivers-for-same-rfc-msg-type/qaa-p/1773531#M778274</link>
      <description>&lt;HTML&gt;&lt;HEAD&gt;&lt;/HEAD&gt;&lt;BODY&gt;&lt;P&gt;Its a sync scenario and I alreaddy have a big BPM in place. So I do a split/Message mapping and do a send step in BPM. But I shld send the same rfc to two diff SAP system...which based on condition in RFC - should send to multiple receivers right?&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;Thanks for all your help...&lt;/P&gt;&lt;P&gt;Thilothama&lt;/P&gt;&lt;/BODY&gt;&lt;/HTML&gt;</description>
      <pubDate>Thu, 30 Nov 2006 15:22:34 GMT</pubDate>
      <guid>https://community.sap.com/t5/technology-q-a/multiple-receivers-for-same-rfc-msg-type/qaa-p/1773531#M778274</guid>
      <dc:creator>Former Member</dc:creator>
      <dc:date>2006-11-30T15:22:34Z</dc:date>
    </item>
    <item>
      <title>Re: Multiple receivers for same rfc msg type</title>
      <link>https://community.sap.com/t5/technology-q-a/multiple-receivers-for-same-rfc-msg-type/qaa-p/1773532#M778275</link>
      <description>&lt;HTML&gt;&lt;HEAD&gt;&lt;/HEAD&gt;&lt;BODY&gt;&lt;P&gt;Hi&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;you can do this in the condtion editor of the Receiver determination&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;Regards&lt;/P&gt;&lt;P&gt;Vijaya&lt;/P&gt;&lt;/BODY&gt;&lt;/HTML&gt;</description>
      <pubDate>Thu, 30 Nov 2006 15:31:51 GMT</pubDate>
      <guid>https://community.sap.com/t5/technology-q-a/multiple-receivers-for-same-rfc-msg-type/qaa-p/1773532#M778275</guid>
      <dc:creator>Former Member</dc:creator>
      <dc:date>2006-11-30T15:31:51Z</dc:date>
    </item>
    <item>
      <title>Re: Multiple receivers for same rfc msg type</title>
      <link>https://community.sap.com/t5/technology-q-a/multiple-receivers-for-same-rfc-msg-type/qaa-p/1773533#M778276</link>
      <description>&lt;HTML&gt;&lt;HEAD&gt;&lt;/HEAD&gt;&lt;BODY&gt;&lt;P&gt;The weblog mentioned above splits the message into two different target messages. Can anyone point me to an example where the target message occurance is unbounded and based on the key values in input - group them and for every unique key, a target msg is created? Thank you...&lt;/P&gt;&lt;/BODY&gt;&lt;/HTML&gt;</description>
      <pubDate>Thu, 30 Nov 2006 23:10:52 GMT</pubDate>
      <guid>https://community.sap.com/t5/technology-q-a/multiple-receivers-for-same-rfc-msg-type/qaa-p/1773533#M778276</guid>
      <dc:creator>Former Member</dc:creator>
      <dc:date>2006-11-30T23:10:52Z</dc:date>
    </item>
    <item>
      <title>Re: Multiple receivers for same rfc msg type</title>
      <link>https://community.sap.com/t5/technology-q-a/multiple-receivers-for-same-rfc-msg-type/qaa-p/1773534#M778277</link>
      <description>&lt;HTML&gt;&lt;HEAD&gt;&lt;/HEAD&gt;&lt;BODY&gt;&lt;P&gt;Hi,&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;This you can do based on the Mapping.. ie. You need to search for all the key in the input xml and then generate corresponding structure for each key value.&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;For this it is prefer to use Java Mapping, where you can look for the key and group them together and post one RFC per Key...&lt;/P&gt;&lt;P&gt;anyway you have BPM inplace and you can execute this transformation step over there.&lt;/P&gt;&lt;P&gt;In this case, for each key it will create one RFC. ie even you can have ForEach Loop to call the RFC in the BPM&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;Hope this helps,&lt;/P&gt;&lt;P&gt;regards,&lt;/P&gt;&lt;P&gt;moorthy&lt;/P&gt;&lt;/BODY&gt;&lt;/HTML&gt;</description>
      <pubDate>Thu, 30 Nov 2006 23:20:45 GMT</pubDate>
      <guid>https://community.sap.com/t5/technology-q-a/multiple-receivers-for-same-rfc-msg-type/qaa-p/1773534#M778277</guid>
      <dc:creator>moorthy</dc:creator>
      <dc:date>2006-11-30T23:20:45Z</dc:date>
    </item>
    <item>
      <title>Re: Multiple receivers for same rfc msg type</title>
      <link>https://community.sap.com/t5/technology-q-a/multiple-receivers-for-same-rfc-msg-type/qaa-p/1773535#M778278</link>
      <description>&lt;HTML&gt;&lt;HEAD&gt;&lt;/HEAD&gt;&lt;BODY&gt;&lt;P&gt;Krishna Moorthy,&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;I came to a point where I decided that Java mapping would be the best for this. But do you have some sample starts for this??? I would appreciate if you can show me some light...&lt;/P&gt;&lt;P&gt;Would something like this help??&lt;/P&gt;&lt;P&gt;public void getPhonesById(String[] a, String[] b, String[] c, ResultList result, Container container){&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;Map map = (Map) container.getParameter("phones");&lt;/P&gt;&lt;P&gt;if (map == null){&lt;/P&gt;&lt;P&gt;  map = new HashMap();&lt;/P&gt;&lt;P&gt;  for (int i = 0; i&amp;lt;b.length; i++){ // if the payload is valid to xsd, b and c have equal length&lt;/P&gt;&lt;P&gt;    List list = (List) map.get(b&amp;lt;i&amp;gt;);&lt;/P&gt;&lt;P&gt;    if (list == null){&lt;/P&gt;&lt;P&gt;      list = new ArrayList();&lt;/P&gt;&lt;P&gt;      map.put(b&amp;lt;i&amp;gt;, list);&lt;/P&gt;&lt;P&gt;    }&lt;/P&gt;&lt;P&gt;    list.add(c&amp;lt;i&amp;gt;);&lt;/P&gt;&lt;P&gt;  }&lt;/P&gt;&lt;P&gt;  container.setParameter("phones", map);&lt;/P&gt;&lt;P&gt;}&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;List list = (List)map.get(a[0]);&lt;/P&gt;&lt;P&gt;for (int i = 0; i&amp;lt; list.size(); i++) result.addValue((String) list.get(i));&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;}&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;Thanks and appreciate your help&lt;/P&gt;&lt;P&gt;Thilothama&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;Message was edited by: &lt;/P&gt;&lt;P&gt;        Thilothama v&lt;/P&gt;&lt;/BODY&gt;&lt;/HTML&gt;</description>
      <pubDate>Thu, 30 Nov 2006 23:35:24 GMT</pubDate>
      <guid>https://community.sap.com/t5/technology-q-a/multiple-receivers-for-same-rfc-msg-type/qaa-p/1773535#M778278</guid>
      <dc:creator>Former Member</dc:creator>
      <dc:date>2006-11-30T23:35:24Z</dc:date>
    </item>
    <item>
      <title>Re: Multiple receivers for same rfc msg type</title>
      <link>https://community.sap.com/t5/technology-q-a/multiple-receivers-for-same-rfc-msg-type/qaa-p/1773536#M778279</link>
      <description>&lt;HTML&gt;&lt;HEAD&gt;&lt;/HEAD&gt;&lt;BODY&gt;&lt;P&gt;&amp;gt; The weblog mentioned above splits the message into&lt;/P&gt;&lt;P&gt;&amp;gt; two different target messages. Can anyone point me to&lt;/P&gt;&lt;P&gt;&amp;gt; an example where the target message occurance is&lt;/P&gt;&lt;P&gt;&amp;gt; unbounded and based on the key values in input -&lt;/P&gt;&lt;P&gt;&amp;gt; group them and for every unique key, a target msg is&lt;/P&gt;&lt;P&gt;&amp;gt; created? Thank you...&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;Hi,&lt;/P&gt;&lt;P&gt;You can use multimapping without BPM for a single message as well. Your requirement is that you need to group your KEY into a single rfc request message.&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;Well, change the occurence of the target message to N in the message and interface mapping and do the mapping logic to create N numbr of RFC request messages to be sent via the RFC adapter and it will work fine.&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;Multi Mapping does not refer to only having multiple messages of different type it can also be multiple messages of the same type.&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;Regards,&lt;/P&gt;&lt;P&gt;Bhavesh&lt;/P&gt;&lt;/BODY&gt;&lt;/HTML&gt;</description>
      <pubDate>Fri, 01 Dec 2006 03:11:42 GMT</pubDate>
      <guid>https://community.sap.com/t5/technology-q-a/multiple-receivers-for-same-rfc-msg-type/qaa-p/1773536#M778279</guid>
      <dc:creator>bhavesh_kantilal</dc:creator>
      <dc:date>2006-12-01T03:11:42Z</dc:date>
    </item>
    <item>
      <title>Re: Multiple receivers for same rfc msg type</title>
      <link>https://community.sap.com/t5/technology-q-a/multiple-receivers-for-same-rfc-msg-type/qaa-p/1773537#M778280</link>
      <description>&lt;HTML&gt;&lt;HEAD&gt;&lt;/HEAD&gt;&lt;BODY&gt;&lt;P&gt;&amp;gt;&amp;gt;&amp;gt;Your requirement is that you need to group your KEY into a single rfc request message&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;This is where I am stuck...How do I group them??? Java UDF will work??&lt;/P&gt;&lt;P&gt;I have the unbounded option for RFC in Mess Mapping. Do you have any example of grouping by key??&lt;/P&gt;&lt;/BODY&gt;&lt;/HTML&gt;</description>
      <pubDate>Fri, 01 Dec 2006 03:19:01 GMT</pubDate>
      <guid>https://community.sap.com/t5/technology-q-a/multiple-receivers-for-same-rfc-msg-type/qaa-p/1773537#M778280</guid>
      <dc:creator>Former Member</dc:creator>
      <dc:date>2006-12-01T03:19:01Z</dc:date>
    </item>
    <item>
      <title>Re: Multiple receivers for same rfc msg type</title>
      <link>https://community.sap.com/t5/technology-q-a/multiple-receivers-for-same-rfc-msg-type/qaa-p/1773538#M778281</link>
      <description>&lt;HTML&gt;&lt;HEAD&gt;&lt;/HEAD&gt;&lt;BODY&gt;&lt;P&gt;Hi,&lt;/P&gt;&lt;P&gt;Not sure if there is an example as such for the same.&lt;/P&gt;&lt;P&gt;Will try this and see if i can figure it out.&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;Like pointed by moorthy, this would be simple using a Java Mapping. &lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;Regards,&lt;/P&gt;&lt;P&gt;Bhavesh&lt;/P&gt;&lt;/BODY&gt;&lt;/HTML&gt;</description>
      <pubDate>Fri, 01 Dec 2006 03:27:56 GMT</pubDate>
      <guid>https://community.sap.com/t5/technology-q-a/multiple-receivers-for-same-rfc-msg-type/qaa-p/1773538#M778281</guid>
      <dc:creator>bhavesh_kantilal</dc:creator>
      <dc:date>2006-12-01T03:27:56Z</dc:date>
    </item>
    <item>
      <title>Re: Multiple receivers for same rfc msg type</title>
      <link>https://community.sap.com/t5/technology-q-a/multiple-receivers-for-same-rfc-msg-type/qaa-p/1773539#M778282</link>
      <description>&lt;HTML&gt;&lt;HEAD&gt;&lt;/HEAD&gt;&lt;BODY&gt;&lt;P&gt;Is this possible with Java UDF or only with Java class - java mapping?&lt;/P&gt;&lt;/BODY&gt;&lt;/HTML&gt;</description>
      <pubDate>Mon, 04 Dec 2006 20:30:44 GMT</pubDate>
      <guid>https://community.sap.com/t5/technology-q-a/multiple-receivers-for-same-rfc-msg-type/qaa-p/1773539#M778282</guid>
      <dc:creator>Former Member</dc:creator>
      <dc:date>2006-12-04T20:30:44Z</dc:date>
    </item>
    <item>
      <title>Re: Multiple receivers for same rfc msg type</title>
      <link>https://community.sap.com/t5/technology-q-a/multiple-receivers-for-same-rfc-msg-type/qaa-p/1773540#M778283</link>
      <description>&lt;HTML&gt;&lt;HEAD&gt;&lt;/HEAD&gt;&lt;BODY&gt;&lt;P&gt;Have two message/interface mappings one mapping that maps th source to bapi11 and target to bapi2.&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;Create 2 interface determinations with 2 recievers.&lt;/P&gt;&lt;/BODY&gt;&lt;/HTML&gt;</description>
      <pubDate>Mon, 04 Dec 2006 21:14:05 GMT</pubDate>
      <guid>https://community.sap.com/t5/technology-q-a/multiple-receivers-for-same-rfc-msg-type/qaa-p/1773540#M778283</guid>
      <dc:creator>STALANKI</dc:creator>
      <dc:date>2006-12-04T21:14:05Z</dc:date>
    </item>
    <item>
      <title>Re: Multiple receivers for same rfc msg type</title>
      <link>https://community.sap.com/t5/technology-q-a/multiple-receivers-for-same-rfc-msg-type/qaa-p/1773541#M778284</link>
      <description>&lt;HTML&gt;&lt;HEAD&gt;&lt;/HEAD&gt;&lt;BODY&gt;&lt;P&gt;Hi, This can be achived by having the same SOAP message to RFC1 and SOAP- RFC2 so you will be having 2 message mapping and 2 interface mapping. &lt;/P&gt;&lt;P&gt;in the receiver determiantion if you have any condition specify that else just give the 2 different SAP system and in the  interface determination specify the 2 RFC 's as 2 different interface. &lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;I had the same scenarion and it worked perfectly.&lt;/P&gt;&lt;P&gt;If you need any more help send me your email i can send you the doc.&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;regards,&lt;/P&gt;&lt;P&gt;Shree&lt;/P&gt;&lt;/BODY&gt;&lt;/HTML&gt;</description>
      <pubDate>Mon, 04 Dec 2006 21:39:17 GMT</pubDate>
      <guid>https://community.sap.com/t5/technology-q-a/multiple-receivers-for-same-rfc-msg-type/qaa-p/1773541#M778284</guid>
      <dc:creator>Former Member</dc:creator>
      <dc:date>2006-12-04T21:39:17Z</dc:date>
    </item>
    <item>
      <title>Re: Multiple receivers for same rfc msg type</title>
      <link>https://community.sap.com/t5/technology-q-a/multiple-receivers-for-same-rfc-msg-type/qaa-p/1773542#M778285</link>
      <description>&lt;HTML&gt;&lt;HEAD&gt;&lt;/HEAD&gt;&lt;BODY&gt;&lt;P&gt;Is it ok to split a single mapping to 2 different ones instead of doing it in a single step?&lt;/P&gt;&lt;/BODY&gt;&lt;/HTML&gt;</description>
      <pubDate>Mon, 04 Dec 2006 21:39:46 GMT</pubDate>
      <guid>https://community.sap.com/t5/technology-q-a/multiple-receivers-for-same-rfc-msg-type/qaa-p/1773542#M778285</guid>
      <dc:creator>Former Member</dc:creator>
      <dc:date>2006-12-04T21:39:46Z</dc:date>
    </item>
    <item>
      <title>Re: Multiple receivers for same rfc msg type</title>
      <link>https://community.sap.com/t5/technology-q-a/multiple-receivers-for-same-rfc-msg-type/qaa-p/1773543#M778286</link>
      <description>&lt;HTML&gt;&lt;HEAD&gt;&lt;/HEAD&gt;&lt;BODY&gt;&lt;P&gt;Hi,&lt;/P&gt;&lt;P&gt;You can do the mapping as &lt;/P&gt;&lt;P&gt;SOAP - RFC1 &lt;/P&gt;&lt;P&gt;SOAP - RFC2 &lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;it will be 2 different mappiing .&lt;/P&gt;&lt;/BODY&gt;&lt;/HTML&gt;</description>
      <pubDate>Mon, 04 Dec 2006 21:44:00 GMT</pubDate>
      <guid>https://community.sap.com/t5/technology-q-a/multiple-receivers-for-same-rfc-msg-type/qaa-p/1773543#M778286</guid>
      <dc:creator>Former Member</dc:creator>
      <dc:date>2006-12-04T21:44:00Z</dc:date>
    </item>
  </channel>
</rss>

