<?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: ABAP statement in Application Development and Automation Discussions</title>
    <link>https://community.sap.com/t5/application-development-and-automation-discussions/abap-statement/m-p/2128432#M447139</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;if wa_var CO '0123456789'.&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt; This statement refers that if  wa_var contains any of '1234567890'.&lt;/P&gt;&lt;P&gt; the condition will be true..&lt;/P&gt;&lt;P&gt; it will allow the control to execute the next corresponding statement.&lt;/P&gt;&lt;P&gt;else it will skip.&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;Hope it will helps.&lt;/P&gt;&lt;P&gt;Regards&lt;/P&gt;&lt;P&gt;Bala.&lt;/P&gt;&lt;/BODY&gt;&lt;/HTML&gt;</description>
    <pubDate>Thu, 29 Mar 2007 14:22:31 GMT</pubDate>
    <dc:creator>Former Member</dc:creator>
    <dc:date>2007-03-29T14:22:31Z</dc:date>
    <item>
      <title>ABAP statement</title>
      <link>https://community.sap.com/t5/application-development-and-automation-discussions/abap-statement/m-p/2128424#M447131</link>
      <description>&lt;HTML&gt;&lt;HEAD&gt;&lt;/HEAD&gt;&lt;BODY&gt;&lt;P&gt;Hi,&lt;/P&gt;&lt;P&gt;Can you tell me what is the meaning of the following abap statement?&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;IF WA_VAR CO ' 0123456789'. &lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;Thanks!&lt;/P&gt;&lt;/BODY&gt;&lt;/HTML&gt;</description>
      <pubDate>Thu, 29 Mar 2007 14:14:56 GMT</pubDate>
      <guid>https://community.sap.com/t5/application-development-and-automation-discussions/abap-statement/m-p/2128424#M447131</guid>
      <dc:creator>Former Member</dc:creator>
      <dc:date>2007-03-29T14:14:56Z</dc:date>
    </item>
    <item>
      <title>Re: ABAP statement</title>
      <link>https://community.sap.com/t5/application-development-and-automation-discussions/abap-statement/m-p/2128425#M447132</link>
      <description>&lt;HTML&gt;&lt;HEAD&gt;&lt;/HEAD&gt;&lt;BODY&gt;&lt;P&gt;If the variable WA_VAR   Contains ONLY the values of '0 thru 9', then it is true... and enter into the underlying code of the IF statement&lt;/P&gt;&lt;/BODY&gt;&lt;/HTML&gt;</description>
      <pubDate>Thu, 29 Mar 2007 14:17:21 GMT</pubDate>
      <guid>https://community.sap.com/t5/application-development-and-automation-discussions/abap-statement/m-p/2128425#M447132</guid>
      <dc:creator>Former Member</dc:creator>
      <dc:date>2007-03-29T14:17:21Z</dc:date>
    </item>
    <item>
      <title>Re: ABAP statement</title>
      <link>https://community.sap.com/t5/application-development-and-automation-discussions/abap-statement/m-p/2128426#M447133</link>
      <description>&lt;HTML&gt;&lt;HEAD&gt;&lt;/HEAD&gt;&lt;BODY&gt;&lt;P&gt;Hi Krishen,&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;This statement means that does this variable WA_VAR contains only '123456789'.&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;CO here means CONTAINS ONLY&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;Thanks and Regards,&lt;/P&gt;&lt;P&gt;Kunjal Patel&lt;/P&gt;&lt;/BODY&gt;&lt;/HTML&gt;</description>
      <pubDate>Thu, 29 Mar 2007 14:17:54 GMT</pubDate>
      <guid>https://community.sap.com/t5/application-development-and-automation-discussions/abap-statement/m-p/2128426#M447133</guid>
      <dc:creator>Former Member</dc:creator>
      <dc:date>2007-03-29T14:17:54Z</dc:date>
    </item>
    <item>
      <title>Re: ABAP statement</title>
      <link>https://community.sap.com/t5/application-development-and-automation-discussions/abap-statement/m-p/2128427#M447134</link>
      <description>&lt;HTML&gt;&lt;HEAD&gt;&lt;/HEAD&gt;&lt;BODY&gt;&lt;P&gt;In short, it is a check for numeric values.&lt;/P&gt;&lt;P&gt;It is checking if the field has only numeric characters.&lt;/P&gt;&lt;P&gt;Regards,&lt;/P&gt;&lt;P&gt;Ravi&lt;/P&gt;&lt;/BODY&gt;&lt;/HTML&gt;</description>
      <pubDate>Thu, 29 Mar 2007 14:18:50 GMT</pubDate>
      <guid>https://community.sap.com/t5/application-development-and-automation-discussions/abap-statement/m-p/2128427#M447134</guid>
      <dc:creator>Former Member</dc:creator>
      <dc:date>2007-03-29T14:18:50Z</dc:date>
    </item>
    <item>
      <title>Re: ABAP statement</title>
      <link>https://community.sap.com/t5/application-development-and-automation-discussions/abap-statement/m-p/2128428#M447135</link>
      <description>&lt;HTML&gt;&lt;HEAD&gt;&lt;/HEAD&gt;&lt;BODY&gt;&lt;P&gt;&lt;A href="http://help.sap.com/saphelp_47x200/helpdata/en/fc/eb3516358411d1829f0000e829fbfe/frameset.htm" target="test_blank"&gt;http://help.sap.com/saphelp_47x200/helpdata/en/fc/eb3516358411d1829f0000e829fbfe/frameset.htm&lt;/A&gt;&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;A.&lt;/P&gt;&lt;/BODY&gt;&lt;/HTML&gt;</description>
      <pubDate>Thu, 29 Mar 2007 14:19:23 GMT</pubDate>
      <guid>https://community.sap.com/t5/application-development-and-automation-discussions/abap-statement/m-p/2128428#M447135</guid>
      <dc:creator>andreas_mann3</dc:creator>
      <dc:date>2007-03-29T14:19:23Z</dc:date>
    </item>
    <item>
      <title>Re: ABAP statement</title>
      <link>https://community.sap.com/t5/application-development-and-automation-discussions/abap-statement/m-p/2128429#M447136</link>
      <description>&lt;HTML&gt;&lt;HEAD&gt;&lt;/HEAD&gt;&lt;BODY&gt;&lt;P&gt;HI Krishen,&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;IF WA_VAR CO ' 0123456789'&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;Contains Only in this case check for numeric values in WA_VAR .. in the sense it act as similar to NUMERIC_CHECK FM Functionality ..&lt;/P&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>Thu, 29 Mar 2007 14:19:24 GMT</pubDate>
      <guid>https://community.sap.com/t5/application-development-and-automation-discussions/abap-statement/m-p/2128429#M447136</guid>
      <dc:creator>Former Member</dc:creator>
      <dc:date>2007-03-29T14:19:24Z</dc:date>
    </item>
    <item>
      <title>Re: ABAP statement</title>
      <link>https://community.sap.com/t5/application-development-and-automation-discussions/abap-statement/m-p/2128430#M447137</link>
      <description>&lt;HTML&gt;&lt;HEAD&gt;&lt;/HEAD&gt;&lt;BODY&gt;&lt;P&gt;it means...&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;if the varialbe WA_VAR &amp;lt;b&amp;gt;c&amp;lt;/b&amp;gt;ontains &amp;lt;b&amp;gt;o&amp;lt;/b&amp;gt;nly the characters from '0123456789'.&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;Thx&lt;/P&gt;&lt;P&gt;pavan&lt;/P&gt;&lt;/BODY&gt;&lt;/HTML&gt;</description>
      <pubDate>Thu, 29 Mar 2007 14:20:15 GMT</pubDate>
      <guid>https://community.sap.com/t5/application-development-and-automation-discussions/abap-statement/m-p/2128430#M447137</guid>
      <dc:creator>Former Member</dc:creator>
      <dc:date>2007-03-29T14:20:15Z</dc:date>
    </item>
    <item>
      <title>Re: ABAP statement</title>
      <link>https://community.sap.com/t5/application-development-and-automation-discussions/abap-statement/m-p/2128431#M447138</link>
      <description>&lt;HTML&gt;&lt;HEAD&gt;&lt;/HEAD&gt;&lt;BODY&gt;&lt;P&gt;Hi Krishen,&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;CO means contains only.&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;In your case, system will check whether field WA_VAR contains value ' 0123456789' or not.&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;Please check this link for more information string comparison.&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;&lt;A href="http://help.sap.com/saphelp_nw2004s/helpdata/en/fc/eb3516358411d1829f0000e829fbfe/content.htm" target="test_blank"&gt;http://help.sap.com/saphelp_nw2004s/helpdata/en/fc/eb3516358411d1829f0000e829fbfe/content.htm&lt;/A&gt;&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;Ferry Lianto&lt;/P&gt;&lt;/BODY&gt;&lt;/HTML&gt;</description>
      <pubDate>Thu, 29 Mar 2007 14:20:23 GMT</pubDate>
      <guid>https://community.sap.com/t5/application-development-and-automation-discussions/abap-statement/m-p/2128431#M447138</guid>
      <dc:creator>Former Member</dc:creator>
      <dc:date>2007-03-29T14:20:23Z</dc:date>
    </item>
    <item>
      <title>Re: ABAP statement</title>
      <link>https://community.sap.com/t5/application-development-and-automation-discussions/abap-statement/m-p/2128432#M447139</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;if wa_var CO '0123456789'.&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt; This statement refers that if  wa_var contains any of '1234567890'.&lt;/P&gt;&lt;P&gt; the condition will be true..&lt;/P&gt;&lt;P&gt; it will allow the control to execute the next corresponding statement.&lt;/P&gt;&lt;P&gt;else it will skip.&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;Hope it will helps.&lt;/P&gt;&lt;P&gt;Regards&lt;/P&gt;&lt;P&gt;Bala.&lt;/P&gt;&lt;/BODY&gt;&lt;/HTML&gt;</description>
      <pubDate>Thu, 29 Mar 2007 14:22:31 GMT</pubDate>
      <guid>https://community.sap.com/t5/application-development-and-automation-discussions/abap-statement/m-p/2128432#M447139</guid>
      <dc:creator>Former Member</dc:creator>
      <dc:date>2007-03-29T14:22:31Z</dc:date>
    </item>
  </channel>
</rss>

