<?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 identify single quote in strings. in Application Development and Automation Discussions</title>
    <link>https://community.sap.com/t5/application-development-and-automation-discussions/identify-single-quote-in-strings/m-p/2132609#M448400</link>
    <description>&lt;HTML&gt;&lt;HEAD&gt;&lt;/HEAD&gt;&lt;BODY&gt;&lt;P&gt;i have req:: a field is there its a charactor field:::&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;my req is that the user should enter 1234... or abcd... but he should not&lt;/P&gt;&lt;P&gt;write ''' in the field examp&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;1&amp;gt;    ab''12&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;2&amp;gt;    ''''&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;3&amp;gt;    12''3&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;for all other special charactor i can able to control but for  ' i could&lt;/P&gt;&lt;P&gt;not able to do any thing...&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;so how can i Do that&lt;/P&gt;&lt;/BODY&gt;&lt;/HTML&gt;</description>
    <pubDate>Wed, 18 Apr 2007 09:23:36 GMT</pubDate>
    <dc:creator>Former Member</dc:creator>
    <dc:date>2007-04-18T09:23:36Z</dc:date>
    <item>
      <title>identify single quote in strings.</title>
      <link>https://community.sap.com/t5/application-development-and-automation-discussions/identify-single-quote-in-strings/m-p/2132609#M448400</link>
      <description>&lt;HTML&gt;&lt;HEAD&gt;&lt;/HEAD&gt;&lt;BODY&gt;&lt;P&gt;i have req:: a field is there its a charactor field:::&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;my req is that the user should enter 1234... or abcd... but he should not&lt;/P&gt;&lt;P&gt;write ''' in the field examp&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;1&amp;gt;    ab''12&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;2&amp;gt;    ''''&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;3&amp;gt;    12''3&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;for all other special charactor i can able to control but for  ' i could&lt;/P&gt;&lt;P&gt;not able to do any thing...&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;so how can i Do that&lt;/P&gt;&lt;/BODY&gt;&lt;/HTML&gt;</description>
      <pubDate>Wed, 18 Apr 2007 09:23:36 GMT</pubDate>
      <guid>https://community.sap.com/t5/application-development-and-automation-discussions/identify-single-quote-in-strings/m-p/2132609#M448400</guid>
      <dc:creator>Former Member</dc:creator>
      <dc:date>2007-04-18T09:23:36Z</dc:date>
    </item>
    <item>
      <title>Re: identify single quote in strings.</title>
      <link>https://community.sap.com/t5/application-development-and-automation-discussions/identify-single-quote-in-strings/m-p/2132610#M448401</link>
      <description>&lt;HTML&gt;&lt;HEAD&gt;&lt;/HEAD&gt;&lt;BODY&gt;&lt;P&gt;Hi,&lt;/P&gt;&lt;P&gt;You can use the string comparison pattersn like&lt;/P&gt;&lt;P&gt;CP or CS or CA for this &lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;regards,&lt;/P&gt;&lt;P&gt;Anji&lt;/P&gt;&lt;/BODY&gt;&lt;/HTML&gt;</description>
      <pubDate>Wed, 18 Apr 2007 09:25:29 GMT</pubDate>
      <guid>https://community.sap.com/t5/application-development-and-automation-discussions/identify-single-quote-in-strings/m-p/2132610#M448401</guid>
      <dc:creator>Former Member</dc:creator>
      <dc:date>2007-04-18T09:25:29Z</dc:date>
    </item>
    <item>
      <title>Re: identify single quote in strings.</title>
      <link>https://community.sap.com/t5/application-development-and-automation-discussions/identify-single-quote-in-strings/m-p/2132611#M448402</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;declare variable:&lt;/P&gt;&lt;P&gt;constants: c_quote                   type c value ''''.&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;then check string using ca, cs.&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;regards,&lt;/P&gt;&lt;P&gt;Navneeth.K&lt;/P&gt;&lt;/BODY&gt;&lt;/HTML&gt;</description>
      <pubDate>Wed, 18 Apr 2007 09:26:36 GMT</pubDate>
      <guid>https://community.sap.com/t5/application-development-and-automation-discussions/identify-single-quote-in-strings/m-p/2132611#M448402</guid>
      <dc:creator>Former Member</dc:creator>
      <dc:date>2007-04-18T09:26:36Z</dc:date>
    </item>
    <item>
      <title>Re: identify single quote in strings.</title>
      <link>https://community.sap.com/t5/application-development-and-automation-discussions/identify-single-quote-in-strings/m-p/2132612#M448403</link>
      <description>&lt;HTML&gt;&lt;HEAD&gt;&lt;/HEAD&gt;&lt;BODY&gt;&lt;P&gt;Hi Anji/ Navaneeth,&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;I tried that way...its saying  ' text literal  '  '   ' is longer than 255 characters'.&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;Regards,&lt;/P&gt;&lt;P&gt;Sujatha.&lt;/P&gt;&lt;/BODY&gt;&lt;/HTML&gt;</description>
      <pubDate>Wed, 18 Apr 2007 09:29:42 GMT</pubDate>
      <guid>https://community.sap.com/t5/application-development-and-automation-discussions/identify-single-quote-in-strings/m-p/2132612#M448403</guid>
      <dc:creator>Former Member</dc:creator>
      <dc:date>2007-04-18T09:29:42Z</dc:date>
    </item>
    <item>
      <title>Re: identify single quote in strings.</title>
      <link>https://community.sap.com/t5/application-development-and-automation-discussions/identify-single-quote-in-strings/m-p/2132613#M448404</link>
      <description>&lt;HTML&gt;&lt;HEAD&gt;&lt;/HEAD&gt;&lt;BODY&gt;&lt;P&gt;Hi Sujatha,&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;Use CA string operation to check for the characters in a string.&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;DATA V_STRING TYPE STRING.&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;IF V_STRING CA '"''.&lt;/P&gt;&lt;P&gt;WRITE:/ 'STRING CONTAINS SINGLE QUOTES'.&lt;/P&gt;&lt;P&gt;ENDIF.&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;Thanks,&lt;/P&gt;&lt;P&gt;Vinay&lt;/P&gt;&lt;/BODY&gt;&lt;/HTML&gt;</description>
      <pubDate>Wed, 18 Apr 2007 09:30:40 GMT</pubDate>
      <guid>https://community.sap.com/t5/application-development-and-automation-discussions/identify-single-quote-in-strings/m-p/2132613#M448404</guid>
      <dc:creator>Former Member</dc:creator>
      <dc:date>2007-04-18T09:30:40Z</dc:date>
    </item>
    <item>
      <title>Re: identify single quote in strings.</title>
      <link>https://community.sap.com/t5/application-development-and-automation-discussions/identify-single-quote-in-strings/m-p/2132614#M448405</link>
      <description>&lt;HTML&gt;&lt;HEAD&gt;&lt;/HEAD&gt;&lt;BODY&gt;&lt;P&gt;Hi,&lt;/P&gt;&lt;P&gt;I thin u shud write : &lt;/P&gt;&lt;P&gt;Write : 'Text Literal ''''(4 quotes) is longer than 255 characters'.&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;Hope this shud solve ur issue.&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;Regards,&lt;/P&gt;&lt;P&gt;Himanshu&lt;/P&gt;&lt;/BODY&gt;&lt;/HTML&gt;</description>
      <pubDate>Wed, 18 Apr 2007 09:31:59 GMT</pubDate>
      <guid>https://community.sap.com/t5/application-development-and-automation-discussions/identify-single-quote-in-strings/m-p/2132614#M448405</guid>
      <dc:creator>Former Member</dc:creator>
      <dc:date>2007-04-18T09:31:59Z</dc:date>
    </item>
    <item>
      <title>Re: identify single quote in strings.</title>
      <link>https://community.sap.com/t5/application-development-and-automation-discussions/identify-single-quote-in-strings/m-p/2132615#M448406</link>
      <description>&lt;HTML&gt;&lt;HEAD&gt;&lt;/HEAD&gt;&lt;BODY&gt;&lt;P&gt;Hi Sujatha,&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;just put this code and check&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;data: v_str type string.&lt;/P&gt;&lt;P&gt;constants: c_quote type c value ''''.&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;concatenate 'Navneeth' c_quote 'SAP' into v_str.&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;if v_str ca c_quote.&lt;/P&gt;&lt;P&gt;  write 'Successfull'.&lt;/P&gt;&lt;P&gt;endif.&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;hope it solves your problem&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;regards,&lt;/P&gt;&lt;P&gt;Navneeth.K&lt;/P&gt;&lt;/BODY&gt;&lt;/HTML&gt;</description>
      <pubDate>Wed, 18 Apr 2007 09:35:37 GMT</pubDate>
      <guid>https://community.sap.com/t5/application-development-and-automation-discussions/identify-single-quote-in-strings/m-p/2132615#M448406</guid>
      <dc:creator>Former Member</dc:creator>
      <dc:date>2007-04-18T09:35:37Z</dc:date>
    </item>
    <item>
      <title>Re: identify single quote in strings.</title>
      <link>https://community.sap.com/t5/application-development-and-automation-discussions/identify-single-quote-in-strings/m-p/2132616#M448407</link>
      <description>&lt;HTML&gt;&lt;HEAD&gt;&lt;/HEAD&gt;&lt;BODY&gt;&lt;P&gt;Use the Quotes sysmbol that you see below the escape key in the key board.&lt;/P&gt;&lt;P&gt;if v_staring ca `'`.  &lt;/P&gt;&lt;P&gt;endif.&lt;/P&gt;&lt;/BODY&gt;&lt;/HTML&gt;</description>
      <pubDate>Wed, 18 Apr 2007 09:37:34 GMT</pubDate>
      <guid>https://community.sap.com/t5/application-development-and-automation-discussions/identify-single-quote-in-strings/m-p/2132616#M448407</guid>
      <dc:creator>Former Member</dc:creator>
      <dc:date>2007-04-18T09:37:34Z</dc:date>
    </item>
    <item>
      <title>Re: identify single quote in strings.</title>
      <link>https://community.sap.com/t5/application-development-and-automation-discussions/identify-single-quote-in-strings/m-p/2132617#M448408</link>
      <description>&lt;HTML&gt;&lt;HEAD&gt;&lt;/HEAD&gt;&lt;BODY&gt;&lt;P&gt;Hi Sujatha,&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;Did the above code sample solve your purpose.&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;regards,&lt;/P&gt;&lt;P&gt;Navneeth.K&lt;/P&gt;&lt;/BODY&gt;&lt;/HTML&gt;</description>
      <pubDate>Wed, 18 Apr 2007 09:56:25 GMT</pubDate>
      <guid>https://community.sap.com/t5/application-development-and-automation-discussions/identify-single-quote-in-strings/m-p/2132617#M448408</guid>
      <dc:creator>Former Member</dc:creator>
      <dc:date>2007-04-18T09:56:25Z</dc:date>
    </item>
    <item>
      <title>Re: identify single quote in strings.</title>
      <link>https://community.sap.com/t5/application-development-and-automation-discussions/identify-single-quote-in-strings/m-p/2132618#M448409</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;Ya,Ravikanth's post has solved my issue.&lt;/P&gt;&lt;P&gt;Anyway thanks to u all for ur responses.&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;Regards,&lt;/P&gt;&lt;P&gt;Sujatha.&lt;/P&gt;&lt;/BODY&gt;&lt;/HTML&gt;</description>
      <pubDate>Wed, 18 Apr 2007 10:07:36 GMT</pubDate>
      <guid>https://community.sap.com/t5/application-development-and-automation-discussions/identify-single-quote-in-strings/m-p/2132618#M448409</guid>
      <dc:creator>Former Member</dc:creator>
      <dc:date>2007-04-18T10:07:36Z</dc:date>
    </item>
  </channel>
</rss>

