<?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 capture the string values in Application Development and Automation Discussions</title>
    <link>https://community.sap.com/t5/application-development-and-automation-discussions/how-to-capture-the-string-values/m-p/4063407#M971320</link>
    <description>&lt;HTML&gt;&lt;HEAD&gt;&lt;/HEAD&gt;&lt;BODY&gt;&lt;P&gt;HI Dear&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;could you plz tell me the code how can i handle it in CJ20N this, Actullay i have also this assingment "Select those Projects whose status in not REL DLFL&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;With regards&lt;/P&gt;&lt;/BODY&gt;&lt;/HTML&gt;</description>
    <pubDate>Wed, 02 Feb 2011 13:44:41 GMT</pubDate>
    <dc:creator>Former Member</dc:creator>
    <dc:date>2011-02-02T13:44:41Z</dc:date>
    <item>
      <title>how to capture the string values</title>
      <link>https://community.sap.com/t5/application-development-and-automation-discussions/how-to-capture-the-string-values/m-p/4063402#M971315</link>
      <description>&lt;HTML&gt;&lt;HEAD&gt;&lt;/HEAD&gt;&lt;BODY&gt;&lt;P&gt;Hi Gurus,&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;Could you plz suggest me how to capture the string value.&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;My requirement is.&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;I have a structure field called  cnj_stat-sttxt_int and it is storing a value like "REL CDRT AVAC". AND the moddile value CDRT will change according to condtions. now i required to write a logic like if cnj_stat-sttxt_int field contain 'REL' and 'AVAC'.  I HAVE TO THROW SOME ERROR.&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;SO please give some idea about on it...&lt;/P&gt;&lt;P&gt;Its urgent..&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;points will be rewarded...&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;Thanks in advance!!!!&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;Thanks &amp;amp; regards,&lt;/P&gt;&lt;P&gt;Kranthi.&lt;/P&gt;&lt;/BODY&gt;&lt;/HTML&gt;</description>
      <pubDate>Thu, 03 Jul 2008 05:49:56 GMT</pubDate>
      <guid>https://community.sap.com/t5/application-development-and-automation-discussions/how-to-capture-the-string-values/m-p/4063402#M971315</guid>
      <dc:creator>Former Member</dc:creator>
      <dc:date>2008-07-03T05:49:56Z</dc:date>
    </item>
    <item>
      <title>Re: how to capture the string values</title>
      <link>https://community.sap.com/t5/application-development-and-automation-discussions/how-to-capture-the-string-values/m-p/4063403#M971316</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; Typ using Contains Pattern(CP).&lt;/P&gt;&lt;P&gt;example:&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt; IF cnj_stat-sttxt_int CP &lt;STRONG&gt;REL&lt;/STRONG&gt;AVAC*.&lt;/P&gt;&lt;P&gt;   Give some ERROR.&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;Jaya Vani&lt;/P&gt;&lt;/BODY&gt;&lt;/HTML&gt;</description>
      <pubDate>Thu, 03 Jul 2008 05:54:21 GMT</pubDate>
      <guid>https://community.sap.com/t5/application-development-and-automation-discussions/how-to-capture-the-string-values/m-p/4063403#M971316</guid>
      <dc:creator>Former Member</dc:creator>
      <dc:date>2008-07-03T05:54:21Z</dc:date>
    </item>
    <item>
      <title>Re: how to capture the string values</title>
      <link>https://community.sap.com/t5/application-development-and-automation-discussions/how-to-capture-the-string-values/m-p/4063404#M971317</link>
      <description>&lt;HTML&gt;&lt;HEAD&gt;&lt;/HEAD&gt;&lt;BODY&gt;&lt;P&gt;if cnj_stat-sttxt_int field contain 'REL' and 'AVAC'. I HAVE TO THROW SOME ERROR.&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;PRE&gt;&lt;CODE&gt;
if cnj_stat-sttxt_int CS 'REL' and cnj_stat-sttxt_int CS 'AVAC'. 

THROW SOME ERROR.

endif.&lt;/CODE&gt;&lt;/PRE&gt;&lt;P&gt;&lt;/P&gt;&lt;/BODY&gt;&lt;/HTML&gt;</description>
      <pubDate>Thu, 03 Jul 2008 05:54:58 GMT</pubDate>
      <guid>https://community.sap.com/t5/application-development-and-automation-discussions/how-to-capture-the-string-values/m-p/4063404#M971317</guid>
      <dc:creator>former_member156446</dc:creator>
      <dc:date>2008-07-03T05:54:58Z</dc:date>
    </item>
    <item>
      <title>Re: how to capture the string values</title>
      <link>https://community.sap.com/t5/application-development-and-automation-discussions/how-to-capture-the-string-values/m-p/4063405#M971318</link>
      <description>&lt;HTML&gt;&lt;HEAD&gt;&lt;/HEAD&gt;&lt;BODY&gt;&lt;P&gt;do it like in this way&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;if cnj_stat-sttxt_int cs 'REL' or cnj_stat-sttxt_int cs 'AVAC'.&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;message 'ERROR' type 'E'.&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;endif.&lt;/P&gt;&lt;/BODY&gt;&lt;/HTML&gt;</description>
      <pubDate>Thu, 03 Jul 2008 05:57:46 GMT</pubDate>
      <guid>https://community.sap.com/t5/application-development-and-automation-discussions/how-to-capture-the-string-values/m-p/4063405#M971318</guid>
      <dc:creator>Former Member</dc:creator>
      <dc:date>2008-07-03T05:57:46Z</dc:date>
    </item>
    <item>
      <title>Re: how to capture the string values</title>
      <link>https://community.sap.com/t5/application-development-and-automation-discussions/how-to-capture-the-string-values/m-p/4063406#M971319</link>
      <description>&lt;HTML&gt;&lt;HEAD&gt;&lt;/HEAD&gt;&lt;BODY&gt;&lt;P&gt;Thanks a lot my problem solved.&lt;/P&gt;&lt;P&gt;regards,&lt;/P&gt;&lt;P&gt;kranti.&lt;/P&gt;&lt;/BODY&gt;&lt;/HTML&gt;</description>
      <pubDate>Thu, 03 Jul 2008 08:52:35 GMT</pubDate>
      <guid>https://community.sap.com/t5/application-development-and-automation-discussions/how-to-capture-the-string-values/m-p/4063406#M971319</guid>
      <dc:creator>Former Member</dc:creator>
      <dc:date>2008-07-03T08:52:35Z</dc:date>
    </item>
    <item>
      <title>Re: how to capture the string values</title>
      <link>https://community.sap.com/t5/application-development-and-automation-discussions/how-to-capture-the-string-values/m-p/4063407#M971320</link>
      <description>&lt;HTML&gt;&lt;HEAD&gt;&lt;/HEAD&gt;&lt;BODY&gt;&lt;P&gt;HI Dear&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;could you plz tell me the code how can i handle it in CJ20N this, Actullay i have also this assingment "Select those Projects whose status in not REL DLFL&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;With regards&lt;/P&gt;&lt;/BODY&gt;&lt;/HTML&gt;</description>
      <pubDate>Wed, 02 Feb 2011 13:44:41 GMT</pubDate>
      <guid>https://community.sap.com/t5/application-development-and-automation-discussions/how-to-capture-the-string-values/m-p/4063407#M971320</guid>
      <dc:creator>Former Member</dc:creator>
      <dc:date>2011-02-02T13:44:41Z</dc:date>
    </item>
  </channel>
</rss>

