<?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: CONDANCE abap Statement in Application Development and Automation Discussions</title>
    <link>https://community.sap.com/t5/application-development-and-automation-discussions/condance-abap-statement/m-p/2746505#M638495</link>
    <description>&lt;HTML&gt;&lt;HEAD&gt;&lt;/HEAD&gt;&lt;BODY&gt;&lt;P&gt;hi amit &amp;amp; koen.&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;Thanks for replay...&lt;/P&gt;&lt;P&gt;ya that was right but am not able to seec # with debug mode,&lt;/P&gt;&lt;P&gt;how can i hotcode with '#'.&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;this value is comming with space . i can't see any vaue in debug bode.&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;when oen the value with MS-DOS promt it can appears with value with #.&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;this is the problem am facing..&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;Can u chech once and revert back...&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;regards,&lt;/P&gt;&lt;P&gt;pala&lt;/P&gt;&lt;/BODY&gt;&lt;/HTML&gt;</description>
    <pubDate>Tue, 11 Sep 2007 09:13:49 GMT</pubDate>
    <dc:creator>Former Member</dc:creator>
    <dc:date>2007-09-11T09:13:49Z</dc:date>
    <item>
      <title>CONDANCE abap Statement</title>
      <link>https://community.sap.com/t5/application-development-and-automation-discussions/condance-abap-statement/m-p/2746502#M638492</link>
      <description>&lt;HTML&gt;&lt;HEAD&gt;&lt;/HEAD&gt;&lt;BODY&gt;&lt;P&gt;Hi Experts,&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;I have a small probelem with Condance abap statement.&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;issue..&lt;/P&gt;&lt;P&gt;I have a char field lenth 30, this field is the input field from the SAP master data.&lt;/P&gt;&lt;P&gt;when evert the user enter the field between , before or after space i want to delete the space it could not to allow.&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;i have used the condance field nane with NO-GAPS. this is working fine as of now.&lt;/P&gt;&lt;P&gt;when the user copy from the EXCEL sheet and past into sap that field is comming as blank field it is not appearing in debug mode also. bit storing in database table as a field plus space.&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;this field i copied and  i have seen in MS-WORD here is was showing sapace as the # charactor.&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;this issue how can i handle in my progam. is thare any statement to delete non sap char.&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;please help me on this.&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;regards,&lt;/P&gt;&lt;P&gt;pala.&lt;/P&gt;&lt;/BODY&gt;&lt;/HTML&gt;</description>
      <pubDate>Tue, 11 Sep 2007 08:03:51 GMT</pubDate>
      <guid>https://community.sap.com/t5/application-development-and-automation-discussions/condance-abap-statement/m-p/2746502#M638492</guid>
      <dc:creator>Former Member</dc:creator>
      <dc:date>2007-09-11T08:03:51Z</dc:date>
    </item>
    <item>
      <title>Re: CONDANCE abap Statement</title>
      <link>https://community.sap.com/t5/application-development-and-automation-discussions/condance-abap-statement/m-p/2746503#M638493</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;use the way,&lt;/P&gt;&lt;P&gt;replace all occurences of '#' with '' in lv_string.&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;grtz,&lt;/P&gt;&lt;P&gt;Koen&lt;/P&gt;&lt;/BODY&gt;&lt;/HTML&gt;</description>
      <pubDate>Tue, 11 Sep 2007 08:06:00 GMT</pubDate>
      <guid>https://community.sap.com/t5/application-development-and-automation-discussions/condance-abap-statement/m-p/2746503#M638493</guid>
      <dc:creator>Former Member</dc:creator>
      <dc:date>2007-09-11T08:06:00Z</dc:date>
    </item>
    <item>
      <title>Re: CONDANCE abap Statement</title>
      <link>https://community.sap.com/t5/application-development-and-automation-discussions/condance-abap-statement/m-p/2746504#M638494</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;Use following statments:&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;&amp;lt;b&amp;gt;Replace all occurences of '#' with ' ' in lv_string.&lt;/P&gt;&lt;P&gt;condense lv_string&amp;lt;/b&amp;gt;&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;*Award points if it helps.&lt;/P&gt;&lt;P&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;Amit&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;Message was edited by: &lt;/P&gt;&lt;P&gt;        Amit Kumar&lt;/P&gt;&lt;/BODY&gt;&lt;/HTML&gt;</description>
      <pubDate>Tue, 11 Sep 2007 08:12:11 GMT</pubDate>
      <guid>https://community.sap.com/t5/application-development-and-automation-discussions/condance-abap-statement/m-p/2746504#M638494</guid>
      <dc:creator>Former Member</dc:creator>
      <dc:date>2007-09-11T08:12:11Z</dc:date>
    </item>
    <item>
      <title>Re: CONDANCE abap Statement</title>
      <link>https://community.sap.com/t5/application-development-and-automation-discussions/condance-abap-statement/m-p/2746505#M638495</link>
      <description>&lt;HTML&gt;&lt;HEAD&gt;&lt;/HEAD&gt;&lt;BODY&gt;&lt;P&gt;hi amit &amp;amp; koen.&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;Thanks for replay...&lt;/P&gt;&lt;P&gt;ya that was right but am not able to seec # with debug mode,&lt;/P&gt;&lt;P&gt;how can i hotcode with '#'.&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;this value is comming with space . i can't see any vaue in debug bode.&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;when oen the value with MS-DOS promt it can appears with value with #.&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;this is the problem am facing..&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;Can u chech once and revert back...&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;regards,&lt;/P&gt;&lt;P&gt;pala&lt;/P&gt;&lt;/BODY&gt;&lt;/HTML&gt;</description>
      <pubDate>Tue, 11 Sep 2007 09:13:49 GMT</pubDate>
      <guid>https://community.sap.com/t5/application-development-and-automation-discussions/condance-abap-statement/m-p/2746505#M638495</guid>
      <dc:creator>Former Member</dc:creator>
      <dc:date>2007-09-11T09:13:49Z</dc:date>
    </item>
  </channel>
</rss>

