<?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: Shift Delete problem in Application Development and Automation Discussions</title>
    <link>https://community.sap.com/t5/application-development-and-automation-discussions/shift-delete-problem/m-p/5238270#M1210514</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 this:&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;PRE&gt;&lt;CODE&gt;data: v_char type string value '"ABCDF"'.

REPLACE ALL OCCURRENCES OF '"' IN v_char with space.
condense v_char.

WRITE:/ V_CHAR.&lt;/CODE&gt;&lt;/PRE&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;thanks\&lt;/P&gt;&lt;P&gt;Mahesh&lt;/P&gt;&lt;/BODY&gt;&lt;/HTML&gt;</description>
    <pubDate>Wed, 11 Feb 2009 11:46:24 GMT</pubDate>
    <dc:creator>former_member222860</dc:creator>
    <dc:date>2009-02-11T11:46:24Z</dc:date>
    <item>
      <title>Shift Delete problem</title>
      <link>https://community.sap.com/t5/application-development-and-automation-discussions/shift-delete-problem/m-p/5238267#M1210511</link>
      <description>&lt;HTML&gt;&lt;HEAD&gt;&lt;/HEAD&gt;&lt;BODY&gt;&lt;P&gt;Hi Guys,&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;I have a Text as   "ABCDEFGH"&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;I need to remove the Quotes ( " ) at the start and the end. &lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;Kindly help.&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;Thanks and regards,&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;Frank&lt;/P&gt;&lt;/BODY&gt;&lt;/HTML&gt;</description>
      <pubDate>Wed, 11 Feb 2009 11:39:23 GMT</pubDate>
      <guid>https://community.sap.com/t5/application-development-and-automation-discussions/shift-delete-problem/m-p/5238267#M1210511</guid>
      <dc:creator>Former Member</dc:creator>
      <dc:date>2009-02-11T11:39:23Z</dc:date>
    </item>
    <item>
      <title>Re: Shift Delete problem</title>
      <link>https://community.sap.com/t5/application-development-and-automation-discussions/shift-delete-problem/m-p/5238268#M1210512</link>
      <description>&lt;HTML&gt;&lt;HEAD&gt;&lt;/HEAD&gt;&lt;BODY&gt;&lt;P&gt;calculate the length of the string forst.&lt;/P&gt;&lt;P&gt;here in ur eg it is 10.&lt;/P&gt;&lt;P&gt;v_length = STRLEN( v_text )&lt;/P&gt;&lt;P&gt;v_next = 0. &lt;/P&gt;&lt;P&gt;v_count = 0.&lt;/P&gt;&lt;P&gt;DO v_length TIMES.&lt;/P&gt;&lt;P&gt;if v_text+v_next(v_length) = ' " '.&lt;/P&gt;&lt;P&gt;REPLACE  ' " ' in v_text with ' ' into v_text.&lt;/P&gt;&lt;P&gt;ENDIF.&lt;/P&gt;&lt;P&gt;ENDDO.&lt;/P&gt;&lt;P&gt;v_text will hve value without ".&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;OR REPLACE ALL OCCURENCES OF ' " ' IN V_TEXT WITH ' ' INTO V_TEXT.&lt;/P&gt;&lt;P&gt;Edited by: Kalyan Chakravarthi on Feb 11, 2009 12:43 PM&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;Edited by: Kalyan Chakravarthi on Feb 11, 2009 12:47 PM&lt;/P&gt;&lt;/BODY&gt;&lt;/HTML&gt;</description>
      <pubDate>Wed, 11 Feb 2009 11:42:11 GMT</pubDate>
      <guid>https://community.sap.com/t5/application-development-and-automation-discussions/shift-delete-problem/m-p/5238268#M1210512</guid>
      <dc:creator>Former Member</dc:creator>
      <dc:date>2009-02-11T11:42:11Z</dc:date>
    </item>
    <item>
      <title>Re: Shift Delete problem</title>
      <link>https://community.sap.com/t5/application-development-and-automation-discussions/shift-delete-problem/m-p/5238269#M1210513</link>
      <description>&lt;HTML&gt;&lt;HEAD&gt;&lt;/HEAD&gt;&lt;BODY&gt;&lt;P&gt;Hi Frank,&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;Kindly go through this link below:&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;&lt;A class="jive_macro jive_macro_message" href="https://community.sap.com/" __jive_macro_name="message" modifiedtitle="true" __default_attr="1833878"&gt;&lt;/A&gt;&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;Hope it helps&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;Regrds&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;Mansi&lt;/P&gt;&lt;/BODY&gt;&lt;/HTML&gt;</description>
      <pubDate>Wed, 11 Feb 2009 11:44:22 GMT</pubDate>
      <guid>https://community.sap.com/t5/application-development-and-automation-discussions/shift-delete-problem/m-p/5238269#M1210513</guid>
      <dc:creator>Former Member</dc:creator>
      <dc:date>2009-02-11T11:44:22Z</dc:date>
    </item>
    <item>
      <title>Re: Shift Delete problem</title>
      <link>https://community.sap.com/t5/application-development-and-automation-discussions/shift-delete-problem/m-p/5238270#M1210514</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 this:&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;PRE&gt;&lt;CODE&gt;data: v_char type string value '"ABCDF"'.

REPLACE ALL OCCURRENCES OF '"' IN v_char with space.
condense v_char.

WRITE:/ V_CHAR.&lt;/CODE&gt;&lt;/PRE&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;thanks\&lt;/P&gt;&lt;P&gt;Mahesh&lt;/P&gt;&lt;/BODY&gt;&lt;/HTML&gt;</description>
      <pubDate>Wed, 11 Feb 2009 11:46:24 GMT</pubDate>
      <guid>https://community.sap.com/t5/application-development-and-automation-discussions/shift-delete-problem/m-p/5238270#M1210514</guid>
      <dc:creator>former_member222860</dc:creator>
      <dc:date>2009-02-11T11:46:24Z</dc:date>
    </item>
    <item>
      <title>Re: Shift Delete problem</title>
      <link>https://community.sap.com/t5/application-development-and-automation-discussions/shift-delete-problem/m-p/5238271#M1210515</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;go with following code.&lt;/P&gt;&lt;UL&gt;&lt;LI level="1" type="ul"&gt;&lt;P&gt;if  w_obj has the text "ABCDEFGH"&lt;/P&gt;&lt;/LI&gt;&lt;/UL&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;data: w_i type i,&lt;/P&gt;&lt;P&gt;        w_char type string.&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;w_i = strlen( w_obj ).&lt;/P&gt;&lt;P&gt;w_i = w_i - 1.&lt;/P&gt;&lt;P&gt;w_char = w_obj+1(w_i).&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;write: w_char.&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;Regard&lt;/P&gt;&lt;/BODY&gt;&lt;/HTML&gt;</description>
      <pubDate>Wed, 11 Feb 2009 11:47:22 GMT</pubDate>
      <guid>https://community.sap.com/t5/application-development-and-automation-discussions/shift-delete-problem/m-p/5238271#M1210515</guid>
      <dc:creator>Former Member</dc:creator>
      <dc:date>2009-02-11T11:47:22Z</dc:date>
    </item>
    <item>
      <title>Re: Shift Delete problem</title>
      <link>https://community.sap.com/t5/application-development-and-automation-discussions/shift-delete-problem/m-p/5238272#M1210516</link>
      <description>&lt;HTML&gt;&lt;HEAD&gt;&lt;/HEAD&gt;&lt;BODY&gt;&lt;P&gt;Hi Frank,&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;Try the following code:&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;&lt;STRONG&gt;DATA: v_str TYPE string VALUE '"ABCDFGH"'.&lt;/STRONG&gt;&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;&lt;STRONG&gt;REPLACE ALL OCCURRENCES OF '"' IN v_str WITH space.&lt;/STRONG&gt;&lt;/P&gt;&lt;P&gt;&lt;STRONG&gt;CONDENSE v_char.&lt;/STRONG&gt;&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;Hope this will help.&lt;/P&gt;&lt;P&gt;Regards,&lt;/P&gt;&lt;P&gt;Nitin.&lt;/P&gt;&lt;/BODY&gt;&lt;/HTML&gt;</description>
      <pubDate>Wed, 11 Feb 2009 11:52:53 GMT</pubDate>
      <guid>https://community.sap.com/t5/application-development-and-automation-discussions/shift-delete-problem/m-p/5238272#M1210516</guid>
      <dc:creator>Former Member</dc:creator>
      <dc:date>2009-02-11T11:52:53Z</dc:date>
    </item>
    <item>
      <title>Re: Shift Delete problem</title>
      <link>https://community.sap.com/t5/application-development-and-automation-discussions/shift-delete-problem/m-p/5238273#M1210517</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;It is very simple.there are 2 approach for doing this:&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;1.&lt;/P&gt;&lt;PRE&gt;&lt;CODE&gt;data:l_string(10) type c,
       l_string1(8) type c.

l_string = '"ABCDEFGH"'.
l_string1 = l_string+1(8). "this will read l_string A till H into l_string1
write: l_string1.&lt;/CODE&gt;&lt;/PRE&gt;&lt;P&gt;OR&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;2.&lt;/P&gt;&lt;PRE&gt;&lt;CODE&gt;data:l_string(10) type c,
       l_string1(8) type c,
      l_len type i,
     counter type i.

l_string = '"ABCDEFGH"'.
l_len = strlen(l_string).
l_string1 = l_string+1(l_len -1). "this will read l_string A till H into l_string1&lt;/CODE&gt;&lt;/PRE&gt;&lt;P&gt;Hope this might help you.&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;Pooja&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;Edited by: Pooja Gupta on Feb 11, 2009 12:53 PM&lt;/P&gt;&lt;/BODY&gt;&lt;/HTML&gt;</description>
      <pubDate>Wed, 11 Feb 2009 11:52:58 GMT</pubDate>
      <guid>https://community.sap.com/t5/application-development-and-automation-discussions/shift-delete-problem/m-p/5238273#M1210517</guid>
      <dc:creator>Former Member</dc:creator>
      <dc:date>2009-02-11T11:52:58Z</dc:date>
    </item>
    <item>
      <title>Re: Shift Delete problem</title>
      <link>https://community.sap.com/t5/application-development-and-automation-discussions/shift-delete-problem/m-p/5238274#M1210518</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 also go with...&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;data: w_char type string value '"ABCDEFGH"'.&lt;/P&gt;&lt;P&gt; &lt;/P&gt;&lt;P&gt;REPLACE ALL OCCURRENCES OF '"' IN w_char with space.&lt;/P&gt;&lt;P&gt;condense w_char.&lt;/P&gt;&lt;P&gt; &lt;/P&gt;&lt;P&gt;WRITE:/ W_CHAR.&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;regards&lt;/P&gt;&lt;/BODY&gt;&lt;/HTML&gt;</description>
      <pubDate>Wed, 11 Feb 2009 12:26:16 GMT</pubDate>
      <guid>https://community.sap.com/t5/application-development-and-automation-discussions/shift-delete-problem/m-p/5238274#M1210518</guid>
      <dc:creator>Former Member</dc:creator>
      <dc:date>2009-02-11T12:26:16Z</dc:date>
    </item>
  </channel>
</rss>

