<?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 Moving character field data to Quantity field variable in Application Development and Automation Discussions</title>
    <link>https://community.sap.com/t5/application-development-and-automation-discussions/moving-character-field-data-to-quantity-field-variable/m-p/4972693#M1158859</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;I have a screen in which there is a charater field which holds the Quantity. for example  340,00&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;now i have to update the dictionary table field with this value, when iam assigning directly to the workarea it is giving dump as '340,00 cannot be interpret as number'.&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;I tried all the ways possible, however it is not solved...&lt;/P&gt;&lt;P&gt;plz help me with your inputs.&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;thanks in advance&lt;/P&gt;&lt;P&gt;Sunny.&lt;/P&gt;&lt;/BODY&gt;&lt;/HTML&gt;</description>
    <pubDate>Mon, 05 Jan 2009 09:35:22 GMT</pubDate>
    <dc:creator>Former Member</dc:creator>
    <dc:date>2009-01-05T09:35:22Z</dc:date>
    <item>
      <title>Moving character field data to Quantity field variable</title>
      <link>https://community.sap.com/t5/application-development-and-automation-discussions/moving-character-field-data-to-quantity-field-variable/m-p/4972693#M1158859</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;I have a screen in which there is a charater field which holds the Quantity. for example  340,00&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;now i have to update the dictionary table field with this value, when iam assigning directly to the workarea it is giving dump as '340,00 cannot be interpret as number'.&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;I tried all the ways possible, however it is not solved...&lt;/P&gt;&lt;P&gt;plz help me with your inputs.&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;thanks in advance&lt;/P&gt;&lt;P&gt;Sunny.&lt;/P&gt;&lt;/BODY&gt;&lt;/HTML&gt;</description>
      <pubDate>Mon, 05 Jan 2009 09:35:22 GMT</pubDate>
      <guid>https://community.sap.com/t5/application-development-and-automation-discussions/moving-character-field-data-to-quantity-field-variable/m-p/4972693#M1158859</guid>
      <dc:creator>Former Member</dc:creator>
      <dc:date>2009-01-05T09:35:22Z</dc:date>
    </item>
    <item>
      <title>Re: Moving character field data to Quantity field variable</title>
      <link>https://community.sap.com/t5/application-development-and-automation-discussions/moving-character-field-data-to-quantity-field-variable/m-p/4972694#M1158860</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;Did you try using the MOVE statement...?..&lt;/P&gt;&lt;/BODY&gt;&lt;/HTML&gt;</description>
      <pubDate>Mon, 05 Jan 2009 09:37:54 GMT</pubDate>
      <guid>https://community.sap.com/t5/application-development-and-automation-discussions/moving-character-field-data-to-quantity-field-variable/m-p/4972694#M1158860</guid>
      <dc:creator>Former Member</dc:creator>
      <dc:date>2009-01-05T09:37:54Z</dc:date>
    </item>
    <item>
      <title>Re: Moving character field data to Quantity field variable</title>
      <link>https://community.sap.com/t5/application-development-and-automation-discussions/moving-character-field-data-to-quantity-field-variable/m-p/4972695#M1158861</link>
      <description>&lt;HTML&gt;&lt;HEAD&gt;&lt;/HEAD&gt;&lt;BODY&gt;&lt;P&gt;Hi Sunny,&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;delcare on variable with the packed decimal 2 and move your value to new variable.&lt;/P&gt;&lt;P&gt;solves your problem.&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;Thanks&lt;/P&gt;&lt;/BODY&gt;&lt;/HTML&gt;</description>
      <pubDate>Mon, 05 Jan 2009 09:39:16 GMT</pubDate>
      <guid>https://community.sap.com/t5/application-development-and-automation-discussions/moving-character-field-data-to-quantity-field-variable/m-p/4972695#M1158861</guid>
      <dc:creator>Former Member</dc:creator>
      <dc:date>2009-01-05T09:39:16Z</dc:date>
    </item>
    <item>
      <title>Re: Moving character field data to Quantity field variable</title>
      <link>https://community.sap.com/t5/application-development-and-automation-discussions/moving-character-field-data-to-quantity-field-variable/m-p/4972696#M1158862</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;try this...&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;GWA_INPUT_TABLE-VALUE - this is your character field&lt;/P&gt;&lt;P&gt;G_AMOUNT is your quantity or currency field.&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;  SHIFT GWA_INPUT_TABLE-VALUE LEFT DELETING LEADING SPACE.&lt;/P&gt;&lt;P&gt;  TRANSLATE GWA_INPUT_TABLE-VALUE USING ', '.&lt;/P&gt;&lt;P&gt;  CONDENSE GWA_INPUT_TABLE-VALUE NO-GAPS.&lt;/P&gt;&lt;P&gt;  G_AMOUNT = GWA_INPUT_TABLE-VALUE.&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;Venkatesh&lt;/P&gt;&lt;/BODY&gt;&lt;/HTML&gt;</description>
      <pubDate>Mon, 05 Jan 2009 09:39:42 GMT</pubDate>
      <guid>https://community.sap.com/t5/application-development-and-automation-discussions/moving-character-field-data-to-quantity-field-variable/m-p/4972696#M1158862</guid>
      <dc:creator>Former Member</dc:creator>
      <dc:date>2009-01-05T09:39:42Z</dc:date>
    </item>
    <item>
      <title>Re: Moving character field data to Quantity field variable</title>
      <link>https://community.sap.com/t5/application-development-and-automation-discussions/moving-character-field-data-to-quantity-field-variable/m-p/4972697#M1158863</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;use field symbols for conversion of  charector to the quantity field.&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;field-symbol : &amp;lt;fs&amp;gt; type KTMNG .&lt;/P&gt;&lt;P&gt;data : v_a(5),&lt;/P&gt;&lt;P&gt;         v_b type ktmng.&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;Move : v_a to &amp;lt;fs&amp;gt;,&lt;/P&gt;&lt;P&gt;           &amp;lt;fs&amp;gt; to ktmng.&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;Regards,&lt;/P&gt;&lt;P&gt;Naresh.&lt;/P&gt;&lt;/BODY&gt;&lt;/HTML&gt;</description>
      <pubDate>Mon, 05 Jan 2009 09:48:51 GMT</pubDate>
      <guid>https://community.sap.com/t5/application-development-and-automation-discussions/moving-character-field-data-to-quantity-field-variable/m-p/4972697#M1158863</guid>
      <dc:creator>Former Member</dc:creator>
      <dc:date>2009-01-05T09:48:51Z</dc:date>
    </item>
  </channel>
</rss>

