<?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: Function module for Reversing internal table entries in Application Development and Automation Discussions</title>
    <link>https://community.sap.com/t5/application-development-and-automation-discussions/function-module-for-reversing-internal-table-entries/m-p/3436151#M825185</link>
    <description>&lt;HTML&gt;&lt;HEAD&gt;&lt;/HEAD&gt;&lt;BODY&gt;&lt;P&gt;Hi Deep,&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;1 Don't think there is any FM.&lt;/P&gt;&lt;P&gt;2 You can use keyword REPLACE.&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;Regards,&lt;/P&gt;&lt;P&gt;Atish&lt;/P&gt;&lt;/BODY&gt;&lt;/HTML&gt;</description>
    <pubDate>Mon, 25 Feb 2008 02:52:07 GMT</pubDate>
    <dc:creator>Former Member</dc:creator>
    <dc:date>2008-02-25T02:52:07Z</dc:date>
    <item>
      <title>Function module for Reversing internal table entries</title>
      <link>https://community.sap.com/t5/application-development-and-automation-discussions/function-module-for-reversing-internal-table-entries/m-p/3436150#M825184</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;I have 2 issues.&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;1. Is there any Function module to reverse the internal table entries. &lt;/P&gt;&lt;P&gt;In my I.Table i have only one field with so many entries now i want to store that internal table in reverse order using some F.M.&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;2. I have a string[Internal table field] value which is having last character as &lt;STRONG&gt;-&lt;/STRONG&gt; i want to make it space. &lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;Can anybody solve above issues!&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,&lt;/P&gt;&lt;P&gt;Deep.&lt;/P&gt;&lt;/BODY&gt;&lt;/HTML&gt;</description>
      <pubDate>Mon, 25 Feb 2008 02:44:59 GMT</pubDate>
      <guid>https://community.sap.com/t5/application-development-and-automation-discussions/function-module-for-reversing-internal-table-entries/m-p/3436150#M825184</guid>
      <dc:creator>Former Member</dc:creator>
      <dc:date>2008-02-25T02:44:59Z</dc:date>
    </item>
    <item>
      <title>Re: Function module for Reversing internal table entries</title>
      <link>https://community.sap.com/t5/application-development-and-automation-discussions/function-module-for-reversing-internal-table-entries/m-p/3436151#M825185</link>
      <description>&lt;HTML&gt;&lt;HEAD&gt;&lt;/HEAD&gt;&lt;BODY&gt;&lt;P&gt;Hi Deep,&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;1 Don't think there is any FM.&lt;/P&gt;&lt;P&gt;2 You can use keyword REPLACE.&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;Regards,&lt;/P&gt;&lt;P&gt;Atish&lt;/P&gt;&lt;/BODY&gt;&lt;/HTML&gt;</description>
      <pubDate>Mon, 25 Feb 2008 02:52:07 GMT</pubDate>
      <guid>https://community.sap.com/t5/application-development-and-automation-discussions/function-module-for-reversing-internal-table-entries/m-p/3436151#M825185</guid>
      <dc:creator>Former Member</dc:creator>
      <dc:date>2008-02-25T02:52:07Z</dc:date>
    </item>
    <item>
      <title>Re: Function module for Reversing internal table entries</title>
      <link>https://community.sap.com/t5/application-development-and-automation-discussions/function-module-for-reversing-internal-table-entries/m-p/3436152#M825186</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;&lt;/P&gt;&lt;P&gt;1. SORT ITAB  BY  FIELD DESCENDING.&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;2.REPLACE '-' WITH '' INTO STRING&lt;/P&gt;&lt;/BODY&gt;&lt;/HTML&gt;</description>
      <pubDate>Mon, 25 Feb 2008 03:00:40 GMT</pubDate>
      <guid>https://community.sap.com/t5/application-development-and-automation-discussions/function-module-for-reversing-internal-table-entries/m-p/3436152#M825186</guid>
      <dc:creator>Former Member</dc:creator>
      <dc:date>2008-02-25T03:00:40Z</dc:date>
    </item>
    <item>
      <title>Re: Function module for Reversing internal table entries</title>
      <link>https://community.sap.com/t5/application-development-and-automation-discussions/function-module-for-reversing-internal-table-entries/m-p/3436153#M825187</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;Thanks for those replies.&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;2. I want to replace only last character which is '-' in between the string there might be some other '-' characters, I just want to delete last occurence of '-' in last character of a string.&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;My version is: 4.6C&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;Thanks,&lt;/P&gt;&lt;P&gt;Deep.&lt;/P&gt;&lt;/BODY&gt;&lt;/HTML&gt;</description>
      <pubDate>Mon, 25 Feb 2008 03:27:36 GMT</pubDate>
      <guid>https://community.sap.com/t5/application-development-and-automation-discussions/function-module-for-reversing-internal-table-entries/m-p/3436153#M825187</guid>
      <dc:creator>Former Member</dc:creator>
      <dc:date>2008-02-25T03:27:36Z</dc:date>
    </item>
    <item>
      <title>Re: Function module for Reversing internal table entries</title>
      <link>https://community.sap.com/t5/application-development-and-automation-discussions/function-module-for-reversing-internal-table-entries/m-p/3436154#M825188</link>
      <description>&lt;HTML&gt;&lt;HEAD&gt;&lt;/HEAD&gt;&lt;BODY&gt;&lt;P&gt;hi&lt;/P&gt;&lt;P&gt;good&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;Ans1- There is no such function module availble which can reverse your internal table values.&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;Ans2-You can declare an character variable with value space and you can overwrite the last character of the field with that value.&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;thanks&lt;/P&gt;&lt;P&gt;mrutyun^&lt;/P&gt;&lt;/BODY&gt;&lt;/HTML&gt;</description>
      <pubDate>Mon, 25 Feb 2008 03:31:17 GMT</pubDate>
      <guid>https://community.sap.com/t5/application-development-and-automation-discussions/function-module-for-reversing-internal-table-entries/m-p/3436154#M825188</guid>
      <dc:creator>Former Member</dc:creator>
      <dc:date>2008-02-25T03:31:17Z</dc:date>
    </item>
  </channel>
</rss>

