<?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>topic Re: Input XML having multiple values in the same tag in Application Development and Automation Discussions</title>
    <link>https://community.sap.com/t5/application-development-and-automation-discussions/input-xml-having-multiple-values-in-the-same-tag/m-p/2244616#M484381</link>
    <description>&lt;HTML&gt;&lt;HEAD&gt;&lt;/HEAD&gt;&lt;BODY&gt;&lt;P&gt;Did it using a a custom UDF&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;Regards,&lt;/P&gt;&lt;P&gt;Karen&lt;/P&gt;&lt;/BODY&gt;&lt;/HTML&gt;</description>
    <pubDate>Fri, 27 Jun 2008 09:23:04 GMT</pubDate>
    <dc:creator>Former Member</dc:creator>
    <dc:date>2008-06-27T09:23:04Z</dc:date>
    <item>
      <title>Input XML having multiple values in the same tag</title>
      <link>https://community.sap.com/t5/application-development-and-automation-discussions/input-xml-having-multiple-values-in-the-same-tag/m-p/2244611#M484376</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;In my scenario, my input XML is in the following format... &lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;&amp;lt;Product&amp;gt;&lt;/P&gt;&lt;P&gt;&amp;lt;Site_ID&amp;gt;A1, A2, A3&amp;lt;/Site_ID&amp;gt;&lt;/P&gt;&lt;P&gt;&amp;lt;SIte_Name&amp;gt;ABC, XYZ, PQR&amp;lt;/Site_Name&amp;gt;&lt;/P&gt;&lt;P&gt;&amp;lt;/Product&amp;gt;&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;A1 corresponds to ABC&lt;/P&gt;&lt;P&gt;A2 corresponds to XYZ and so on...&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;Is there some way to retrieve values from such a source file and then map it to the target&lt;/P&gt;&lt;P&gt;i.e A1 ABC has to go as one record&lt;/P&gt;&lt;P&gt;A2 XYZ has to go as a second record and so on..&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;Thanks in advance,&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;Regards,&lt;/P&gt;&lt;P&gt;Karen&lt;/P&gt;&lt;/BODY&gt;&lt;/HTML&gt;</description>
      <pubDate>Tue, 22 May 2007 09:38:49 GMT</pubDate>
      <guid>https://community.sap.com/t5/application-development-and-automation-discussions/input-xml-having-multiple-values-in-the-same-tag/m-p/2244611#M484376</guid>
      <dc:creator>Former Member</dc:creator>
      <dc:date>2007-05-22T09:38:49Z</dc:date>
    </item>
    <item>
      <title>Re: Input XML having multiple values in the same tag</title>
      <link>https://community.sap.com/t5/application-development-and-automation-discussions/input-xml-having-multiple-values-in-the-same-tag/m-p/2244612#M484377</link>
      <description>&lt;HTML&gt;&lt;HEAD&gt;&lt;/HEAD&gt;&lt;BODY&gt;&lt;P&gt;using xslt you can retrive Site_ID values and Site_name and then you have to use your own abap logic to split the values.&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;for example&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;site_name = 'A1, A2, A3, A4' .&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;then you can use split site_name at ',' into table &amp;lt;itab&amp;gt;&lt;/P&gt;&lt;/BODY&gt;&lt;/HTML&gt;</description>
      <pubDate>Tue, 22 May 2007 09:49:51 GMT</pubDate>
      <guid>https://community.sap.com/t5/application-development-and-automation-discussions/input-xml-having-multiple-values-in-the-same-tag/m-p/2244612#M484377</guid>
      <dc:creator>athavanraja</dc:creator>
      <dc:date>2007-05-22T09:49:51Z</dc:date>
    </item>
    <item>
      <title>Re: Input XML having multiple values in the same tag</title>
      <link>https://community.sap.com/t5/application-development-and-automation-discussions/input-xml-having-multiple-values-in-the-same-tag/m-p/2244613#M484378</link>
      <description>&lt;HTML&gt;&lt;HEAD&gt;&lt;/HEAD&gt;&lt;BODY&gt;&lt;P&gt;Hi Durairaj,&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;Can i do this in the message mapping tool?? &lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;Regards,&lt;/P&gt;&lt;P&gt;Karen Pereira&lt;/P&gt;&lt;/BODY&gt;&lt;/HTML&gt;</description>
      <pubDate>Tue, 22 May 2007 10:25:08 GMT</pubDate>
      <guid>https://community.sap.com/t5/application-development-and-automation-discussions/input-xml-having-multiple-values-in-the-same-tag/m-p/2244613#M484378</guid>
      <dc:creator>Former Member</dc:creator>
      <dc:date>2007-05-22T10:25:08Z</dc:date>
    </item>
    <item>
      <title>Re: Input XML having multiple values in the same tag</title>
      <link>https://community.sap.com/t5/application-development-and-automation-discussions/input-xml-having-multiple-values-in-the-same-tag/m-p/2244614#M484379</link>
      <description>&lt;HTML&gt;&lt;HEAD&gt;&lt;/HEAD&gt;&lt;BODY&gt;&lt;P&gt;&amp;lt;i&amp;gt;Can i do this in the message mapping tool??&amp;lt;/i&amp;gt; &lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;i guess you mean XI.&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;yes, but you may have to write a custom function do this kind of mapping&lt;/P&gt;&lt;/BODY&gt;&lt;/HTML&gt;</description>
      <pubDate>Tue, 22 May 2007 10:30:22 GMT</pubDate>
      <guid>https://community.sap.com/t5/application-development-and-automation-discussions/input-xml-having-multiple-values-in-the-same-tag/m-p/2244614#M484379</guid>
      <dc:creator>athavanraja</dc:creator>
      <dc:date>2007-05-22T10:30:22Z</dc:date>
    </item>
    <item>
      <title>Re: Input XML having multiple values in the same tag</title>
      <link>https://community.sap.com/t5/application-development-and-automation-discussions/input-xml-having-multiple-values-in-the-same-tag/m-p/2244615#M484380</link>
      <description>&lt;HTML&gt;&lt;HEAD&gt;&lt;/HEAD&gt;&lt;BODY&gt;&lt;P&gt;yes.. i have to do this in XI... &lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;Thanks,&lt;/P&gt;&lt;P&gt;Karen&lt;/P&gt;&lt;/BODY&gt;&lt;/HTML&gt;</description>
      <pubDate>Tue, 22 May 2007 10:46:32 GMT</pubDate>
      <guid>https://community.sap.com/t5/application-development-and-automation-discussions/input-xml-having-multiple-values-in-the-same-tag/m-p/2244615#M484380</guid>
      <dc:creator>Former Member</dc:creator>
      <dc:date>2007-05-22T10:46:32Z</dc:date>
    </item>
    <item>
      <title>Re: Input XML having multiple values in the same tag</title>
      <link>https://community.sap.com/t5/application-development-and-automation-discussions/input-xml-having-multiple-values-in-the-same-tag/m-p/2244616#M484381</link>
      <description>&lt;HTML&gt;&lt;HEAD&gt;&lt;/HEAD&gt;&lt;BODY&gt;&lt;P&gt;Did it using a a custom UDF&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;Regards,&lt;/P&gt;&lt;P&gt;Karen&lt;/P&gt;&lt;/BODY&gt;&lt;/HTML&gt;</description>
      <pubDate>Fri, 27 Jun 2008 09:23:04 GMT</pubDate>
      <guid>https://community.sap.com/t5/application-development-and-automation-discussions/input-xml-having-multiple-values-in-the-same-tag/m-p/2244616#M484381</guid>
      <dc:creator>Former Member</dc:creator>
      <dc:date>2008-06-27T09:23:04Z</dc:date>
    </item>
  </channel>
</rss>

