<?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: Converting NUM TO STRING -- URGENT in Application Development and Automation Discussions</title>
    <link>https://community.sap.com/t5/application-development-and-automation-discussions/converting-num-to-string-urgent/m-p/866813#M49148</link>
    <description>&lt;HTML&gt;&lt;HEAD&gt;&lt;/HEAD&gt;&lt;BODY&gt;&lt;P&gt;ok. in that case&lt;/P&gt;&lt;P&gt;use this.&lt;/P&gt;&lt;P&gt;data: string variable type string .&lt;/P&gt;&lt;P&gt;data: tabix type string .&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;Loop at IT_XYZ. " IT_Xyz is an INTERNAL table&lt;/P&gt;&lt;P&gt;clear: tabix , string_variable.&lt;/P&gt;&lt;P&gt;move: sy-tabix to tabix .&lt;/P&gt;&lt;P&gt;concatenate tabix '/' '2000' 'rows' into string_variable separated by ' ' .&lt;/P&gt;&lt;UL&gt;&lt;LI level="1" type="ul"&gt;&lt;P&gt;now the string_variable will be " 1 / 2000 rows", ...&lt;/P&gt;&lt;/LI&gt;&lt;/UL&gt;&lt;P&gt;ENDLOOP.&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;Raja&lt;/P&gt;&lt;P&gt;for making at a question, go to your first post for this subject, click on the pencil icon, below the text box you will see a check box for marking at as question.&lt;/P&gt;&lt;/BODY&gt;&lt;/HTML&gt;</description>
    <pubDate>Mon, 06 Jun 2005 09:37:24 GMT</pubDate>
    <dc:creator>athavanraja</dc:creator>
    <dc:date>2005-06-06T09:37:24Z</dc:date>
    <item>
      <title>Converting NUM TO STRING -- URGENT</title>
      <link>https://community.sap.com/t5/application-development-and-automation-discussions/converting-num-to-string-urgent/m-p/866806#M49141</link>
      <description>&lt;HTML&gt;&lt;HEAD&gt;&lt;/HEAD&gt;&lt;BODY&gt;&lt;P&gt;I need an example to Convert the NUM (sy-tabix) to String do I need a Write statement or what might be the other possibility ??&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;Loop at IT_XYZ. " IT_Xyz is an INTERNAL table&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;1 '/' 2000 'rows'  &lt;/P&gt;&lt;P&gt;2 '/'  2000 'rows'&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;ENDLOOP.&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;HOW can I use the output is it possible with Write statements if YES pleas give an EXAMPLE.. &lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;UL&gt;&lt;LI level="1" type="ul"&gt;&lt;P&gt;1 is sy-tabix '/' is String &amp;amp; rows is String &lt;/P&gt;&lt;/LI&gt;&lt;LI level="1" type="ul"&gt;&lt;P&gt;2 is sy-tabix '/' is String &amp;amp; rows is String and so on&lt;/P&gt;&lt;/LI&gt;&lt;/UL&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;Thanx in advance..&lt;/P&gt;&lt;P&gt;PREETHAM&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;Message was edited by: Preetham Kumar B.V.&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;/BODY&gt;&lt;/HTML&gt;</description>
      <pubDate>Mon, 06 Jun 2005 08:54:41 GMT</pubDate>
      <guid>https://community.sap.com/t5/application-development-and-automation-discussions/converting-num-to-string-urgent/m-p/866806#M49141</guid>
      <dc:creator>Former Member</dc:creator>
      <dc:date>2005-06-06T08:54:41Z</dc:date>
    </item>
    <item>
      <title>Re: Converting NUM TO STRING -- URGENT</title>
      <link>https://community.sap.com/t5/application-development-and-automation-discussions/converting-num-to-string-urgent/m-p/866807#M49142</link>
      <description>&lt;HTML&gt;&lt;HEAD&gt;&lt;/HEAD&gt;&lt;BODY&gt;&lt;P&gt;data: string variable type string .&lt;/P&gt;&lt;P&gt;data: tabix type string .&lt;/P&gt;&lt;P&gt;move: sy-tabix to tabix .&lt;/P&gt;&lt;P&gt;concatenate tabix '/' &amp;lt;string&amp;gt; &amp;lt;string&amp;gt; into string_variable. &lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;Is this what you want?&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;Regards&lt;/P&gt;&lt;P&gt;Raja&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;is there any special reason for not marking this as a question?&lt;/P&gt;&lt;/BODY&gt;&lt;/HTML&gt;</description>
      <pubDate>Mon, 06 Jun 2005 09:08:40 GMT</pubDate>
      <guid>https://community.sap.com/t5/application-development-and-automation-discussions/converting-num-to-string-urgent/m-p/866807#M49142</guid>
      <dc:creator>athavanraja</dc:creator>
      <dc:date>2005-06-06T09:08:40Z</dc:date>
    </item>
    <item>
      <title>Re: Converting NUM TO STRING -- URGENT</title>
      <link>https://community.sap.com/t5/application-development-and-automation-discussions/converting-num-to-string-urgent/m-p/866808#M49143</link>
      <description>&lt;HTML&gt;&lt;HEAD&gt;&lt;/HEAD&gt;&lt;BODY&gt;&lt;P&gt;Hi,&lt;/P&gt;&lt;P&gt;try with FM 'HRCM_STRING_TO_AMOUNT_CONVERT'.&lt;/P&gt;&lt;P&gt;Best regards.&lt;/P&gt;&lt;/BODY&gt;&lt;/HTML&gt;</description>
      <pubDate>Mon, 06 Jun 2005 09:11:50 GMT</pubDate>
      <guid>https://community.sap.com/t5/application-development-and-automation-discussions/converting-num-to-string-urgent/m-p/866808#M49143</guid>
      <dc:creator>former_member182371</dc:creator>
      <dc:date>2005-06-06T09:11:50Z</dc:date>
    </item>
    <item>
      <title>Re: Converting NUM TO STRING -- URGENT</title>
      <link>https://community.sap.com/t5/application-development-and-automation-discussions/converting-num-to-string-urgent/m-p/866809#M49144</link>
      <description>&lt;HTML&gt;&lt;HEAD&gt;&lt;/HEAD&gt;&lt;BODY&gt;&lt;P&gt;Sorry,&lt;/P&gt;&lt;P&gt;try with FM 'HRCM_AMOUNT_TO_STRING_CONVERT'&lt;/P&gt;&lt;P&gt;Best regards.&lt;/P&gt;&lt;/BODY&gt;&lt;/HTML&gt;</description>
      <pubDate>Mon, 06 Jun 2005 09:13:08 GMT</pubDate>
      <guid>https://community.sap.com/t5/application-development-and-automation-discussions/converting-num-to-string-urgent/m-p/866809#M49144</guid>
      <dc:creator>former_member182371</dc:creator>
      <dc:date>2005-06-06T09:13:08Z</dc:date>
    </item>
    <item>
      <title>Re: Converting NUM TO STRING -- URGENT</title>
      <link>https://community.sap.com/t5/application-development-and-automation-discussions/converting-num-to-string-urgent/m-p/866810#M49145</link>
      <description>&lt;HTML&gt;&lt;HEAD&gt;&lt;/HEAD&gt;&lt;BODY&gt;&lt;P&gt;Thanx for the REPLY...&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt; 2000 is the DESCRIBE from my Internal table.. &lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;ANY OTHER EXAMPLE PLEASE...&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;no special reason not to mark it as a QUESTION...WAS in a HURRY thats it..&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;PRETHAM..&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;Loop at IT_XYZ. " IT_Xyz is an INTERNAL table&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;1 '/' 2000 'rows' &lt;/P&gt;&lt;P&gt;2 '/' 2000 'rows'&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;ENDLOOP.&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;HOW can I use the output is it possible with Write statements if YES pleas give an EXAMPLE.. &lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;UL&gt;&lt;LI level="1" type="ul"&gt;&lt;P&gt;1 is sy-tabix '/' is String &amp;amp; rows is String &lt;/P&gt;&lt;/LI&gt;&lt;LI level="1" type="ul"&gt;&lt;P&gt;2 is sy-tabix '/' is String &amp;amp; rows is String and so on&lt;/P&gt;&lt;/LI&gt;&lt;/UL&gt;&lt;P&gt;&lt;/P&gt;&lt;/BODY&gt;&lt;/HTML&gt;</description>
      <pubDate>Mon, 06 Jun 2005 09:16:40 GMT</pubDate>
      <guid>https://community.sap.com/t5/application-development-and-automation-discussions/converting-num-to-string-urgent/m-p/866810#M49145</guid>
      <dc:creator>Former Member</dc:creator>
      <dc:date>2005-06-06T09:16:40Z</dc:date>
    </item>
    <item>
      <title>Re: Converting NUM TO STRING -- URGENT</title>
      <link>https://community.sap.com/t5/application-development-and-automation-discussions/converting-num-to-string-urgent/m-p/866811#M49146</link>
      <description>&lt;HTML&gt;&lt;HEAD&gt;&lt;/HEAD&gt;&lt;BODY&gt;&lt;P&gt;sorry, couldnt understand.&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;what is the expected result on the screen.&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;is it&lt;/P&gt;&lt;P&gt;1 / 2000 rows ?&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;if yes&lt;/P&gt;&lt;P&gt;write:/ sy-tabix , '/', '2000' , rows&lt;/P&gt;&lt;P&gt;or&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;you wanted the result of 1/2000&lt;/P&gt;&lt;P&gt;.0005&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;Regards&lt;/P&gt;&lt;P&gt;Raja&lt;/P&gt;&lt;P&gt;Now you can edit the original post and mark it as question.&lt;/P&gt;&lt;/BODY&gt;&lt;/HTML&gt;</description>
      <pubDate>Mon, 06 Jun 2005 09:22:16 GMT</pubDate>
      <guid>https://community.sap.com/t5/application-development-and-automation-discussions/converting-num-to-string-urgent/m-p/866811#M49146</guid>
      <dc:creator>athavanraja</dc:creator>
      <dc:date>2005-06-06T09:22:16Z</dc:date>
    </item>
    <item>
      <title>Re: Converting NUM TO STRING -- URGENT</title>
      <link>https://community.sap.com/t5/application-development-and-automation-discussions/converting-num-to-string-urgent/m-p/866812#M49147</link>
      <description>&lt;HTML&gt;&lt;HEAD&gt;&lt;/HEAD&gt;&lt;BODY&gt;&lt;P&gt;This is a request from my PL and he has a Problem ..&lt;/P&gt;&lt;P&gt;he wants the OUTPUT in the SAP GUI PROGRESS OR Process of his task (Which I dont know) &lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;he wanted an example to convert a Num to String which he was getting some prob he asked me a question should this be thru WRITE statement or anyother possibility ...&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;he said he has an Internal table which is being looped..&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;Loop at IT_XYZ. " IT_Xyz is an INTERNAL table&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;1 '/' '2000' 'rows' &lt;/P&gt;&lt;P&gt;2 '/' '2000' 'rows'&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;ENDLOOP.&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;where as &lt;/P&gt;&lt;P&gt; 1 is the SY-TABIX &lt;/P&gt;&lt;P&gt;'/' is the String &lt;/P&gt;&lt;P&gt;'2000' is Describe &lt;/P&gt;&lt;P&gt;'rows' is like ROWS..&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;1/2000 is like 1 OF 2000 ROWS..&lt;/P&gt;&lt;P&gt;               2 of 2000 rows...&lt;/P&gt;&lt;P&gt;and so on..&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;PS: i have tried to make it as a Question I couldnt find where to EDIT this..? pls help ...&lt;/P&gt;&lt;/BODY&gt;&lt;/HTML&gt;</description>
      <pubDate>Mon, 06 Jun 2005 09:31:53 GMT</pubDate>
      <guid>https://community.sap.com/t5/application-development-and-automation-discussions/converting-num-to-string-urgent/m-p/866812#M49147</guid>
      <dc:creator>Former Member</dc:creator>
      <dc:date>2005-06-06T09:31:53Z</dc:date>
    </item>
    <item>
      <title>Re: Converting NUM TO STRING -- URGENT</title>
      <link>https://community.sap.com/t5/application-development-and-automation-discussions/converting-num-to-string-urgent/m-p/866813#M49148</link>
      <description>&lt;HTML&gt;&lt;HEAD&gt;&lt;/HEAD&gt;&lt;BODY&gt;&lt;P&gt;ok. in that case&lt;/P&gt;&lt;P&gt;use this.&lt;/P&gt;&lt;P&gt;data: string variable type string .&lt;/P&gt;&lt;P&gt;data: tabix type string .&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;Loop at IT_XYZ. " IT_Xyz is an INTERNAL table&lt;/P&gt;&lt;P&gt;clear: tabix , string_variable.&lt;/P&gt;&lt;P&gt;move: sy-tabix to tabix .&lt;/P&gt;&lt;P&gt;concatenate tabix '/' '2000' 'rows' into string_variable separated by ' ' .&lt;/P&gt;&lt;UL&gt;&lt;LI level="1" type="ul"&gt;&lt;P&gt;now the string_variable will be " 1 / 2000 rows", ...&lt;/P&gt;&lt;/LI&gt;&lt;/UL&gt;&lt;P&gt;ENDLOOP.&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;Raja&lt;/P&gt;&lt;P&gt;for making at a question, go to your first post for this subject, click on the pencil icon, below the text box you will see a check box for marking at as question.&lt;/P&gt;&lt;/BODY&gt;&lt;/HTML&gt;</description>
      <pubDate>Mon, 06 Jun 2005 09:37:24 GMT</pubDate>
      <guid>https://community.sap.com/t5/application-development-and-automation-discussions/converting-num-to-string-urgent/m-p/866813#M49148</guid>
      <dc:creator>athavanraja</dc:creator>
      <dc:date>2005-06-06T09:37:24Z</dc:date>
    </item>
    <item>
      <title>Re: Converting NUM TO STRING -- URGENT</title>
      <link>https://community.sap.com/t5/application-development-and-automation-discussions/converting-num-to-string-urgent/m-p/866814#M49149</link>
      <description>&lt;HTML&gt;&lt;HEAD&gt;&lt;/HEAD&gt;&lt;BODY&gt;&lt;P&gt;Community Forums Error &lt;/P&gt;&lt;P&gt;  Welcome, Preetham Kumar B.V.  &lt;/P&gt;&lt;P&gt; Your Control Panel  &lt;/P&gt;&lt;P&gt; Your Reward Points  &lt;/P&gt;&lt;P&gt; Help  &lt;/P&gt;&lt;P&gt; &lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;Error: &lt;/P&gt;&lt;P&gt;Rewarding the message failed.&lt;/P&gt;&lt;/BODY&gt;&lt;/HTML&gt;</description>
      <pubDate>Mon, 06 Jun 2005 09:42:14 GMT</pubDate>
      <guid>https://community.sap.com/t5/application-development-and-automation-discussions/converting-num-to-string-urgent/m-p/866814#M49149</guid>
      <dc:creator>Former Member</dc:creator>
      <dc:date>2005-06-06T09:42:14Z</dc:date>
    </item>
    <item>
      <title>Re: Converting NUM TO STRING -- URGENT</title>
      <link>https://community.sap.com/t5/application-development-and-automation-discussions/converting-num-to-string-urgent/m-p/866815#M49150</link>
      <description>&lt;HTML&gt;&lt;HEAD&gt;&lt;/HEAD&gt;&lt;BODY&gt;&lt;P&gt;just mail the link to this post and the error to sdn@sap.com&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;is your problem solved?&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;Regards&lt;/P&gt;&lt;P&gt;Raja&lt;/P&gt;&lt;/BODY&gt;&lt;/HTML&gt;</description>
      <pubDate>Mon, 06 Jun 2005 09:44:26 GMT</pubDate>
      <guid>https://community.sap.com/t5/application-development-and-automation-discussions/converting-num-to-string-urgent/m-p/866815#M49150</guid>
      <dc:creator>athavanraja</dc:creator>
      <dc:date>2005-06-06T09:44:26Z</dc:date>
    </item>
  </channel>
</rss>

