<?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 container issue in Application Development and Automation Discussions</title>
    <link>https://community.sap.com/t5/application-development-and-automation-discussions/alv-container-issue/m-p/4202195#M1004305</link>
    <description>&lt;HTML&gt;&lt;HEAD&gt;&lt;/HEAD&gt;&lt;BODY&gt;&lt;P&gt;To solve all these errors u should pass the Currency key or hardcode it in the program. Means create a col. in the final table for Currency key. And populate some default value like USD etc..and hide it from display...&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;Regards,&lt;/P&gt;&lt;P&gt;Joy.&lt;/P&gt;&lt;/BODY&gt;&lt;/HTML&gt;</description>
    <pubDate>Sun, 13 Jul 2008 11:43:20 GMT</pubDate>
    <dc:creator>Former Member</dc:creator>
    <dc:date>2008-07-13T11:43:20Z</dc:date>
    <item>
      <title>ALV container issue</title>
      <link>https://community.sap.com/t5/application-development-and-automation-discussions/alv-container-issue/m-p/4202191#M1004301</link>
      <description>&lt;HTML&gt;&lt;HEAD&gt;&lt;/HEAD&gt;&lt;BODY&gt;&lt;P&gt;hello,&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;on ALV container i have grid display.&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;on gird, i have a column PRICE (type KWERT). this is editable.&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;when I change the price from 800.00 to 900.00, inside the program, it shows me only 9.00.&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;what can be the reason.&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;useful answers will be rewarded&lt;/P&gt;&lt;/BODY&gt;&lt;/HTML&gt;</description>
      <pubDate>Sun, 13 Jul 2008 10:12:00 GMT</pubDate>
      <guid>https://community.sap.com/t5/application-development-and-automation-discussions/alv-container-issue/m-p/4202191#M1004301</guid>
      <dc:creator>Former Member</dc:creator>
      <dc:date>2008-07-13T10:12:00Z</dc:date>
    </item>
    <item>
      <title>Re: ALV container issue</title>
      <link>https://community.sap.com/t5/application-development-and-automation-discussions/alv-container-issue/m-p/4202192#M1004302</link>
      <description>&lt;HTML&gt;&lt;HEAD&gt;&lt;/HEAD&gt;&lt;BODY&gt;&lt;P&gt;Hi Surendra , &lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;Just debug the code and see whether its just showing the values 9.00 instead of 900 or taking the same value in the program also . &lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;If it is taking the same value in the program also , try changing the type of the column , or in worst case just multiply it by 100 .&lt;/P&gt;&lt;/BODY&gt;&lt;/HTML&gt;</description>
      <pubDate>Sun, 13 Jul 2008 10:24:57 GMT</pubDate>
      <guid>https://community.sap.com/t5/application-development-and-automation-discussions/alv-container-issue/m-p/4202192#M1004302</guid>
      <dc:creator>Former Member</dc:creator>
      <dc:date>2008-07-13T10:24:57Z</dc:date>
    </item>
    <item>
      <title>Re: ALV container issue</title>
      <link>https://community.sap.com/t5/application-development-and-automation-discussions/alv-container-issue/m-p/4202193#M1004303</link>
      <description>&lt;HTML&gt;&lt;HEAD&gt;&lt;/HEAD&gt;&lt;BODY&gt;&lt;P&gt;Check whether any currency key is attached with it or not when creating the field catalog.. If a curr. key is attached then check the value in it.&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;Regards,&lt;/P&gt;&lt;P&gt;Joy.&lt;/P&gt;&lt;/BODY&gt;&lt;/HTML&gt;</description>
      <pubDate>Sun, 13 Jul 2008 10:28:57 GMT</pubDate>
      <guid>https://community.sap.com/t5/application-development-and-automation-discussions/alv-container-issue/m-p/4202193#M1004303</guid>
      <dc:creator>Former Member</dc:creator>
      <dc:date>2008-07-13T10:28:57Z</dc:date>
    </item>
    <item>
      <title>Re: ALV container issue</title>
      <link>https://community.sap.com/t5/application-development-and-automation-discussions/alv-container-issue/m-p/4202194#M1004304</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;thanks for that.&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;i am not passing any Currency key.&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;also when I give value in decimals (for example 1.62 ), system gives a pop up error&lt;/P&gt;&lt;P&gt;saying 'Too many decimal places'&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;have you come across this any time ?&lt;/P&gt;&lt;/BODY&gt;&lt;/HTML&gt;</description>
      <pubDate>Sun, 13 Jul 2008 10:49:12 GMT</pubDate>
      <guid>https://community.sap.com/t5/application-development-and-automation-discussions/alv-container-issue/m-p/4202194#M1004304</guid>
      <dc:creator>Former Member</dc:creator>
      <dc:date>2008-07-13T10:49:12Z</dc:date>
    </item>
    <item>
      <title>Re: ALV container issue</title>
      <link>https://community.sap.com/t5/application-development-and-automation-discussions/alv-container-issue/m-p/4202195#M1004305</link>
      <description>&lt;HTML&gt;&lt;HEAD&gt;&lt;/HEAD&gt;&lt;BODY&gt;&lt;P&gt;To solve all these errors u should pass the Currency key or hardcode it in the program. Means create a col. in the final table for Currency key. And populate some default value like USD etc..and hide it from display...&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;Regards,&lt;/P&gt;&lt;P&gt;Joy.&lt;/P&gt;&lt;/BODY&gt;&lt;/HTML&gt;</description>
      <pubDate>Sun, 13 Jul 2008 11:43:20 GMT</pubDate>
      <guid>https://community.sap.com/t5/application-development-and-automation-discussions/alv-container-issue/m-p/4202195#M1004305</guid>
      <dc:creator>Former Member</dc:creator>
      <dc:date>2008-07-13T11:43:20Z</dc:date>
    </item>
    <item>
      <title>Re: ALV container issue</title>
      <link>https://community.sap.com/t5/application-development-and-automation-discussions/alv-container-issue/m-p/4202196#M1004306</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;thanks for that.&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;in the fieldcatalog i have given the reference field name and reference table name as KBETR KONP.&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;this has solved the problem.&lt;/P&gt;&lt;/BODY&gt;&lt;/HTML&gt;</description>
      <pubDate>Mon, 14 Jul 2008 07:16:51 GMT</pubDate>
      <guid>https://community.sap.com/t5/application-development-and-automation-discussions/alv-container-issue/m-p/4202196#M1004306</guid>
      <dc:creator>Former Member</dc:creator>
      <dc:date>2008-07-14T07:16:51Z</dc:date>
    </item>
  </channel>
</rss>

