<?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: How to write this syntax in Application Development and Automation Discussions</title>
    <link>https://community.sap.com/t5/application-development-and-automation-discussions/how-to-write-this-syntax/m-p/1690487#M303483</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 is better to use this way ..&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;i.e,&lt;/P&gt;&lt;PRE&gt;&lt;CODE&gt;
IF it_bseg-menge &amp;lt;b&amp;gt;=&amp;lt;/b&amp;gt; 0.
...
ELSE.
...
Endif.&lt;/CODE&gt;&lt;/PRE&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;Regards,&lt;/P&gt;&lt;P&gt;Santosh&lt;/P&gt;&lt;/BODY&gt;&lt;/HTML&gt;</description>
    <pubDate>Wed, 01 Nov 2006 15:27:38 GMT</pubDate>
    <dc:creator>Former Member</dc:creator>
    <dc:date>2006-11-01T15:27:38Z</dc:date>
    <item>
      <title>How to write this syntax</title>
      <link>https://community.sap.com/t5/application-development-and-automation-discussions/how-to-write-this-syntax/m-p/1690482#M303478</link>
      <description>&lt;HTML&gt;&lt;HEAD&gt;&lt;/HEAD&gt;&lt;BODY&gt;&lt;P&gt;shall i write my code like below&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;IF it_bseg-menge EQ 0.&lt;/P&gt;&lt;P&gt;...&lt;/P&gt;&lt;P&gt;ELSE.&lt;/P&gt;&lt;P&gt;...&lt;/P&gt;&lt;P&gt;Endif.&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;OR &lt;/P&gt;&lt;P&gt;IF NOT it_bseg-menge is INITIAL.&lt;/P&gt;&lt;P&gt;...&lt;/P&gt;&lt;P&gt;ELSE.&lt;/P&gt;&lt;P&gt;...&lt;/P&gt;&lt;P&gt;Endif.&lt;/P&gt;&lt;/BODY&gt;&lt;/HTML&gt;</description>
      <pubDate>Wed, 01 Nov 2006 15:15:55 GMT</pubDate>
      <guid>https://community.sap.com/t5/application-development-and-automation-discussions/how-to-write-this-syntax/m-p/1690482#M303478</guid>
      <dc:creator>Former Member</dc:creator>
      <dc:date>2006-11-01T15:15:55Z</dc:date>
    </item>
    <item>
      <title>Re: How to write this syntax</title>
      <link>https://community.sap.com/t5/application-development-and-automation-discussions/how-to-write-this-syntax/m-p/1690483#M303479</link>
      <description>&lt;HTML&gt;&lt;HEAD&gt;&lt;/HEAD&gt;&lt;BODY&gt;&lt;P&gt;Either will work.&lt;/P&gt;&lt;/BODY&gt;&lt;/HTML&gt;</description>
      <pubDate>Wed, 01 Nov 2006 15:18:34 GMT</pubDate>
      <guid>https://community.sap.com/t5/application-development-and-automation-discussions/how-to-write-this-syntax/m-p/1690483#M303479</guid>
      <dc:creator>Former Member</dc:creator>
      <dc:date>2006-11-01T15:18:34Z</dc:date>
    </item>
    <item>
      <title>Re: How to write this syntax</title>
      <link>https://community.sap.com/t5/application-development-and-automation-discussions/how-to-write-this-syntax/m-p/1690484#M303480</link>
      <description>&lt;HTML&gt;&lt;HEAD&gt;&lt;/HEAD&gt;&lt;BODY&gt;&lt;P&gt;checking if not is initial gives better result.&lt;/P&gt;&lt;/BODY&gt;&lt;/HTML&gt;</description>
      <pubDate>Wed, 01 Nov 2006 15:18:50 GMT</pubDate>
      <guid>https://community.sap.com/t5/application-development-and-automation-discussions/how-to-write-this-syntax/m-p/1690484#M303480</guid>
      <dc:creator>Former Member</dc:creator>
      <dc:date>2006-11-01T15:18:50Z</dc:date>
    </item>
    <item>
      <title>Re: How to write this syntax</title>
      <link>https://community.sap.com/t5/application-development-and-automation-discussions/how-to-write-this-syntax/m-p/1690485#M303481</link>
      <description>&lt;HTML&gt;&lt;HEAD&gt;&lt;/HEAD&gt;&lt;BODY&gt;&lt;P&gt;Sam,&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;it_bseg-menge = 0 is better than it_bseg-menge eq 0.&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;-Anu&lt;/P&gt;&lt;/BODY&gt;&lt;/HTML&gt;</description>
      <pubDate>Wed, 01 Nov 2006 15:21:30 GMT</pubDate>
      <guid>https://community.sap.com/t5/application-development-and-automation-discussions/how-to-write-this-syntax/m-p/1690485#M303481</guid>
      <dc:creator>Former Member</dc:creator>
      <dc:date>2006-11-01T15:21:30Z</dc:date>
    </item>
    <item>
      <title>Re: How to write this syntax</title>
      <link>https://community.sap.com/t5/application-development-and-automation-discussions/how-to-write-this-syntax/m-p/1690486#M303482</link>
      <description>&lt;HTML&gt;&lt;HEAD&gt;&lt;/HEAD&gt;&lt;BODY&gt;&lt;P&gt;I think it is a preference here, in my case, I think it is more readable to use....&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;PRE&gt;&lt;CODE&gt;if it_bseg-menge = 0.&lt;/CODE&gt;&lt;/PRE&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;Regards,&lt;/P&gt;&lt;P&gt;Rich Heilman&lt;/P&gt;&lt;/BODY&gt;&lt;/HTML&gt;</description>
      <pubDate>Wed, 01 Nov 2006 15:23:01 GMT</pubDate>
      <guid>https://community.sap.com/t5/application-development-and-automation-discussions/how-to-write-this-syntax/m-p/1690486#M303482</guid>
      <dc:creator>RichHeilman</dc:creator>
      <dc:date>2006-11-01T15:23:01Z</dc:date>
    </item>
    <item>
      <title>Re: How to write this syntax</title>
      <link>https://community.sap.com/t5/application-development-and-automation-discussions/how-to-write-this-syntax/m-p/1690487#M303483</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 is better to use this way ..&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;i.e,&lt;/P&gt;&lt;PRE&gt;&lt;CODE&gt;
IF it_bseg-menge &amp;lt;b&amp;gt;=&amp;lt;/b&amp;gt; 0.
...
ELSE.
...
Endif.&lt;/CODE&gt;&lt;/PRE&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;Regards,&lt;/P&gt;&lt;P&gt;Santosh&lt;/P&gt;&lt;/BODY&gt;&lt;/HTML&gt;</description>
      <pubDate>Wed, 01 Nov 2006 15:27:38 GMT</pubDate>
      <guid>https://community.sap.com/t5/application-development-and-automation-discussions/how-to-write-this-syntax/m-p/1690487#M303483</guid>
      <dc:creator>Former Member</dc:creator>
      <dc:date>2006-11-01T15:27:38Z</dc:date>
    </item>
    <item>
      <title>Re: How to write this syntax</title>
      <link>https://community.sap.com/t5/application-development-and-automation-discussions/how-to-write-this-syntax/m-p/1690488#M303484</link>
      <description>&lt;HTML&gt;&lt;HEAD&gt;&lt;/HEAD&gt;&lt;BODY&gt;&lt;P&gt;Hi,&lt;/P&gt;&lt;P&gt;      use below logic&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;  if else is more readable and easy to undestantd the logic w.r.t to if not statement&lt;/P&gt;&lt;P&gt;.&lt;/P&gt;&lt;P&gt;     IF it_bseg-menge = 0. &lt;/P&gt;&lt;P&gt;    (use = operator to comapare &lt;/P&gt;&lt;P&gt;      numeric fields and eq for character fields)  &lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;        ...&lt;/P&gt;&lt;P&gt;ELSE.&lt;/P&gt;&lt;P&gt;...&lt;/P&gt;&lt;P&gt;Endif    &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;amole&lt;/P&gt;&lt;/BODY&gt;&lt;/HTML&gt;</description>
      <pubDate>Wed, 01 Nov 2006 16:20:35 GMT</pubDate>
      <guid>https://community.sap.com/t5/application-development-and-automation-discussions/how-to-write-this-syntax/m-p/1690488#M303484</guid>
      <dc:creator>Former Member</dc:creator>
      <dc:date>2006-11-01T16:20:35Z</dc:date>
    </item>
  </channel>
</rss>

