<?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 regarding output format in Application Development and Automation Discussions</title>
    <link>https://community.sap.com/t5/application-development-and-automation-discussions/regarding-output-format/m-p/1575711#M259904</link>
    <description>&lt;HTML&gt;&lt;HEAD&gt;&lt;/HEAD&gt;&lt;BODY&gt;&lt;P&gt;hi frends,&lt;/P&gt;&lt;P&gt;    i have a report with this output format.&lt;/P&gt;&lt;P&gt;tonum   item itemDesc quantity site&lt;/P&gt;&lt;P&gt;12       1    hhuuh     5      h001&lt;/P&gt;&lt;P&gt;12       2     fdefe    6      h001&lt;/P&gt;&lt;P&gt;14       1     fsdfsd   8      d001&lt;/P&gt;&lt;P&gt;14       2     efer     4      d001&lt;/P&gt;&lt;P&gt;16       1      efe     6       w001&lt;/P&gt;&lt;P&gt;16       2      feff    2       w001.&lt;/P&gt;&lt;P&gt;but now i want to diaplay the output like this &lt;/P&gt;&lt;P&gt;item   itemDesc    site1   site2   site3  site4&lt;/P&gt;&lt;P&gt;1       dfdf        5(q)     6(q)   8(q)   5(q)&lt;/P&gt;&lt;P&gt;2        ggff       5(q)     5(q)   5(q)   5(q)&lt;/P&gt;&lt;P&gt;3         fdfd      5(q)     5(q)   5(q)   5(q)&lt;/P&gt;&lt;P&gt;4         fdfd               5(q)          5(q)&lt;/P&gt;&lt;P&gt;this is the final output format i need.ie i need to creat a column for site .for that all the sites available for my delivery number that amny columns should b created.and for each site column i should disply the quantity available for each item number.i created site column but now i was stuck up with how to display quantity for the site column for each item available.pls help..&lt;/P&gt;&lt;/BODY&gt;&lt;/HTML&gt;</description>
    <pubDate>Fri, 29 Sep 2006 09:19:42 GMT</pubDate>
    <dc:creator>Former Member</dc:creator>
    <dc:date>2006-09-29T09:19:42Z</dc:date>
    <item>
      <title>regarding output format</title>
      <link>https://community.sap.com/t5/application-development-and-automation-discussions/regarding-output-format/m-p/1575711#M259904</link>
      <description>&lt;HTML&gt;&lt;HEAD&gt;&lt;/HEAD&gt;&lt;BODY&gt;&lt;P&gt;hi frends,&lt;/P&gt;&lt;P&gt;    i have a report with this output format.&lt;/P&gt;&lt;P&gt;tonum   item itemDesc quantity site&lt;/P&gt;&lt;P&gt;12       1    hhuuh     5      h001&lt;/P&gt;&lt;P&gt;12       2     fdefe    6      h001&lt;/P&gt;&lt;P&gt;14       1     fsdfsd   8      d001&lt;/P&gt;&lt;P&gt;14       2     efer     4      d001&lt;/P&gt;&lt;P&gt;16       1      efe     6       w001&lt;/P&gt;&lt;P&gt;16       2      feff    2       w001.&lt;/P&gt;&lt;P&gt;but now i want to diaplay the output like this &lt;/P&gt;&lt;P&gt;item   itemDesc    site1   site2   site3  site4&lt;/P&gt;&lt;P&gt;1       dfdf        5(q)     6(q)   8(q)   5(q)&lt;/P&gt;&lt;P&gt;2        ggff       5(q)     5(q)   5(q)   5(q)&lt;/P&gt;&lt;P&gt;3         fdfd      5(q)     5(q)   5(q)   5(q)&lt;/P&gt;&lt;P&gt;4         fdfd               5(q)          5(q)&lt;/P&gt;&lt;P&gt;this is the final output format i need.ie i need to creat a column for site .for that all the sites available for my delivery number that amny columns should b created.and for each site column i should disply the quantity available for each item number.i created site column but now i was stuck up with how to display quantity for the site column for each item available.pls help..&lt;/P&gt;&lt;/BODY&gt;&lt;/HTML&gt;</description>
      <pubDate>Fri, 29 Sep 2006 09:19:42 GMT</pubDate>
      <guid>https://community.sap.com/t5/application-development-and-automation-discussions/regarding-output-format/m-p/1575711#M259904</guid>
      <dc:creator>Former Member</dc:creator>
      <dc:date>2006-09-29T09:19:42Z</dc:date>
    </item>
    <item>
      <title>Re: regarding output format</title>
      <link>https://community.sap.com/t5/application-development-and-automation-discussions/regarding-output-format/m-p/1575712#M259905</link>
      <description>&lt;HTML&gt;&lt;HEAD&gt;&lt;/HEAD&gt;&lt;BODY&gt;&lt;P&gt;Hi Rahul,&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;In the Site id column you displaying the Site name i.e. h001 or are you planning to display the quantity?&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;I assume you have a dynamic number of site ids. Easy way is to define columns for all the sites with their names in the heading. Then you can display the subsequent quantities for each of those sites.&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;Hope this helps&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;Best Regards.&lt;/P&gt;&lt;/BODY&gt;&lt;/HTML&gt;</description>
      <pubDate>Fri, 29 Sep 2006 09:25:48 GMT</pubDate>
      <guid>https://community.sap.com/t5/application-development-and-automation-discussions/regarding-output-format/m-p/1575712#M259905</guid>
      <dc:creator>Former Member</dc:creator>
      <dc:date>2006-09-29T09:25:48Z</dc:date>
    </item>
    <item>
      <title>Re: regarding output format</title>
      <link>https://community.sap.com/t5/application-development-and-automation-discussions/regarding-output-format/m-p/1575713#M259906</link>
      <description>&lt;HTML&gt;&lt;HEAD&gt;&lt;/HEAD&gt;&lt;BODY&gt;&lt;P&gt;i want ot display under siteid column all the quantities each corresponding to the items available.ie for site1 i can display all the quantities for the items but for site2 i should display the quantity under the next column heading site2 for all the items.and this should b repaeted for all remaining site3,site4, and so on.how can i do this.&lt;/P&gt;&lt;/BODY&gt;&lt;/HTML&gt;</description>
      <pubDate>Fri, 29 Sep 2006 09:35:45 GMT</pubDate>
      <guid>https://community.sap.com/t5/application-development-and-automation-discussions/regarding-output-format/m-p/1575713#M259906</guid>
      <dc:creator>Former Member</dc:creator>
      <dc:date>2006-09-29T09:35:45Z</dc:date>
    </item>
    <item>
      <title>Re: regarding output format</title>
      <link>https://community.sap.com/t5/application-development-and-automation-discussions/regarding-output-format/m-p/1575714#M259907</link>
      <description>&lt;HTML&gt;&lt;HEAD&gt;&lt;/HEAD&gt;&lt;BODY&gt;&lt;P&gt;Please check your other post for the same query..I have put forth my solution.&lt;/P&gt;&lt;/BODY&gt;&lt;/HTML&gt;</description>
      <pubDate>Fri, 29 Sep 2006 09:38:13 GMT</pubDate>
      <guid>https://community.sap.com/t5/application-development-and-automation-discussions/regarding-output-format/m-p/1575714#M259907</guid>
      <dc:creator>Former Member</dc:creator>
      <dc:date>2006-09-29T09:38:13Z</dc:date>
    </item>
  </channel>
</rss>

