<?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: Making Numeric field blank in Application Development and Automation Discussions</title>
    <link>https://community.sap.com/t5/application-development-and-automation-discussions/making-numeric-field-blank/m-p/4554618#M1075314</link>
    <description>&lt;HTML&gt;&lt;HEAD&gt;&lt;/HEAD&gt;&lt;BODY&gt;&lt;P&gt;can i have any example .&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;thanks in advance .&lt;/P&gt;&lt;P&gt;vijeta&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;Edited by: Vijeta Aharwar on Sep 30, 2008 2:38 PM&lt;/P&gt;&lt;/BODY&gt;&lt;/HTML&gt;</description>
    <pubDate>Tue, 30 Sep 2008 12:29:56 GMT</pubDate>
    <dc:creator>Former Member</dc:creator>
    <dc:date>2008-09-30T12:29:56Z</dc:date>
    <item>
      <title>Making Numeric field blank</title>
      <link>https://community.sap.com/t5/application-development-and-automation-discussions/making-numeric-field-blank/m-p/4554614#M1075310</link>
      <description>&lt;HTML&gt;&lt;HEAD&gt;&lt;/HEAD&gt;&lt;BODY&gt;&lt;P&gt;Hi Experts ,&lt;/P&gt;&lt;P&gt;i have a requirement to make the &lt;STRONG&gt;numeric field "blank"&lt;/STRONG&gt; in some rows of internal table . &lt;/P&gt;&lt;P&gt;its about vendor&lt;/P&gt;&lt;P&gt;whenever any vendor will repeat , i need to display  3 numeric fields "blank" , in that particular row .&lt;/P&gt;&lt;P&gt;please help me on this issue .&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;thanks in advance .&lt;/P&gt;&lt;P&gt;vijeta&lt;/P&gt;&lt;/BODY&gt;&lt;/HTML&gt;</description>
      <pubDate>Tue, 30 Sep 2008 11:20:13 GMT</pubDate>
      <guid>https://community.sap.com/t5/application-development-and-automation-discussions/making-numeric-field-blank/m-p/4554614#M1075310</guid>
      <dc:creator>Former Member</dc:creator>
      <dc:date>2008-09-30T11:20:13Z</dc:date>
    </item>
    <item>
      <title>Re: Making Numeric field blank</title>
      <link>https://community.sap.com/t5/application-development-and-automation-discussions/making-numeric-field-blank/m-p/4554615#M1075311</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;You can't make a numeric field value blank because the initial type value is zero. Instead I suggest you to convert these field to character and then make these new fields blank.&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;Regards.&lt;/P&gt;&lt;/BODY&gt;&lt;/HTML&gt;</description>
      <pubDate>Tue, 30 Sep 2008 11:24:17 GMT</pubDate>
      <guid>https://community.sap.com/t5/application-development-and-automation-discussions/making-numeric-field-blank/m-p/4554615#M1075311</guid>
      <dc:creator>Former Member</dc:creator>
      <dc:date>2008-09-30T11:24:17Z</dc:date>
    </item>
    <item>
      <title>Re: Making Numeric field blank</title>
      <link>https://community.sap.com/t5/application-development-and-automation-discussions/making-numeric-field-blank/m-p/4554616#M1075312</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;One very important thing we cannot make numeric field as blank is can be made initial i.e. 0. &lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;So we have to make the field as character then we can make it blank by initializing it.&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;thanx.&lt;/P&gt;&lt;/BODY&gt;&lt;/HTML&gt;</description>
      <pubDate>Tue, 30 Sep 2008 11:29:51 GMT</pubDate>
      <guid>https://community.sap.com/t5/application-development-and-automation-discussions/making-numeric-field-blank/m-p/4554616#M1075312</guid>
      <dc:creator>Former Member</dc:creator>
      <dc:date>2008-09-30T11:29:51Z</dc:date>
    </item>
    <item>
      <title>Re: Making Numeric field blank</title>
      <link>https://community.sap.com/t5/application-development-and-automation-discussions/making-numeric-field-blank/m-p/4554617#M1075313</link>
      <description>&lt;HTML&gt;&lt;HEAD&gt;&lt;/HEAD&gt;&lt;BODY&gt;&lt;P&gt;Please use a CHAR field instead of desired length.&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;When you need to perform any operations, declare a run time integer variable and by type casting assign the char field to this variable.&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;This will solve the problem.&lt;/P&gt;&lt;/BODY&gt;&lt;/HTML&gt;</description>
      <pubDate>Tue, 30 Sep 2008 11:35:08 GMT</pubDate>
      <guid>https://community.sap.com/t5/application-development-and-automation-discussions/making-numeric-field-blank/m-p/4554617#M1075313</guid>
      <dc:creator>Former Member</dc:creator>
      <dc:date>2008-09-30T11:35:08Z</dc:date>
    </item>
    <item>
      <title>Re: Making Numeric field blank</title>
      <link>https://community.sap.com/t5/application-development-and-automation-discussions/making-numeric-field-blank/m-p/4554618#M1075314</link>
      <description>&lt;HTML&gt;&lt;HEAD&gt;&lt;/HEAD&gt;&lt;BODY&gt;&lt;P&gt;can i have any example .&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;thanks in advance .&lt;/P&gt;&lt;P&gt;vijeta&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;Edited by: Vijeta Aharwar on Sep 30, 2008 2:38 PM&lt;/P&gt;&lt;/BODY&gt;&lt;/HTML&gt;</description>
      <pubDate>Tue, 30 Sep 2008 12:29:56 GMT</pubDate>
      <guid>https://community.sap.com/t5/application-development-and-automation-discussions/making-numeric-field-blank/m-p/4554618#M1075314</guid>
      <dc:creator>Former Member</dc:creator>
      <dc:date>2008-09-30T12:29:56Z</dc:date>
    </item>
    <item>
      <title>Re: Making Numeric field blank</title>
      <link>https://community.sap.com/t5/application-development-and-automation-discussions/making-numeric-field-blank/m-p/4554619#M1075315</link>
      <description>&lt;HTML&gt;&lt;HEAD&gt;&lt;/HEAD&gt;&lt;BODY&gt;&lt;P&gt;Hi ,&lt;/P&gt;&lt;P&gt;it will be helpful if u provide an example .&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;thanks in advance.&lt;/P&gt;&lt;P&gt;vijeta&lt;/P&gt;&lt;/BODY&gt;&lt;/HTML&gt;</description>
      <pubDate>Fri, 03 Oct 2008 13:53:20 GMT</pubDate>
      <guid>https://community.sap.com/t5/application-development-and-automation-discussions/making-numeric-field-blank/m-p/4554619#M1075315</guid>
      <dc:creator>Former Member</dc:creator>
      <dc:date>2008-10-03T13:53:20Z</dc:date>
    </item>
    <item>
      <title>Re: Making Numeric field blank</title>
      <link>https://community.sap.com/t5/application-development-and-automation-discussions/making-numeric-field-blank/m-p/4554620#M1075316</link>
      <description>&lt;HTML&gt;&lt;HEAD&gt;&lt;/HEAD&gt;&lt;BODY&gt;&lt;P&gt;If you are using the WRITE statement, you can use the NO-ZERO option; with this option the entry which has zero value in the table is displayed as spaces.&lt;/P&gt;&lt;/BODY&gt;&lt;/HTML&gt;</description>
      <pubDate>Fri, 03 Oct 2008 14:30:17 GMT</pubDate>
      <guid>https://community.sap.com/t5/application-development-and-automation-discussions/making-numeric-field-blank/m-p/4554620#M1075316</guid>
      <dc:creator>former_member194797</dc:creator>
      <dc:date>2008-10-03T14:30:17Z</dc:date>
    </item>
  </channel>
</rss>

