<?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 target fields mapping at once | Standard iFl... in Technology Q&amp;A</title>
    <link>https://community.sap.com/t5/technology-q-a/multiple-target-fields-mapping-at-once-standard-iflow-postexit/qaa-p/13629943#M4820945</link>
    <description>That is what I am struggling with actually</description>
    <pubDate>Wed, 06 Mar 2024 13:35:19 GMT</pubDate>
    <dc:creator>Jwan_24</dc:creator>
    <dc:date>2024-03-06T13:35:19Z</dc:date>
    <item>
      <title>Multiple target fields mapping at once | Standard iFlow PostExit</title>
      <link>https://community.sap.com/t5/technology-q-a/multiple-target-fields-mapping-at-once-standard-iflow-postexit/qaq-p/13629779</link>
      <description>&lt;P&gt;Dear Integration / CPI fellows,&lt;/P&gt;&lt;P&gt;I am developing a PostExit for the standard C4C Mapping. In the standard mapping there are many of them where multiple (more than one target fields) are getting mapped. See screenshot. How is this possible?&lt;/P&gt;&lt;P&gt;&amp;nbsp;&lt;/P&gt;&lt;P&gt;&lt;span class="lia-inline-image-display-wrapper lia-image-align-inline" image-alt="Jwan__0-1709722623587.png"&gt;&lt;img src="https://community.sap.com/t5/image/serverpage/image-id/76473i014944A15CE9E0B7/image-size/medium?v=v2&amp;amp;px=400" alt="Jwan__0-1709722623587.png" title="Jwan__0-1709722623587.png" /&gt;&lt;/span&gt;&lt;/P&gt;&lt;P&gt;&amp;nbsp;&lt;/P&gt;</description>
      <pubDate>Wed, 06 Mar 2024 10:58:40 GMT</pubDate>
      <guid>https://community.sap.com/t5/technology-q-a/multiple-target-fields-mapping-at-once-standard-iflow-postexit/qaq-p/13629779</guid>
      <dc:creator>Jwan_24</dc:creator>
      <dc:date>2024-03-06T10:58:40Z</dc:date>
    </item>
    <item>
      <title>Re: Multiple target fields mapping at once | Standard iFlow PostExit</title>
      <link>https://community.sap.com/t5/technology-q-a/multiple-target-fields-mapping-at-once-standard-iflow-postexit/qaa-p/13629913#M4820937</link>
      <description>This was also possible in PI/PO systems, but you would generally see it when a particular source or shared source fields could be used to map to multiple target fields, and especially so when the complexity of graphical mapping logic is high and could be used in more than one target mapping.</description>
      <pubDate>Wed, 06 Mar 2024 13:14:33 GMT</pubDate>
      <guid>https://community.sap.com/t5/technology-q-a/multiple-target-fields-mapping-at-once-standard-iflow-postexit/qaa-p/13629913#M4820937</guid>
      <dc:creator>Ryan-Crosby</dc:creator>
      <dc:date>2024-03-06T13:14:33Z</dc:date>
    </item>
    <item>
      <title>Re: Multiple target fields mapping at once | Standard iFl...</title>
      <link>https://community.sap.com/t5/technology-q-a/multiple-target-fields-mapping-at-once-standard-iflow-postexit/qaa-p/13629920#M4820939</link>
      <description>&lt;P&gt;How can it be achieved? Have you tried to do this in CPI?&amp;nbsp;&lt;/P&gt;</description>
      <pubDate>Wed, 06 Mar 2024 13:20:09 GMT</pubDate>
      <guid>https://community.sap.com/t5/technology-q-a/multiple-target-fields-mapping-at-once-standard-iflow-postexit/qaa-p/13629920#M4820939</guid>
      <dc:creator>Jwan_24</dc:creator>
      <dc:date>2024-03-06T13:20:09Z</dc:date>
    </item>
    <item>
      <title>Re: Multiple target fields mapping at once | Standard iFl...</title>
      <link>https://community.sap.com/t5/technology-q-a/multiple-target-fields-mapping-at-once-standard-iflow-postexit/qaa-p/13629934#M4820942</link>
      <description>I haven't tried it in CPI, but I don't see why it wouldn't be possible since it was always possible in the PI/PO platforms.</description>
      <pubDate>Wed, 06 Mar 2024 13:27:56 GMT</pubDate>
      <guid>https://community.sap.com/t5/technology-q-a/multiple-target-fields-mapping-at-once-standard-iflow-postexit/qaa-p/13629934#M4820942</guid>
      <dc:creator>Ryan-Crosby</dc:creator>
      <dc:date>2024-03-06T13:27:56Z</dc:date>
    </item>
    <item>
      <title>Re: Multiple target fields mapping at once | Standard iFl...</title>
      <link>https://community.sap.com/t5/technology-q-a/multiple-target-fields-mapping-at-once-standard-iflow-postexit/qaa-p/13629943#M4820945</link>
      <description>That is what I am struggling with actually</description>
      <pubDate>Wed, 06 Mar 2024 13:35:19 GMT</pubDate>
      <guid>https://community.sap.com/t5/technology-q-a/multiple-target-fields-mapping-at-once-standard-iflow-postexit/qaa-p/13629943#M4820945</guid>
      <dc:creator>Jwan_24</dc:creator>
      <dc:date>2024-03-06T13:35:19Z</dc:date>
    </item>
    <item>
      <title>Re: Multiple target fields mapping at once | Standard iFl...</title>
      <link>https://community.sap.com/t5/technology-q-a/multiple-target-fields-mapping-at-once-standard-iflow-postexit/qaa-p/13630886#M4821060</link>
      <description>&lt;P&gt;Hi Jwan,&lt;/P&gt;&lt;P&gt;&lt;SPAN&gt;Create the hashmaps and store the source fields and then create a graphical mapping, using a custom function i.e., get method you can map the the required fields from hashmap to their respective target fields.&lt;/SPAN&gt;&lt;/P&gt;&lt;P&gt;You can refer the below blog:&amp;nbsp;&lt;/P&gt;&lt;P&gt;&lt;A href="https://community.sap.com/t5/technology-blogs-by-sap/implementing-post-exit-of-installation-integration-flow-for-utilities/ba-p/13463407" target="_blank"&gt;https://community.sap.com/t5/technology-blogs-by-sap/implementing-post-exit-of-installation-integration-flow-for-utilities/ba-p/13463407&lt;/A&gt;&lt;/P&gt;&lt;P&gt;Hope this helps you..&lt;/P&gt;&lt;P&gt;Regards,&lt;/P&gt;&lt;P&gt;Carol Pereira&lt;/P&gt;</description>
      <pubDate>Thu, 07 Mar 2024 08:05:05 GMT</pubDate>
      <guid>https://community.sap.com/t5/technology-q-a/multiple-target-fields-mapping-at-once-standard-iflow-postexit/qaa-p/13630886#M4821060</guid>
      <dc:creator>carolpereira0378_2</dc:creator>
      <dc:date>2024-03-07T08:05:05Z</dc:date>
    </item>
    <item>
      <title>Re: Multiple target fields mapping at once | Standard iFl...</title>
      <link>https://community.sap.com/t5/technology-q-a/multiple-target-fields-mapping-at-once-standard-iflow-postexit/qaa-p/13630943#M4821074</link>
      <description>&lt;P&gt;Hey Carol,&lt;BR /&gt;&lt;BR /&gt;Thank you for your help here. The only thing I need is achieving to map multiple target fields at once as shown in the screenshot. Can this be done easily?&amp;nbsp;&lt;/P&gt;&lt;P&gt;&amp;nbsp;&lt;/P&gt;&lt;P&gt;BR&lt;BR /&gt;Jwan&lt;/P&gt;</description>
      <pubDate>Thu, 07 Mar 2024 09:00:18 GMT</pubDate>
      <guid>https://community.sap.com/t5/technology-q-a/multiple-target-fields-mapping-at-once-standard-iflow-postexit/qaa-p/13630943#M4821074</guid>
      <dc:creator>Jwan_24</dc:creator>
      <dc:date>2024-03-07T09:00:18Z</dc:date>
    </item>
  </channel>
</rss>

