<?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: CHARACTER SHIFT in Application Development and Automation Discussions</title>
    <link>https://community.sap.com/t5/application-development-and-automation-discussions/character-shift/m-p/3813200#M917138</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;I think there are more ways to go:&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;1.&lt;/P&gt;&lt;P&gt;REPLACE 'ABAP WITH '' IN string.&lt;/P&gt;&lt;P&gt;CONDENSE string NO-GAPS.&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;Now string contains only the middle word.&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;2.&lt;/P&gt;&lt;P&gt;SPLIT string AT 'ABAP' INTO itab.&lt;/P&gt;&lt;P&gt;Now itab has only one line with the middle word.&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;hope this helps&lt;/P&gt;&lt;P&gt;ec&lt;/P&gt;&lt;/BODY&gt;&lt;/HTML&gt;</description>
    <pubDate>Wed, 21 May 2008 08:07:41 GMT</pubDate>
    <dc:creator>JozsefSzikszai</dc:creator>
    <dc:date>2008-05-21T08:07:41Z</dc:date>
    <item>
      <title>CHARACTER SHIFT</title>
      <link>https://community.sap.com/t5/application-development-and-automation-discussions/character-shift/m-p/3813199#M917137</link>
      <description>&lt;HTML&gt;&lt;HEAD&gt;&lt;/HEAD&gt;&lt;BODY&gt;&lt;P&gt;HI ALL,&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;HOW DO WE SELECT CHARACTERS BETWEEN TWO WORDS LIKE.&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;IF I HAVE ABAPSAPABAP.&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;I WANNA SELECT SAP FROM THE ABOVE WORD .&lt;/P&gt;&lt;P&gt;THE LENGTH OF THE WORD IN BETWEEN MIGHT CHANGE&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;LIKE IT MIGHT BE&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;ABAPSADGABAP&lt;/P&gt;&lt;P&gt;ABAPSDFGGTGHABAP&lt;/P&gt;&lt;/BODY&gt;&lt;/HTML&gt;</description>
      <pubDate>Wed, 21 May 2008 08:01:09 GMT</pubDate>
      <guid>https://community.sap.com/t5/application-development-and-automation-discussions/character-shift/m-p/3813199#M917137</guid>
      <dc:creator>Former Member</dc:creator>
      <dc:date>2008-05-21T08:01:09Z</dc:date>
    </item>
    <item>
      <title>Re: CHARACTER SHIFT</title>
      <link>https://community.sap.com/t5/application-development-and-automation-discussions/character-shift/m-p/3813200#M917138</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;I think there are more ways to go:&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;1.&lt;/P&gt;&lt;P&gt;REPLACE 'ABAP WITH '' IN string.&lt;/P&gt;&lt;P&gt;CONDENSE string NO-GAPS.&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;Now string contains only the middle word.&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;2.&lt;/P&gt;&lt;P&gt;SPLIT string AT 'ABAP' INTO itab.&lt;/P&gt;&lt;P&gt;Now itab has only one line with the middle word.&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;hope this helps&lt;/P&gt;&lt;P&gt;ec&lt;/P&gt;&lt;/BODY&gt;&lt;/HTML&gt;</description>
      <pubDate>Wed, 21 May 2008 08:07:41 GMT</pubDate>
      <guid>https://community.sap.com/t5/application-development-and-automation-discussions/character-shift/m-p/3813200#M917138</guid>
      <dc:creator>JozsefSzikszai</dc:creator>
      <dc:date>2008-05-21T08:07:41Z</dc:date>
    </item>
    <item>
      <title>Re: CHARACTER SHIFT</title>
      <link>https://community.sap.com/t5/application-development-and-automation-discussions/character-shift/m-p/3813201#M917139</link>
      <description>&lt;HTML&gt;&lt;HEAD&gt;&lt;/HEAD&gt;&lt;BODY&gt;&lt;P&gt;Hi ,&lt;/P&gt;&lt;P&gt;       Do you want SAP as a word or as diff characters .&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;Either you can use patterns CP &lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;or you use CA 'SAP' .&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;Please elaborate about the requirements .&lt;/P&gt;&lt;/BODY&gt;&lt;/HTML&gt;</description>
      <pubDate>Wed, 21 May 2008 08:07:58 GMT</pubDate>
      <guid>https://community.sap.com/t5/application-development-and-automation-discussions/character-shift/m-p/3813201#M917139</guid>
      <dc:creator>Former Member</dc:creator>
      <dc:date>2008-05-21T08:07:58Z</dc:date>
    </item>
    <item>
      <title>Re: CHARACTER SHIFT</title>
      <link>https://community.sap.com/t5/application-development-and-automation-discussions/character-shift/m-p/3813202#M917140</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;You can use CS ( Compare string) operator to acheive this.&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;Shruthi&lt;/P&gt;&lt;/BODY&gt;&lt;/HTML&gt;</description>
      <pubDate>Wed, 21 May 2008 08:08:12 GMT</pubDate>
      <guid>https://community.sap.com/t5/application-development-and-automation-discussions/character-shift/m-p/3813202#M917140</guid>
      <dc:creator>Former Member</dc:creator>
      <dc:date>2008-05-21T08:08:12Z</dc:date>
    </item>
    <item>
      <title>Re: CHARACTER SHIFT</title>
      <link>https://community.sap.com/t5/application-development-and-automation-discussions/character-shift/m-p/3813203#M917141</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;According to u first 4 digits and last 4 didgits are fixed.&lt;/P&gt;&lt;P&gt;so &lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;1. find out the length of the string and make the first 4 digits and last 4 digits as blanks by using off set...and replace...&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;for example if u get string length as 10 .&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;replace string+0(4) by space.&lt;/P&gt;&lt;P&gt;replace string+6(4) by space.&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;condense string ...&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;u will get middle value of the string.&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;Thanks,&lt;/P&gt;&lt;/BODY&gt;&lt;/HTML&gt;</description>
      <pubDate>Wed, 21 May 2008 08:08:50 GMT</pubDate>
      <guid>https://community.sap.com/t5/application-development-and-automation-discussions/character-shift/m-p/3813203#M917141</guid>
      <dc:creator>Former Member</dc:creator>
      <dc:date>2008-05-21T08:08:50Z</dc:date>
    </item>
    <item>
      <title>Re: CHARACTER SHIFT</title>
      <link>https://community.sap.com/t5/application-development-and-automation-discussions/character-shift/m-p/3813204#M917142</link>
      <description>&lt;HTML&gt;&lt;HEAD&gt;&lt;/HEAD&gt;&lt;BODY&gt;&lt;P&gt;GOT THE SOLUTION GUYS.&lt;/P&gt;&lt;P&gt;THANKS FOR YOUR HELP&lt;/P&gt;&lt;/BODY&gt;&lt;/HTML&gt;</description>
      <pubDate>Wed, 21 May 2008 08:29:29 GMT</pubDate>
      <guid>https://community.sap.com/t5/application-development-and-automation-discussions/character-shift/m-p/3813204#M917142</guid>
      <dc:creator>Former Member</dc:creator>
      <dc:date>2008-05-21T08:29:29Z</dc:date>
    </item>
  </channel>
</rss>

