<?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: Convert Quantity to Internal format in Application Development and Automation Discussions</title>
    <link>https://community.sap.com/t5/application-development-and-automation-discussions/convert-quantity-to-internal-format/m-p/3731514#M898116</link>
    <description>&lt;HTML&gt;&lt;HEAD&gt;&lt;/HEAD&gt;&lt;BODY&gt;&lt;P&gt;&lt;SPAN lang="EN-US" style="color: black; font-family: 'Courier New'; font-size: 9pt; mso-ansi-language: EN-US; mso-fareast-language: FR;"&gt;SELECT SINGLE * FROM usr01 INTO ls_usr01 WHERE bname = sy-uname.&lt;/SPAN&gt;&lt;/P&gt;&lt;P&gt;&amp;nbsp;&amp;nbsp;&amp;nbsp; &lt;SPAN style="color: black; font-family: 'Courier New'; font-size: 9pt; mso-fareast-language: FR;"&gt;CASE ls_usr01-dcpfm.&lt;/SPAN&gt;&lt;/P&gt;&lt;P&gt;&amp;nbsp;&amp;nbsp;&amp;nbsp; &lt;SPAN style="color: black; font-family: 'Courier New'; font-size: 9pt; mso-fareast-language: FR;"&gt;WHEN&amp;nbsp; 'X'.&lt;/SPAN&gt;&lt;SPAN lang="EN-US" style="color: black; font-family: 'Courier New'; font-size: 9pt; mso-ansi-language: EN-US; mso-fareast-language: FR;"&gt; TRANSLATE amount_x USING ', '.&lt;/SPAN&gt; &lt;/P&gt;&lt;P&gt;&amp;nbsp;&amp;nbsp;&amp;nbsp; &lt;SPAN style="color: black; font-family: 'Courier New'; font-size: 9pt; mso-fareast-language: FR;"&gt;WHEN&amp;nbsp; ' '.&lt;/SPAN&gt;&lt;SPAN lang="EN-US" style="color: black; font-family: 'Courier New'; font-size: 9pt; mso-ansi-language: EN-US; mso-fareast-language: FR;"&gt; TRANSLATE amount_x USING '. &lt;/SPAN&gt;&lt;SPAN style="color: black; font-family: 'Courier New'; font-size: 9pt; mso-fareast-language: FR;"&gt;'.&lt;/SPAN&gt;&lt;/P&gt;&lt;P&gt;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp; &lt;SPAN lang="EN-US" style="color: black; font-family: 'Courier New'; font-size: 9pt; mso-ansi-language: EN-US; mso-fareast-language: FR;"&gt;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp; TRANSLATE amount_x USING ',.'.&lt;/SPAN&gt;&lt;/P&gt;&lt;P&gt;&amp;nbsp;&amp;nbsp; &lt;SPAN style="color: black; font-family: 'Courier New'; font-size: 9pt; mso-fareast-language: FR;"&gt;WHEN&amp;nbsp; 'Y'.&lt;/SPAN&gt;&lt;SPAN lang="EN-US" style="color: black; font-family: 'Courier New'; font-size: 9pt; mso-ansi-language: EN-US; mso-fareast-language: FR;"&gt;&amp;nbsp; TRANSLATE amount_x USING ',.'.&lt;/SPAN&gt;&lt;/P&gt;&lt;P&gt;&amp;nbsp;&amp;nbsp; &lt;SPAN style="color: black; font-family: 'Courier New'; font-size: 9pt; mso-fareast-language: FR;"&gt;ENDCASE.&lt;/SPAN&gt;&lt;/P&gt;&lt;P&gt; &lt;SPAN lang="EN-US" style="color: black; font-family: 'Courier New'; font-size: 9pt; mso-ansi-language: EN-US; mso-fareast-language: FR;"&gt;CONDENSE amount_x NO-GAPS.&lt;/SPAN&gt;&lt;/P&gt;&lt;/BODY&gt;&lt;/HTML&gt;</description>
    <pubDate>Wed, 18 Jun 2014 13:40:19 GMT</pubDate>
    <dc:creator>Former Member</dc:creator>
    <dc:date>2014-06-18T13:40:19Z</dc:date>
    <item>
      <title>Convert Quantity to Internal format</title>
      <link>https://community.sap.com/t5/application-development-and-automation-discussions/convert-quantity-to-internal-format/m-p/3731512#M898114</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 am using ALV and have a Quantity column in Editable format.&lt;/P&gt;&lt;P&gt;I have a Custom button on the tool bar to do some posting.&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;When enter a value and Press that button, I get the entered quantity value in the ALV user command "selfield-value" parameter, but its in the output format. &lt;/P&gt;&lt;P&gt;How do I convert it in the SAP Input format to do some processing.&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;There's no conversion routines or function moduels to convert quantity from output format to internal format.&lt;/P&gt;&lt;P&gt;please suggest.&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;Regards,&lt;/P&gt;&lt;P&gt;Mid.&lt;/P&gt;&lt;/BODY&gt;&lt;/HTML&gt;</description>
      <pubDate>Mon, 28 Apr 2008 15:31:20 GMT</pubDate>
      <guid>https://community.sap.com/t5/application-development-and-automation-discussions/convert-quantity-to-internal-format/m-p/3731512#M898114</guid>
      <dc:creator>Former Member</dc:creator>
      <dc:date>2008-04-28T15:31:20Z</dc:date>
    </item>
    <item>
      <title>Re: Convert Quantity to Internal format</title>
      <link>https://community.sap.com/t5/application-development-and-automation-discussions/convert-quantity-to-internal-format/m-p/3731513#M898115</link>
      <description>&lt;HTML&gt;&lt;HEAD&gt;&lt;/HEAD&gt;&lt;BODY&gt;&lt;P&gt;hi use the user-command for this..&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;case sy-ucomm  .&lt;/P&gt;&lt;P&gt;when = 'TEST'.&lt;/P&gt;&lt;P&gt;write the coding here.&lt;/P&gt;&lt;P&gt;endcase.&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;this you need to maintain in the function module..&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;venkat.&lt;/P&gt;&lt;/BODY&gt;&lt;/HTML&gt;</description>
      <pubDate>Mon, 28 Apr 2008 15:39:48 GMT</pubDate>
      <guid>https://community.sap.com/t5/application-development-and-automation-discussions/convert-quantity-to-internal-format/m-p/3731513#M898115</guid>
      <dc:creator>Former Member</dc:creator>
      <dc:date>2008-04-28T15:39:48Z</dc:date>
    </item>
    <item>
      <title>Re: Convert Quantity to Internal format</title>
      <link>https://community.sap.com/t5/application-development-and-automation-discussions/convert-quantity-to-internal-format/m-p/3731514#M898116</link>
      <description>&lt;HTML&gt;&lt;HEAD&gt;&lt;/HEAD&gt;&lt;BODY&gt;&lt;P&gt;&lt;SPAN lang="EN-US" style="color: black; font-family: 'Courier New'; font-size: 9pt; mso-ansi-language: EN-US; mso-fareast-language: FR;"&gt;SELECT SINGLE * FROM usr01 INTO ls_usr01 WHERE bname = sy-uname.&lt;/SPAN&gt;&lt;/P&gt;&lt;P&gt;&amp;nbsp;&amp;nbsp;&amp;nbsp; &lt;SPAN style="color: black; font-family: 'Courier New'; font-size: 9pt; mso-fareast-language: FR;"&gt;CASE ls_usr01-dcpfm.&lt;/SPAN&gt;&lt;/P&gt;&lt;P&gt;&amp;nbsp;&amp;nbsp;&amp;nbsp; &lt;SPAN style="color: black; font-family: 'Courier New'; font-size: 9pt; mso-fareast-language: FR;"&gt;WHEN&amp;nbsp; 'X'.&lt;/SPAN&gt;&lt;SPAN lang="EN-US" style="color: black; font-family: 'Courier New'; font-size: 9pt; mso-ansi-language: EN-US; mso-fareast-language: FR;"&gt; TRANSLATE amount_x USING ', '.&lt;/SPAN&gt; &lt;/P&gt;&lt;P&gt;&amp;nbsp;&amp;nbsp;&amp;nbsp; &lt;SPAN style="color: black; font-family: 'Courier New'; font-size: 9pt; mso-fareast-language: FR;"&gt;WHEN&amp;nbsp; ' '.&lt;/SPAN&gt;&lt;SPAN lang="EN-US" style="color: black; font-family: 'Courier New'; font-size: 9pt; mso-ansi-language: EN-US; mso-fareast-language: FR;"&gt; TRANSLATE amount_x USING '. &lt;/SPAN&gt;&lt;SPAN style="color: black; font-family: 'Courier New'; font-size: 9pt; mso-fareast-language: FR;"&gt;'.&lt;/SPAN&gt;&lt;/P&gt;&lt;P&gt;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp; &lt;SPAN lang="EN-US" style="color: black; font-family: 'Courier New'; font-size: 9pt; mso-ansi-language: EN-US; mso-fareast-language: FR;"&gt;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp; TRANSLATE amount_x USING ',.'.&lt;/SPAN&gt;&lt;/P&gt;&lt;P&gt;&amp;nbsp;&amp;nbsp; &lt;SPAN style="color: black; font-family: 'Courier New'; font-size: 9pt; mso-fareast-language: FR;"&gt;WHEN&amp;nbsp; 'Y'.&lt;/SPAN&gt;&lt;SPAN lang="EN-US" style="color: black; font-family: 'Courier New'; font-size: 9pt; mso-ansi-language: EN-US; mso-fareast-language: FR;"&gt;&amp;nbsp; TRANSLATE amount_x USING ',.'.&lt;/SPAN&gt;&lt;/P&gt;&lt;P&gt;&amp;nbsp;&amp;nbsp; &lt;SPAN style="color: black; font-family: 'Courier New'; font-size: 9pt; mso-fareast-language: FR;"&gt;ENDCASE.&lt;/SPAN&gt;&lt;/P&gt;&lt;P&gt; &lt;SPAN lang="EN-US" style="color: black; font-family: 'Courier New'; font-size: 9pt; mso-ansi-language: EN-US; mso-fareast-language: FR;"&gt;CONDENSE amount_x NO-GAPS.&lt;/SPAN&gt;&lt;/P&gt;&lt;/BODY&gt;&lt;/HTML&gt;</description>
      <pubDate>Wed, 18 Jun 2014 13:40:19 GMT</pubDate>
      <guid>https://community.sap.com/t5/application-development-and-automation-discussions/convert-quantity-to-internal-format/m-p/3731514#M898116</guid>
      <dc:creator>Former Member</dc:creator>
      <dc:date>2014-06-18T13:40:19Z</dc:date>
    </item>
  </channel>
</rss>

