<?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: ALV Grid Format. in Application Development and Automation Discussions</title>
    <link>https://community.sap.com/t5/application-development-and-automation-discussions/alv-grid-format/m-p/1235208#M140582</link>
    <description>&lt;HTML&gt;&lt;HEAD&gt;&lt;/HEAD&gt;&lt;BODY&gt;&lt;P&gt;Hi pratbiha,&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;1. There must be some internal table&lt;/P&gt;&lt;P&gt;   which u must be passing to&lt;/P&gt;&lt;P&gt;   the FM, and downloading the data .&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;2. Try with GUI_DOWNLOAD&lt;/P&gt;&lt;P&gt;   and check if values are coming proper or not !&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;*----&lt;/P&gt;&lt;HR originaltext="-----------------" /&gt;&lt;P&gt; &lt;/P&gt;&lt;P&gt;3. The reason why its happening is :&lt;/P&gt;&lt;P&gt;  that field has domain MEINS&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;  which as conversion routine &lt;/P&gt;&lt;P&gt;CUNIT&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;(CONVERSION_EXIT_CUNIT_INPUT&lt;/P&gt;&lt;P&gt;CONVERSION_EXIT_CUNIT_OUTPUT)&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;4. So what is there inside the internal  table&lt;/P&gt;&lt;P&gt;  (although it shows different on alv bcos of convesion),&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt; the raw data in internal table&lt;/P&gt;&lt;P&gt;  is getting output in excel.&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;5. So either u have to take another one&lt;/P&gt;&lt;P&gt;   column in the internal table itself,&lt;/P&gt;&lt;P&gt;  and fill this column using the FM mentioned above,&lt;/P&gt;&lt;P&gt; and then save to excel.&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;&amp;lt;b&amp;gt;6. (this behaviour is nothing but similar &lt;/P&gt;&lt;P&gt;   to DATE field in an internal table)&lt;/P&gt;&lt;P&gt;  Date field in alv will always show in dd.mm.yyyy format&lt;/P&gt;&lt;P&gt;, but when we download,&lt;/P&gt;&lt;P&gt; it will always download as YYYYMMDD&amp;lt;/b&amp;gt;&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;regards,&lt;/P&gt;&lt;P&gt;amit m.&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;Message was edited by: Amit Mittal&lt;/P&gt;&lt;/BODY&gt;&lt;/HTML&gt;</description>
    <pubDate>Sat, 25 Mar 2006 09:31:37 GMT</pubDate>
    <dc:creator>Former Member</dc:creator>
    <dc:date>2006-03-25T09:31:37Z</dc:date>
    <item>
      <title>ALV Grid Format.</title>
      <link>https://community.sap.com/t5/application-development-and-automation-discussions/alv-grid-format/m-p/1235207#M140581</link>
      <description>&lt;HTML&gt;&lt;HEAD&gt;&lt;/HEAD&gt;&lt;BODY&gt;&lt;P&gt;Hi All,&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;I am using function 'RH_START_EXCEL_WITH_DATA' to export data from ALV grid report to excel.&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;In report I have LTAP-ALTME (Alternative unit of measure for stockkeeping unit). In ALV report values displayed are EA, DOZ. But when taken into excel, it displays ST, DEZ etc.&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;What can be reason of this wrong data display.&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;Thanks,&lt;/P&gt;&lt;P&gt;Pratibha.&lt;/P&gt;&lt;/BODY&gt;&lt;/HTML&gt;</description>
      <pubDate>Sat, 25 Mar 2006 09:28:06 GMT</pubDate>
      <guid>https://community.sap.com/t5/application-development-and-automation-discussions/alv-grid-format/m-p/1235207#M140581</guid>
      <dc:creator>Former Member</dc:creator>
      <dc:date>2006-03-25T09:28:06Z</dc:date>
    </item>
    <item>
      <title>Re: ALV Grid Format.</title>
      <link>https://community.sap.com/t5/application-development-and-automation-discussions/alv-grid-format/m-p/1235208#M140582</link>
      <description>&lt;HTML&gt;&lt;HEAD&gt;&lt;/HEAD&gt;&lt;BODY&gt;&lt;P&gt;Hi pratbiha,&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;1. There must be some internal table&lt;/P&gt;&lt;P&gt;   which u must be passing to&lt;/P&gt;&lt;P&gt;   the FM, and downloading the data .&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;2. Try with GUI_DOWNLOAD&lt;/P&gt;&lt;P&gt;   and check if values are coming proper or not !&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;*----&lt;/P&gt;&lt;HR originaltext="-----------------" /&gt;&lt;P&gt; &lt;/P&gt;&lt;P&gt;3. The reason why its happening is :&lt;/P&gt;&lt;P&gt;  that field has domain MEINS&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;  which as conversion routine &lt;/P&gt;&lt;P&gt;CUNIT&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;(CONVERSION_EXIT_CUNIT_INPUT&lt;/P&gt;&lt;P&gt;CONVERSION_EXIT_CUNIT_OUTPUT)&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;4. So what is there inside the internal  table&lt;/P&gt;&lt;P&gt;  (although it shows different on alv bcos of convesion),&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt; the raw data in internal table&lt;/P&gt;&lt;P&gt;  is getting output in excel.&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;5. So either u have to take another one&lt;/P&gt;&lt;P&gt;   column in the internal table itself,&lt;/P&gt;&lt;P&gt;  and fill this column using the FM mentioned above,&lt;/P&gt;&lt;P&gt; and then save to excel.&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;&amp;lt;b&amp;gt;6. (this behaviour is nothing but similar &lt;/P&gt;&lt;P&gt;   to DATE field in an internal table)&lt;/P&gt;&lt;P&gt;  Date field in alv will always show in dd.mm.yyyy format&lt;/P&gt;&lt;P&gt;, but when we download,&lt;/P&gt;&lt;P&gt; it will always download as YYYYMMDD&amp;lt;/b&amp;gt;&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;regards,&lt;/P&gt;&lt;P&gt;amit m.&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;Message was edited by: Amit Mittal&lt;/P&gt;&lt;/BODY&gt;&lt;/HTML&gt;</description>
      <pubDate>Sat, 25 Mar 2006 09:31:37 GMT</pubDate>
      <guid>https://community.sap.com/t5/application-development-and-automation-discussions/alv-grid-format/m-p/1235208#M140582</guid>
      <dc:creator>Former Member</dc:creator>
      <dc:date>2006-03-25T09:31:37Z</dc:date>
    </item>
    <item>
      <title>Re: ALV Grid Format.</title>
      <link>https://community.sap.com/t5/application-development-and-automation-discussions/alv-grid-format/m-p/1235209#M140583</link>
      <description>&lt;HTML&gt;&lt;HEAD&gt;&lt;/HEAD&gt;&lt;BODY&gt;&lt;P&gt;Thanks Amit for providing this useful information.&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;Regards,&lt;/P&gt;&lt;P&gt;Pratibha.&lt;/P&gt;&lt;/BODY&gt;&lt;/HTML&gt;</description>
      <pubDate>Sat, 25 Mar 2006 09:45:13 GMT</pubDate>
      <guid>https://community.sap.com/t5/application-development-and-automation-discussions/alv-grid-format/m-p/1235209#M140583</guid>
      <dc:creator>Former Member</dc:creator>
      <dc:date>2006-03-25T09:45:13Z</dc:date>
    </item>
  </channel>
</rss>

