<?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: Diff b/w zero and blank in Application Development and Automation Discussions</title>
    <link>https://community.sap.com/t5/application-development-and-automation-discussions/diff-b-w-zero-and-blank/m-p/937929#M62538</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;As I know,What are you using is correct.We need to make it as character,then we have to use,since you are talking about selection screen.&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;But in dialog programming,we can handle this type of situation by &lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;ON INPUT Process only on input &lt;/P&gt;&lt;P&gt;(where field contents are not initial) &lt;/P&gt;&lt;P&gt;ON CHAIN-INPUT Process only on input in a chain &lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;ON REQUEST Process only on request (when &lt;/P&gt;&lt;P&gt;user enters a value on the screen) &lt;/P&gt;&lt;P&gt;ON CHAIN-REQUEST Process only on request in a chain &lt;/P&gt;&lt;P&gt;ON &lt;STRONG&gt;-INPUT Process only on '&lt;/STRONG&gt;' input &lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;- You can only use ON ... with field assignments.&lt;/P&gt;&lt;/BODY&gt;&lt;/HTML&gt;</description>
    <pubDate>Fri, 24 Jun 2005 08:04:49 GMT</pubDate>
    <dc:creator>jayanthi_jayaraman</dc:creator>
    <dc:date>2005-06-24T08:04:49Z</dc:date>
    <item>
      <title>Diff b/w zero and blank</title>
      <link>https://community.sap.com/t5/application-development-and-automation-discussions/diff-b-w-zero-and-blank/m-p/937926#M62535</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;please solve this small problem for me. &lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;i have some parameters on a report selection screen which are of type CURR... &lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;PARAMETERS : i_cenvat LIKE j_1ipart2-exbed MODIF ID ch1, &lt;/P&gt;&lt;P&gt;i_ecess LIKE j_1ipart2-exbed MODIF ID ch2. &lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;now my requirement is that if the value of these are left blank then some calculation has to happen and the result is to be stored in a variable. however, if the user decides to enter some value in it...no calculation is to take place..........no problems so far.... &lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;the problem however arises when the user enters a 0 value in these fields. being a curr type field, the default value of 0 is taken up even if the field is left blank.....and my requirement is to do the calculation if it is left blank and not if 0 is entered.... &lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;i tried using type p but it gives me the same problem...... &lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;currently i m using a workaround by using character type.....but m sure there has to be a better way..... &lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;can anyone guide....???? Plzzzz......&lt;/P&gt;&lt;P&gt;_________________&lt;/P&gt;&lt;P&gt;regards, &lt;/P&gt;&lt;P&gt;PJ&lt;/P&gt;&lt;/BODY&gt;&lt;/HTML&gt;</description>
      <pubDate>Fri, 24 Jun 2005 07:47:59 GMT</pubDate>
      <guid>https://community.sap.com/t5/application-development-and-automation-discussions/diff-b-w-zero-and-blank/m-p/937926#M62535</guid>
      <dc:creator>Former Member</dc:creator>
      <dc:date>2005-06-24T07:47:59Z</dc:date>
    </item>
    <item>
      <title>Re: Diff b/w zero and blank</title>
      <link>https://community.sap.com/t5/application-development-and-automation-discussions/diff-b-w-zero-and-blank/m-p/937927#M62536</link>
      <description>&lt;HTML&gt;&lt;HEAD&gt;&lt;/HEAD&gt;&lt;BODY&gt;&lt;P&gt;Hi PJ,&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;I'm not sure, if there is a better way. &lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;The initial value of a curr (or other number fields) is 0 and not blank - so there is no difference ... unless you switch to character: here initial value is blank -&amp;gt; you can determine a 0, which was entered.&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;Regards,&lt;/P&gt;&lt;P&gt;Christian&lt;/P&gt;&lt;/BODY&gt;&lt;/HTML&gt;</description>
      <pubDate>Fri, 24 Jun 2005 07:52:05 GMT</pubDate>
      <guid>https://community.sap.com/t5/application-development-and-automation-discussions/diff-b-w-zero-and-blank/m-p/937927#M62536</guid>
      <dc:creator>christian_wohlfahrt</dc:creator>
      <dc:date>2005-06-24T07:52:05Z</dc:date>
    </item>
    <item>
      <title>Re: Diff b/w zero and blank</title>
      <link>https://community.sap.com/t5/application-development-and-automation-discussions/diff-b-w-zero-and-blank/m-p/937928#M62537</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;TO make &amp;lt;b&amp;gt;field blank&amp;lt;/b&amp;gt; during the display the type should be of &amp;lt;b&amp;gt;NUMC (N&amp;lt;/b&amp;gt;), other than this it will shouw Zero during the display.&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;Try this one.&lt;/P&gt;&lt;/BODY&gt;&lt;/HTML&gt;</description>
      <pubDate>Fri, 24 Jun 2005 07:59:11 GMT</pubDate>
      <guid>https://community.sap.com/t5/application-development-and-automation-discussions/diff-b-w-zero-and-blank/m-p/937928#M62537</guid>
      <dc:creator>Former Member</dc:creator>
      <dc:date>2005-06-24T07:59:11Z</dc:date>
    </item>
    <item>
      <title>Re: Diff b/w zero and blank</title>
      <link>https://community.sap.com/t5/application-development-and-automation-discussions/diff-b-w-zero-and-blank/m-p/937929#M62538</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;As I know,What are you using is correct.We need to make it as character,then we have to use,since you are talking about selection screen.&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;But in dialog programming,we can handle this type of situation by &lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;ON INPUT Process only on input &lt;/P&gt;&lt;P&gt;(where field contents are not initial) &lt;/P&gt;&lt;P&gt;ON CHAIN-INPUT Process only on input in a chain &lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;ON REQUEST Process only on request (when &lt;/P&gt;&lt;P&gt;user enters a value on the screen) &lt;/P&gt;&lt;P&gt;ON CHAIN-REQUEST Process only on request in a chain &lt;/P&gt;&lt;P&gt;ON &lt;STRONG&gt;-INPUT Process only on '&lt;/STRONG&gt;' input &lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;- You can only use ON ... with field assignments.&lt;/P&gt;&lt;/BODY&gt;&lt;/HTML&gt;</description>
      <pubDate>Fri, 24 Jun 2005 08:04:49 GMT</pubDate>
      <guid>https://community.sap.com/t5/application-development-and-automation-discussions/diff-b-w-zero-and-blank/m-p/937929#M62538</guid>
      <dc:creator>jayanthi_jayaraman</dc:creator>
      <dc:date>2005-06-24T08:04:49Z</dc:date>
    </item>
    <item>
      <title>Re: Diff b/w zero and blank</title>
      <link>https://community.sap.com/t5/application-development-and-automation-discussions/diff-b-w-zero-and-blank/m-p/937930#M62539</link>
      <description>&lt;HTML&gt;&lt;HEAD&gt;&lt;/HEAD&gt;&lt;BODY&gt;&lt;P&gt;instead of changing your parameter filed to type c, try the following.&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;data: ctest(20) .&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;parameters : test type p decimals 2 .&lt;/P&gt;&lt;P&gt;write:/ test .&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;move: test to ctest.&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;if ctest is initial .&lt;/P&gt;&lt;UL&gt;&lt;LI level="1" type="ul"&gt;&lt;P&gt;you can do your processing here as initial value for char is blank .&lt;/P&gt;&lt;/LI&gt;&lt;/UL&gt;&lt;P&gt;write: ctest .&lt;/P&gt;&lt;P&gt;endif .&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;Regards&lt;/P&gt;&lt;P&gt;Raja&lt;/P&gt;&lt;/BODY&gt;&lt;/HTML&gt;</description>
      <pubDate>Fri, 24 Jun 2005 08:08:22 GMT</pubDate>
      <guid>https://community.sap.com/t5/application-development-and-automation-discussions/diff-b-w-zero-and-blank/m-p/937930#M62539</guid>
      <dc:creator>athavanraja</dc:creator>
      <dc:date>2005-06-24T08:08:22Z</dc:date>
    </item>
    <item>
      <title>Re: Diff b/w zero and blank</title>
      <link>https://community.sap.com/t5/application-development-and-automation-discussions/diff-b-w-zero-and-blank/m-p/937931#M62540</link>
      <description>&lt;HTML&gt;&lt;HEAD&gt;&lt;/HEAD&gt;&lt;BODY&gt;&lt;P&gt;well thanx guys...&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;so i see that what i am doing is the only way out...(or as far as we know)....&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;Raja....what u r saying is exactly i am doing right now...thanx buddy!!&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;regards,&lt;/P&gt;&lt;P&gt;PJ&lt;/P&gt;&lt;/BODY&gt;&lt;/HTML&gt;</description>
      <pubDate>Fri, 24 Jun 2005 08:46:26 GMT</pubDate>
      <guid>https://community.sap.com/t5/application-development-and-automation-discussions/diff-b-w-zero-and-blank/m-p/937931#M62540</guid>
      <dc:creator>Former Member</dc:creator>
      <dc:date>2005-06-24T08:46:26Z</dc:date>
    </item>
  </channel>
</rss>

