<?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 numeric field _append in Application Development and Automation Discussions</title>
    <link>https://community.sap.com/t5/application-development-and-automation-discussions/numeric-field-append/m-p/3732965#M898413</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;Iam having one internal table with five fields and 10 records...&lt;/P&gt;&lt;P&gt;Now iam going to add one more record to that internal table in my program by using append statement...&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;itab-f1 = ' '.&lt;/P&gt;&lt;P&gt;itab-f2 = ' '.&lt;/P&gt;&lt;P&gt;itab-f3 = ' '.&lt;/P&gt;&lt;P&gt;itab-f4 = 'india '.&lt;/P&gt;&lt;P&gt;itab-f5 = ' '.&lt;/P&gt;&lt;P&gt;append itab.clear itab.&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;with above syntax i have to get four spaces and one entry....&lt;/P&gt;&lt;P&gt;but i am getting 0 for the last field, which is the numeric field...&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;how to avoid that zero...&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;there is no chanse to change numeric as char or others....because it is database table field using in some other reports and in other conditions in this reoprt also....&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;and&lt;/P&gt;&lt;P&gt;one more thing is iam dispalying this internal table by using table control, not with normal reporting!!!!&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;thank you,&lt;/P&gt;&lt;P&gt;naveen.&lt;/P&gt;&lt;/BODY&gt;&lt;/HTML&gt;</description>
    <pubDate>Wed, 30 Apr 2008 04:11:47 GMT</pubDate>
    <dc:creator>naveen_inuganti2</dc:creator>
    <dc:date>2008-04-30T04:11:47Z</dc:date>
    <item>
      <title>numeric field _append</title>
      <link>https://community.sap.com/t5/application-development-and-automation-discussions/numeric-field-append/m-p/3732965#M898413</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;Iam having one internal table with five fields and 10 records...&lt;/P&gt;&lt;P&gt;Now iam going to add one more record to that internal table in my program by using append statement...&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;itab-f1 = ' '.&lt;/P&gt;&lt;P&gt;itab-f2 = ' '.&lt;/P&gt;&lt;P&gt;itab-f3 = ' '.&lt;/P&gt;&lt;P&gt;itab-f4 = 'india '.&lt;/P&gt;&lt;P&gt;itab-f5 = ' '.&lt;/P&gt;&lt;P&gt;append itab.clear itab.&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;with above syntax i have to get four spaces and one entry....&lt;/P&gt;&lt;P&gt;but i am getting 0 for the last field, which is the numeric field...&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;how to avoid that zero...&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;there is no chanse to change numeric as char or others....because it is database table field using in some other reports and in other conditions in this reoprt also....&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;and&lt;/P&gt;&lt;P&gt;one more thing is iam dispalying this internal table by using table control, not with normal reporting!!!!&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;thank you,&lt;/P&gt;&lt;P&gt;naveen.&lt;/P&gt;&lt;/BODY&gt;&lt;/HTML&gt;</description>
      <pubDate>Wed, 30 Apr 2008 04:11:47 GMT</pubDate>
      <guid>https://community.sap.com/t5/application-development-and-automation-discussions/numeric-field-append/m-p/3732965#M898413</guid>
      <dc:creator>naveen_inuganti2</dc:creator>
      <dc:date>2008-04-30T04:11:47Z</dc:date>
    </item>
    <item>
      <title>Re: numeric field _append</title>
      <link>https://community.sap.com/t5/application-development-and-automation-discussions/numeric-field-append/m-p/3732966#M898414</link>
      <description>&lt;HTML&gt;&lt;HEAD&gt;&lt;/HEAD&gt;&lt;BODY&gt;&lt;P&gt;Please try this....&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;itab-f1 = ' '.&lt;/P&gt;&lt;P&gt;itab-f2 = ' '.&lt;/P&gt;&lt;P&gt;itab-f3 = ' '.&lt;/P&gt;&lt;P&gt;itab-f4 = 'india '.&lt;/P&gt;&lt;P&gt;append itab.clear itab.&lt;/P&gt;&lt;/BODY&gt;&lt;/HTML&gt;</description>
      <pubDate>Wed, 30 Apr 2008 04:13:24 GMT</pubDate>
      <guid>https://community.sap.com/t5/application-development-and-automation-discussions/numeric-field-append/m-p/3732966#M898414</guid>
      <dc:creator>Former Member</dc:creator>
      <dc:date>2008-04-30T04:13:24Z</dc:date>
    </item>
    <item>
      <title>Re: numeric field _append</title>
      <link>https://community.sap.com/t5/application-development-and-automation-discussions/numeric-field-append/m-p/3732967#M898415</link>
      <description>&lt;HTML&gt;&lt;HEAD&gt;&lt;/HEAD&gt;&lt;BODY&gt;&lt;P&gt;What you can do to avoid displaying the zero is write like below&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;Write: / ITAB-F5 no zero.&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;reward if helpful&lt;/P&gt;&lt;/BODY&gt;&lt;/HTML&gt;</description>
      <pubDate>Wed, 30 Apr 2008 04:21:55 GMT</pubDate>
      <guid>https://community.sap.com/t5/application-development-and-automation-discussions/numeric-field-append/m-p/3732967#M898415</guid>
      <dc:creator>Former Member</dc:creator>
      <dc:date>2008-04-30T04:21:55Z</dc:date>
    </item>
    <item>
      <title>Re: numeric field _append</title>
      <link>https://community.sap.com/t5/application-development-and-automation-discussions/numeric-field-append/m-p/3732968#M898416</link>
      <description>&lt;HTML&gt;&lt;HEAD&gt;&lt;/HEAD&gt;&lt;BODY&gt;&lt;P&gt;Hi... Iam not displaying using write statement...with table control iam doing this....ok!!&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;Thank you, naveen&lt;/P&gt;&lt;/BODY&gt;&lt;/HTML&gt;</description>
      <pubDate>Wed, 30 Apr 2008 04:25:23 GMT</pubDate>
      <guid>https://community.sap.com/t5/application-development-and-automation-discussions/numeric-field-append/m-p/3732968#M898416</guid>
      <dc:creator>naveen_inuganti2</dc:creator>
      <dc:date>2008-04-30T04:25:23Z</dc:date>
    </item>
    <item>
      <title>Re: numeric field _append</title>
      <link>https://community.sap.com/t5/application-development-and-automation-discussions/numeric-field-append/m-p/3732969#M898417</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; Then it was going to disply previous value of the f5 field....&lt;/P&gt;&lt;P&gt; &lt;/P&gt;&lt;P&gt;Thank you,&lt;/P&gt;&lt;P&gt;Naveen&lt;/P&gt;&lt;/BODY&gt;&lt;/HTML&gt;</description>
      <pubDate>Wed, 30 Apr 2008 04:27:15 GMT</pubDate>
      <guid>https://community.sap.com/t5/application-development-and-automation-discussions/numeric-field-append/m-p/3732969#M898417</guid>
      <dc:creator>naveen_inuganti2</dc:creator>
      <dc:date>2008-04-30T04:27:15Z</dc:date>
    </item>
    <item>
      <title>Re: numeric field _append</title>
      <link>https://community.sap.com/t5/application-development-and-automation-discussions/numeric-field-append/m-p/3732970#M898418</link>
      <description>&lt;HTML&gt;&lt;HEAD&gt;&lt;/HEAD&gt;&lt;BODY&gt;&lt;P&gt;Hi Naveen,&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;Assign the value to a field-symbol as following:&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;data: num type n.&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;num = itab-f5.&lt;/P&gt;&lt;P&gt;field-symbols: &amp;lt;fs&amp;gt; type any.&lt;/P&gt;&lt;P&gt;assign num to &amp;lt;fs&amp;gt; casting type c.&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;if &amp;lt;fs&amp;gt; is assigned.&lt;/P&gt;&lt;P&gt;    clear &amp;lt;fs&amp;gt;.&lt;/P&gt;&lt;P&gt;    write:/ &amp;lt;fs&amp;gt;.&lt;/P&gt;&lt;P&gt;endif.&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;Copy paste the program in a test program and check the output. Also check the value of &amp;lt;fs&amp;gt; after getting assigned and then after clearing it.&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;Thank you.&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;Reward points if found useful&lt;/P&gt;&lt;/BODY&gt;&lt;/HTML&gt;</description>
      <pubDate>Wed, 30 Apr 2008 04:36:34 GMT</pubDate>
      <guid>https://community.sap.com/t5/application-development-and-automation-discussions/numeric-field-append/m-p/3732970#M898418</guid>
      <dc:creator>Former Member</dc:creator>
      <dc:date>2008-04-30T04:36:34Z</dc:date>
    </item>
    <item>
      <title>Re: numeric field _append</title>
      <link>https://community.sap.com/t5/application-development-and-automation-discussions/numeric-field-append/m-p/3732971#M898419</link>
      <description>&lt;HTML&gt;&lt;HEAD&gt;&lt;/HEAD&gt;&lt;BODY&gt;&lt;P&gt;The only way I know of to make the field not show as "0" is to have it as type CHAR. Unless I'm missing something, this is how it is in SAP. You can get around this if you are willing to do some extra coding, moving the values from CHAR CURR and handling the negative sign.&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;Ashish&lt;/P&gt;&lt;/BODY&gt;&lt;/HTML&gt;</description>
      <pubDate>Wed, 30 Apr 2008 04:40:37 GMT</pubDate>
      <guid>https://community.sap.com/t5/application-development-and-automation-discussions/numeric-field-append/m-p/3732971#M898419</guid>
      <dc:creator>Former Member</dc:creator>
      <dc:date>2008-04-30T04:40:37Z</dc:date>
    </item>
    <item>
      <title>Re: numeric field _append</title>
      <link>https://community.sap.com/t5/application-development-and-automation-discussions/numeric-field-append/m-p/3732972#M898420</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 tested as you specified but no zero displaying for me in the table control.&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;And also try to change the type in the screen painter for that last field in the table control (like NUMC).&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;Regards,&lt;/P&gt;&lt;P&gt;Raghu&lt;/P&gt;&lt;/BODY&gt;&lt;/HTML&gt;</description>
      <pubDate>Wed, 30 Apr 2008 05:22:43 GMT</pubDate>
      <guid>https://community.sap.com/t5/application-development-and-automation-discussions/numeric-field-append/m-p/3732972#M898420</guid>
      <dc:creator>Former Member</dc:creator>
      <dc:date>2008-04-30T05:22:43Z</dc:date>
    </item>
  </channel>
</rss>

