<?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: Case statement? in Application Development and Automation Discussions</title>
    <link>https://community.sap.com/t5/application-development-and-automation-discussions/case-statement/m-p/3607270#M868957</link>
    <description>&lt;HTML&gt;&lt;HEAD&gt;&lt;/HEAD&gt;&lt;BODY&gt;&lt;P&gt;use this..&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;Parameters: a type i.&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;case a.&lt;/P&gt;&lt;P&gt;when 10.&lt;/P&gt;&lt;P&gt;write: 'ten'.&lt;/P&gt;&lt;P&gt;when 20.&lt;/P&gt;&lt;P&gt;write: 'twenty'.&lt;/P&gt;&lt;P&gt;when others.&lt;/P&gt;&lt;P&gt;write 'others'.&lt;/P&gt;&lt;P&gt;endcase.&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;regards,&lt;/P&gt;&lt;P&gt;venkat.&lt;/P&gt;&lt;/BODY&gt;&lt;/HTML&gt;</description>
    <pubDate>Tue, 18 Mar 2008 17:22:34 GMT</pubDate>
    <dc:creator>Former Member</dc:creator>
    <dc:date>2008-03-18T17:22:34Z</dc:date>
    <item>
      <title>Case statement?</title>
      <link>https://community.sap.com/t5/application-development-and-automation-discussions/case-statement/m-p/3607269#M868956</link>
      <description>&lt;HTML&gt;&lt;HEAD&gt;&lt;/HEAD&gt;&lt;BODY&gt;&lt;P&gt;Hi friends i am not gettingthe out put for case statement like my code is..&lt;/P&gt;&lt;P&gt; &lt;/P&gt;&lt;P&gt;Parameters: a type i.&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;case 'X'.&lt;/P&gt;&lt;P&gt;when 10.&lt;/P&gt;&lt;P&gt;write: 'ten'.&lt;/P&gt;&lt;P&gt;when 20.&lt;/P&gt;&lt;P&gt;write: 'twenty'.&lt;/P&gt;&lt;P&gt;when others.&lt;/P&gt;&lt;P&gt;write 'others'.&lt;/P&gt;&lt;P&gt;endcase.&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;but i am failing to get the output with the above code can any one help me with the above wheather i am going wwrong with commos or syntax error.&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;Edited by: Alvaro Tejada Galindo on Mar 18, 2008 5:19 PM&lt;/P&gt;&lt;/BODY&gt;&lt;/HTML&gt;</description>
      <pubDate>Tue, 18 Mar 2008 17:20:09 GMT</pubDate>
      <guid>https://community.sap.com/t5/application-development-and-automation-discussions/case-statement/m-p/3607269#M868956</guid>
      <dc:creator>Former Member</dc:creator>
      <dc:date>2008-03-18T17:20:09Z</dc:date>
    </item>
    <item>
      <title>Re: Case statement?</title>
      <link>https://community.sap.com/t5/application-development-and-automation-discussions/case-statement/m-p/3607270#M868957</link>
      <description>&lt;HTML&gt;&lt;HEAD&gt;&lt;/HEAD&gt;&lt;BODY&gt;&lt;P&gt;use this..&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;Parameters: a type i.&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;case a.&lt;/P&gt;&lt;P&gt;when 10.&lt;/P&gt;&lt;P&gt;write: 'ten'.&lt;/P&gt;&lt;P&gt;when 20.&lt;/P&gt;&lt;P&gt;write: 'twenty'.&lt;/P&gt;&lt;P&gt;when others.&lt;/P&gt;&lt;P&gt;write 'others'.&lt;/P&gt;&lt;P&gt;endcase.&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;regards,&lt;/P&gt;&lt;P&gt;venkat.&lt;/P&gt;&lt;/BODY&gt;&lt;/HTML&gt;</description>
      <pubDate>Tue, 18 Mar 2008 17:22:34 GMT</pubDate>
      <guid>https://community.sap.com/t5/application-development-and-automation-discussions/case-statement/m-p/3607270#M868957</guid>
      <dc:creator>Former Member</dc:creator>
      <dc:date>2008-03-18T17:22:34Z</dc:date>
    </item>
    <item>
      <title>Re: Case statement?</title>
      <link>https://community.sap.com/t5/application-development-and-automation-discussions/case-statement/m-p/3607271#M868958</link>
      <description>&lt;HTML&gt;&lt;HEAD&gt;&lt;/HEAD&gt;&lt;BODY&gt;&lt;P&gt;Chang ur code to:&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;Parameters: a type i.&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;Case a.&lt;/P&gt;&lt;P&gt;when 10.&lt;/P&gt;&lt;P&gt;write: 'ten'.&lt;/P&gt;&lt;P&gt;when 20.&lt;/P&gt;&lt;P&gt;write: 'twenty'.&lt;/P&gt;&lt;P&gt;when others.&lt;/P&gt;&lt;P&gt;write 'others'.&lt;/P&gt;&lt;P&gt;endcase.&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;since ur variable is a.&lt;/P&gt;&lt;/BODY&gt;&lt;/HTML&gt;</description>
      <pubDate>Tue, 18 Mar 2008 17:23:12 GMT</pubDate>
      <guid>https://community.sap.com/t5/application-development-and-automation-discussions/case-statement/m-p/3607271#M868958</guid>
      <dc:creator>Former Member</dc:creator>
      <dc:date>2008-03-18T17:23:12Z</dc:date>
    </item>
    <item>
      <title>Re: Case statement?</title>
      <link>https://community.sap.com/t5/application-development-and-automation-discussions/case-statement/m-p/3607272#M868959</link>
      <description>&lt;HTML&gt;&lt;HEAD&gt;&lt;/HEAD&gt;&lt;BODY&gt;&lt;P&gt;You should write this way&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;parameter: x type i.&lt;/P&gt;&lt;P&gt;&lt;STRONG&gt;case X.&lt;/STRONG&gt;when 10.&lt;/P&gt;&lt;P&gt;write: 'ten'.&lt;/P&gt;&lt;P&gt;when 20.&lt;/P&gt;&lt;P&gt;write: 'twenty'.&lt;/P&gt;&lt;P&gt;when others.&lt;/P&gt;&lt;P&gt;write 'others'.&lt;/P&gt;&lt;P&gt;endcase.&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;No single quotes for X.&lt;/P&gt;&lt;/BODY&gt;&lt;/HTML&gt;</description>
      <pubDate>Tue, 18 Mar 2008 17:27:19 GMT</pubDate>
      <guid>https://community.sap.com/t5/application-development-and-automation-discussions/case-statement/m-p/3607272#M868959</guid>
      <dc:creator>Former Member</dc:creator>
      <dc:date>2008-03-18T17:27:19Z</dc:date>
    </item>
  </channel>
</rss>

