<?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 reg. reverse print in Application Development and Automation Discussions</title>
    <link>https://community.sap.com/t5/application-development-and-automation-discussions/reg-reverse-print/m-p/3880412#M932688</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 want to print one material descripton in reverese , in that description iam having some numerics also.  The description is as follows.&lt;/P&gt;&lt;P&gt;'BOOT HOT WEATHER TAN SIZE11.5W CSPK 6'. for this description i want to print in reverese with numeric . i used string_reverse f.m also.&lt;/P&gt;&lt;P&gt;please help me rewards are helpful answers.&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;Thanks &amp;amp; Regards,&lt;/P&gt;&lt;P&gt;Narasimha Rao.&lt;/P&gt;&lt;/BODY&gt;&lt;/HTML&gt;</description>
    <pubDate>Wed, 28 May 2008 05:26:54 GMT</pubDate>
    <dc:creator>Former Member</dc:creator>
    <dc:date>2008-05-28T05:26:54Z</dc:date>
    <item>
      <title>reg. reverse print</title>
      <link>https://community.sap.com/t5/application-development-and-automation-discussions/reg-reverse-print/m-p/3880412#M932688</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 want to print one material descripton in reverese , in that description iam having some numerics also.  The description is as follows.&lt;/P&gt;&lt;P&gt;'BOOT HOT WEATHER TAN SIZE11.5W CSPK 6'. for this description i want to print in reverese with numeric . i used string_reverse f.m also.&lt;/P&gt;&lt;P&gt;please help me rewards are helpful answers.&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;Thanks &amp;amp; Regards,&lt;/P&gt;&lt;P&gt;Narasimha Rao.&lt;/P&gt;&lt;/BODY&gt;&lt;/HTML&gt;</description>
      <pubDate>Wed, 28 May 2008 05:26:54 GMT</pubDate>
      <guid>https://community.sap.com/t5/application-development-and-automation-discussions/reg-reverse-print/m-p/3880412#M932688</guid>
      <dc:creator>Former Member</dc:creator>
      <dc:date>2008-05-28T05:26:54Z</dc:date>
    </item>
    <item>
      <title>Re: reg. reverse print</title>
      <link>https://community.sap.com/t5/application-development-and-automation-discussions/reg-reverse-print/m-p/3880413#M932689</link>
      <description>&lt;HTML&gt;&lt;HEAD&gt;&lt;/HEAD&gt;&lt;BODY&gt;&lt;P&gt;Hi Narayana,&lt;/P&gt;&lt;P&gt;Not sure of FM. But u can put below logic.&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;PRE&gt;&lt;CODE&gt;
DATA: l_string1 TYPE string,
      l_string2 TYPE string,
      l_len1 TYPE i,
      l_len2 TYPE i.

l_string1 = 'BOOT HOT WEATHER TAN SIZE11.5W CSPK 6'.

l_len1 = strlen( l_string1 ).

l_len2 = l_len1.
DO l_len1 TIMES.
  l_len2 = l_len2 - 1.
  CONCATENATE l_string2 l_string1+l_len2(1) INTO l_string2.
ENDDO.

WRITE:/1 l_string1,
      /1 l_string2.
&lt;/CODE&gt;&lt;/PRE&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;Just copy paste this code and see whether it is working as per ur requirement.&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;Thanks,&lt;/P&gt;&lt;P&gt;Vinod.&lt;/P&gt;&lt;/BODY&gt;&lt;/HTML&gt;</description>
      <pubDate>Wed, 28 May 2008 05:52:53 GMT</pubDate>
      <guid>https://community.sap.com/t5/application-development-and-automation-discussions/reg-reverse-print/m-p/3880413#M932689</guid>
      <dc:creator>vinod_vemuru2</dc:creator>
      <dc:date>2008-05-28T05:52:53Z</dc:date>
    </item>
  </channel>
</rss>

