<?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: write statement in Application Development and Automation Discussions</title>
    <link>https://community.sap.com/t5/application-development-and-automation-discussions/write-statement/m-p/2660414#M613688</link>
    <description>&lt;HTML&gt;&lt;HEAD&gt;&lt;/HEAD&gt;&lt;BODY&gt;&lt;P&gt;Hi Shahid,&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;         The meaning of this statement is...  it formats the output according to your specified  unit measurement Ex.QUAN.  This measurement determines how many decimal places in the output.&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;     Just like in  pack data type we specify decimals how many u want, simlarly this one also.. but that decimal places must be defined in the data dictionary table in quantity field according to that quantitty field it displays the decimals in the output.&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;Regards,&lt;/P&gt;&lt;P&gt;Surya&lt;/P&gt;&lt;/BODY&gt;&lt;/HTML&gt;</description>
    <pubDate>Tue, 28 Aug 2007 07:21:42 GMT</pubDate>
    <dc:creator>Former Member</dc:creator>
    <dc:date>2007-08-28T07:21:42Z</dc:date>
    <item>
      <title>write statement</title>
      <link>https://community.sap.com/t5/application-development-and-automation-discussions/write-statement/m-p/2660410#M613684</link>
      <description>&lt;HTML&gt;&lt;HEAD&gt;&lt;/HEAD&gt;&lt;BODY&gt;&lt;P&gt;WRITE AT d_col t_bomtab-labst UNIT 'QUAN'.&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;whz the use of  UNIT 'QUAN'??&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;can anyone please explain me in technical?&lt;/P&gt;&lt;/BODY&gt;&lt;/HTML&gt;</description>
      <pubDate>Tue, 28 Aug 2007 06:59:21 GMT</pubDate>
      <guid>https://community.sap.com/t5/application-development-and-automation-discussions/write-statement/m-p/2660410#M613684</guid>
      <dc:creator>Shahid</dc:creator>
      <dc:date>2007-08-28T06:59:21Z</dc:date>
    </item>
    <item>
      <title>Re: write statement</title>
      <link>https://community.sap.com/t5/application-development-and-automation-discussions/write-statement/m-p/2660411#M613685</link>
      <description>&lt;HTML&gt;&lt;HEAD&gt;&lt;/HEAD&gt;&lt;BODY&gt;&lt;P&gt;unit is ur variable holding some value and 'QUAN' will be written after dat value.&lt;/P&gt;&lt;P&gt;say unit is 10.ur output 'll be&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;10 QUAN&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;reward points if it helps&lt;/P&gt;&lt;/BODY&gt;&lt;/HTML&gt;</description>
      <pubDate>Tue, 28 Aug 2007 07:01:42 GMT</pubDate>
      <guid>https://community.sap.com/t5/application-development-and-automation-discussions/write-statement/m-p/2660411#M613685</guid>
      <dc:creator>former_member188827</dc:creator>
      <dc:date>2007-08-28T07:01:42Z</dc:date>
    </item>
    <item>
      <title>Re: write statement</title>
      <link>https://community.sap.com/t5/application-development-and-automation-discussions/write-statement/m-p/2660412#M613686</link>
      <description>&lt;HTML&gt;&lt;HEAD&gt;&lt;/HEAD&gt;&lt;BODY&gt;&lt;P&gt;a system table containing all the valid quantity units is assigned or any other table, which contains a field with the format or quantity units (data type UNIT).  This field is called as reference field.&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;The assignment of the field containing quantity amounts to the reference field is made at runtime.  The value in the reference field determines the quantity unit of the amount.&lt;/P&gt;&lt;/BODY&gt;&lt;/HTML&gt;</description>
      <pubDate>Tue, 28 Aug 2007 07:07:05 GMT</pubDate>
      <guid>https://community.sap.com/t5/application-development-and-automation-discussions/write-statement/m-p/2660412#M613686</guid>
      <dc:creator>Former Member</dc:creator>
      <dc:date>2007-08-28T07:07:05Z</dc:date>
    </item>
    <item>
      <title>Re: write statement</title>
      <link>https://community.sap.com/t5/application-development-and-automation-discussions/write-statement/m-p/2660413#M613687</link>
      <description>&lt;HTML&gt;&lt;HEAD&gt;&lt;/HEAD&gt;&lt;BODY&gt;&lt;P&gt;This statement will write the value of &amp;lt;b&amp;gt;t_bomtab-labst&amp;lt;/b&amp;gt;  at the position&amp;lt;b&amp;gt; d_col&amp;lt;/b&amp;gt; .&lt;/P&gt;&lt;P&gt;the syntax &amp;lt;b&amp;gt;UNIT 'QUAN'&amp;lt;/b&amp;gt; is required bacuse the LABST is quantuity field . even if you remove this ysntax , the output will remain the same .. but will get a message in extended syntax check.&lt;/P&gt;&lt;/BODY&gt;&lt;/HTML&gt;</description>
      <pubDate>Tue, 28 Aug 2007 07:07:24 GMT</pubDate>
      <guid>https://community.sap.com/t5/application-development-and-automation-discussions/write-statement/m-p/2660413#M613687</guid>
      <dc:creator>Former Member</dc:creator>
      <dc:date>2007-08-28T07:07:24Z</dc:date>
    </item>
    <item>
      <title>Re: write statement</title>
      <link>https://community.sap.com/t5/application-development-and-automation-discussions/write-statement/m-p/2660414#M613688</link>
      <description>&lt;HTML&gt;&lt;HEAD&gt;&lt;/HEAD&gt;&lt;BODY&gt;&lt;P&gt;Hi Shahid,&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;         The meaning of this statement is...  it formats the output according to your specified  unit measurement Ex.QUAN.  This measurement determines how many decimal places in the output.&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;     Just like in  pack data type we specify decimals how many u want, simlarly this one also.. but that decimal places must be defined in the data dictionary table in quantity field according to that quantitty field it displays the decimals in the output.&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;Regards,&lt;/P&gt;&lt;P&gt;Surya&lt;/P&gt;&lt;/BODY&gt;&lt;/HTML&gt;</description>
      <pubDate>Tue, 28 Aug 2007 07:21:42 GMT</pubDate>
      <guid>https://community.sap.com/t5/application-development-and-automation-discussions/write-statement/m-p/2660414#M613688</guid>
      <dc:creator>Former Member</dc:creator>
      <dc:date>2007-08-28T07:21:42Z</dc:date>
    </item>
  </channel>
</rss>

