<?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: What is q- mapping in Technology Q&amp;A</title>
    <link>https://community.sap.com/t5/technology-q-a/what-is-q-mapping/qaa-p/1780811#M781332</link>
    <description>&lt;HTML&gt;&lt;HEAD&gt;&lt;/HEAD&gt;&lt;BODY&gt;&lt;P&gt;HI,&lt;/P&gt;&lt;P&gt;please look at following weblog.&lt;/P&gt;&lt;P&gt;/people/venkat.donela/blog/2005/06/09/introduction-to-queues-in-message-mapping&lt;/P&gt;&lt;P&gt;/people/riyaz.sayyad/blog/2006/04/23/introduction-to-context-handling-in-message-mapping&lt;/P&gt;&lt;P&gt;/people/sundararamaprasad.subbaraman/blog/2006/02/21/real-example-for-formatbyexample&lt;/P&gt;&lt;P&gt;/people/sravya.talanki2/blog/2005/12/08/message-mapping-simplified-150-part-ii&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;Thanks,&lt;/P&gt;&lt;P&gt;Tuhin&lt;/P&gt;&lt;/BODY&gt;&lt;/HTML&gt;</description>
    <pubDate>Wed, 13 Dec 2006 09:08:37 GMT</pubDate>
    <dc:creator>Former Member</dc:creator>
    <dc:date>2006-12-13T09:08:37Z</dc:date>
    <item>
      <title>What is q- mapping</title>
      <link>https://community.sap.com/t5/technology-q-a/what-is-q-mapping/qaq-p/1780808</link>
      <description>&lt;HTML&gt;&lt;HEAD&gt;&lt;/HEAD&gt;&lt;BODY&gt;&lt;P&gt;how can we have a control of multiple occurences of a segment and populate multiple fileds in the target field based on the values of source segment?&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;I heard some concept like que-mapping... is this the right way? &lt;/P&gt;&lt;P&gt;can some one give me complete details on how 2 work on this maping?&lt;/P&gt;&lt;P&gt;how z it different 4m the other mapping? &lt;/P&gt;&lt;P&gt;how can we link this 2 our regular mapping&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;can i ve all my questions answered pl&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;regds&lt;/P&gt;&lt;P&gt;kiran&lt;/P&gt;&lt;/BODY&gt;&lt;/HTML&gt;</description>
      <pubDate>Wed, 13 Dec 2006 09:01:40 GMT</pubDate>
      <guid>https://community.sap.com/t5/technology-q-a/what-is-q-mapping/qaq-p/1780808</guid>
      <dc:creator>Former Member</dc:creator>
      <dc:date>2006-12-13T09:01:40Z</dc:date>
    </item>
    <item>
      <title>Re: What is q- mapping</title>
      <link>https://community.sap.com/t5/technology-q-a/what-is-q-mapping/qaa-p/1780809#M781330</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;Queue mapping is nothing but mapping using an advanced user defined function.&lt;/P&gt;&lt;P&gt;In this the input values are obtained using String Arrays and you need to set the output values in ResultList object.&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;Go thro this link for further details:&lt;/P&gt;&lt;P&gt;&lt;A href="http://help.sap.com/saphelp_nw04/helpdata/en/40/7b8e40496f6f1de10000000a1550b0/content.htm" target="test_blank"&gt;http://help.sap.com/saphelp_nw04/helpdata/en/40/7b8e40496f6f1de10000000a1550b0/content.htm&lt;/A&gt;&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;P&gt;&lt;/P&gt;&lt;P&gt;Message was edited by: &lt;/P&gt;&lt;P&gt;        Venkataramanan Parameswaran&lt;/P&gt;&lt;/BODY&gt;&lt;/HTML&gt;</description>
      <pubDate>Wed, 13 Dec 2006 09:06:19 GMT</pubDate>
      <guid>https://community.sap.com/t5/technology-q-a/what-is-q-mapping/qaa-p/1780809#M781330</guid>
      <dc:creator>Former Member</dc:creator>
      <dc:date>2006-12-13T09:06:19Z</dc:date>
    </item>
    <item>
      <title>Re: What is q- mapping</title>
      <link>https://community.sap.com/t5/technology-q-a/what-is-q-mapping/qaa-p/1780810#M781331</link>
      <description>&lt;HTML&gt;&lt;HEAD&gt;&lt;/HEAD&gt;&lt;BODY&gt;&lt;P&gt;Kiran,&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;Basically You are looking for que function -- &lt;/P&gt;&lt;P&gt;If you try to create a user defined function there are options -- Value, Context and Que...&lt;/P&gt;&lt;P&gt;Que function will accept que (or arrays) in input and will give que (array) as output...&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;Depending upon the context of the input the whole array will be passed to the function..&lt;/P&gt;&lt;P&gt;eg&lt;/P&gt;&lt;P&gt;[A]&lt;/P&gt;&lt;P&gt;   &amp;lt;&amp;lt;b&amp;gt;&amp;gt;12&amp;lt;&amp;lt;/b&amp;gt;&amp;gt;&lt;/P&gt;&lt;P&gt;   &amp;lt;&amp;lt;b&amp;gt;&amp;gt;13&amp;lt;&amp;lt;/b&amp;gt;&amp;gt;&lt;/P&gt;&lt;P&gt;[/A]&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;if the context is set to A for B .. that is u are passing B as input the input array will be &lt;/P&gt;&lt;P&gt;12&lt;/P&gt;&lt;P&gt;13&lt;/P&gt;&lt;P&gt;and not single value of B....&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;Himadri&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;Message was edited by: &lt;/P&gt;&lt;P&gt;        Himadri Chakraborty&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;Message was edited by: &lt;/P&gt;&lt;P&gt;        Himadri Chakraborty&lt;/P&gt;&lt;/BODY&gt;&lt;/HTML&gt;</description>
      <pubDate>Wed, 13 Dec 2006 09:07:36 GMT</pubDate>
      <guid>https://community.sap.com/t5/technology-q-a/what-is-q-mapping/qaa-p/1780810#M781331</guid>
      <dc:creator>Former Member</dc:creator>
      <dc:date>2006-12-13T09:07:36Z</dc:date>
    </item>
    <item>
      <title>Re: What is q- mapping</title>
      <link>https://community.sap.com/t5/technology-q-a/what-is-q-mapping/qaa-p/1780811#M781332</link>
      <description>&lt;HTML&gt;&lt;HEAD&gt;&lt;/HEAD&gt;&lt;BODY&gt;&lt;P&gt;HI,&lt;/P&gt;&lt;P&gt;please look at following weblog.&lt;/P&gt;&lt;P&gt;/people/venkat.donela/blog/2005/06/09/introduction-to-queues-in-message-mapping&lt;/P&gt;&lt;P&gt;/people/riyaz.sayyad/blog/2006/04/23/introduction-to-context-handling-in-message-mapping&lt;/P&gt;&lt;P&gt;/people/sundararamaprasad.subbaraman/blog/2006/02/21/real-example-for-formatbyexample&lt;/P&gt;&lt;P&gt;/people/sravya.talanki2/blog/2005/12/08/message-mapping-simplified-150-part-ii&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;Thanks,&lt;/P&gt;&lt;P&gt;Tuhin&lt;/P&gt;&lt;/BODY&gt;&lt;/HTML&gt;</description>
      <pubDate>Wed, 13 Dec 2006 09:08:37 GMT</pubDate>
      <guid>https://community.sap.com/t5/technology-q-a/what-is-q-mapping/qaa-p/1780811#M781332</guid>
      <dc:creator>Former Member</dc:creator>
      <dc:date>2006-12-13T09:08:37Z</dc:date>
    </item>
    <item>
      <title>Re: What is q- mapping</title>
      <link>https://community.sap.com/t5/technology-q-a/what-is-q-mapping/qaa-p/1780812#M781333</link>
      <description>&lt;HTML&gt;&lt;HEAD&gt;&lt;/HEAD&gt;&lt;BODY&gt;&lt;P&gt;I guess you are talking about advanced UDFs which takes queus for processing.&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;Yes you can have a better control over all the elements with in a node this way.&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;Ref: &lt;A href="http://help.sap.com/saphelp_nw2004s/helpdata/en/4b/a20c4cfea96b498b1e1af3f32f0670/frameset.htm" target="test_blank"&gt;http://help.sap.com/saphelp_nw2004s/helpdata/en/4b/a20c4cfea96b498b1e1af3f32f0670/frameset.htm&lt;/A&gt;&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;for more...&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;Regards,&lt;/P&gt;&lt;P&gt;Jai Shankar&lt;/P&gt;&lt;/BODY&gt;&lt;/HTML&gt;</description>
      <pubDate>Wed, 13 Dec 2006 09:09:35 GMT</pubDate>
      <guid>https://community.sap.com/t5/technology-q-a/what-is-q-mapping/qaa-p/1780812#M781333</guid>
      <dc:creator>Former Member</dc:creator>
      <dc:date>2006-12-13T09:09:35Z</dc:date>
    </item>
  </channel>
</rss>

