<?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: modify a report in Application Development and Automation Discussions</title>
    <link>https://community.sap.com/t5/application-development-and-automation-discussions/modify-a-report/m-p/2521347#M570728</link>
    <description>&lt;HTML&gt;&lt;HEAD&gt;&lt;/HEAD&gt;&lt;BODY&gt;&lt;P&gt;hi bhanu,&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;try like this,&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;first pass it to a numerical type of variable and then pass it to integer type.&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;data:str(10) value '1sd2sd',num(10) type n,int type i.&lt;/P&gt;&lt;P&gt;write:/12 str.&lt;/P&gt;&lt;P&gt;num = str.&lt;/P&gt;&lt;P&gt;write:/20 num.&lt;/P&gt;&lt;P&gt;int = num.&lt;/P&gt;&lt;P&gt;write:/40 int.&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;rgds,&lt;/P&gt;&lt;P&gt;Suresh.A&lt;/P&gt;&lt;/BODY&gt;&lt;/HTML&gt;</description>
    <pubDate>Thu, 19 Jul 2007 04:47:33 GMT</pubDate>
    <dc:creator>Former Member</dc:creator>
    <dc:date>2007-07-19T04:47:33Z</dc:date>
    <item>
      <title>modify a report</title>
      <link>https://community.sap.com/t5/application-development-and-automation-discussions/modify-a-report/m-p/2521345#M570726</link>
      <description>&lt;HTML&gt;&lt;HEAD&gt;&lt;/HEAD&gt;&lt;BODY&gt;&lt;P&gt;hi all i have a requirement where i need to modify a report,&lt;/P&gt;&lt;P&gt;where i have to use gui_upload instead of ws_upload,&lt;/P&gt;&lt;P&gt;here in the internal table i have a feild naming anz_erl(2) .&lt;/P&gt;&lt;P&gt;which after uploading is moved like ths--&amp;gt; MOVE inttab-anz_erl TO anz_erl.&lt;/P&gt;&lt;P&gt;the feild where it is moved is declared as integer ie anz_erl type i.&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;and my flat file contains the value of anz_erl as character and so the program is &lt;/P&gt;&lt;P&gt;throwing a dump , convt_no_number&lt;/P&gt;&lt;P&gt;can you please tell me a remedy of thhs? i cnt change the global declaration &lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;high points will be given&lt;/P&gt;&lt;P&gt;thnkx&lt;/P&gt;&lt;P&gt;bhanu&lt;/P&gt;&lt;/BODY&gt;&lt;/HTML&gt;</description>
      <pubDate>Thu, 19 Jul 2007 04:33:55 GMT</pubDate>
      <guid>https://community.sap.com/t5/application-development-and-automation-discussions/modify-a-report/m-p/2521345#M570726</guid>
      <dc:creator>Former Member</dc:creator>
      <dc:date>2007-07-19T04:33:55Z</dc:date>
    </item>
    <item>
      <title>Re: modify a report</title>
      <link>https://community.sap.com/t5/application-development-and-automation-discussions/modify-a-report/m-p/2521346#M570727</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;first pass it to a numerical type of variable and then pass it to integer type.&lt;/P&gt;&lt;P&gt;see this sample code.&lt;/P&gt;&lt;P&gt;data:str(10) value '1sd2sds23',num(10) type n,int type i.&lt;/P&gt;&lt;P&gt;write:/ str.&lt;/P&gt;&lt;P&gt;num = str.&lt;/P&gt;&lt;P&gt;write:/ num.&lt;/P&gt;&lt;P&gt;int = num.&lt;/P&gt;&lt;P&gt;write:/ int.&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;rgds,&lt;/P&gt;&lt;P&gt;bharat.&lt;/P&gt;&lt;/BODY&gt;&lt;/HTML&gt;</description>
      <pubDate>Thu, 19 Jul 2007 04:40:26 GMT</pubDate>
      <guid>https://community.sap.com/t5/application-development-and-automation-discussions/modify-a-report/m-p/2521346#M570727</guid>
      <dc:creator>Former Member</dc:creator>
      <dc:date>2007-07-19T04:40:26Z</dc:date>
    </item>
    <item>
      <title>Re: modify a report</title>
      <link>https://community.sap.com/t5/application-development-and-automation-discussions/modify-a-report/m-p/2521347#M570728</link>
      <description>&lt;HTML&gt;&lt;HEAD&gt;&lt;/HEAD&gt;&lt;BODY&gt;&lt;P&gt;hi bhanu,&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;try like this,&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;first pass it to a numerical type of variable and then pass it to integer type.&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;data:str(10) value '1sd2sd',num(10) type n,int type i.&lt;/P&gt;&lt;P&gt;write:/12 str.&lt;/P&gt;&lt;P&gt;num = str.&lt;/P&gt;&lt;P&gt;write:/20 num.&lt;/P&gt;&lt;P&gt;int = num.&lt;/P&gt;&lt;P&gt;write:/40 int.&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;rgds,&lt;/P&gt;&lt;P&gt;Suresh.A&lt;/P&gt;&lt;/BODY&gt;&lt;/HTML&gt;</description>
      <pubDate>Thu, 19 Jul 2007 04:47:33 GMT</pubDate>
      <guid>https://community.sap.com/t5/application-development-and-automation-discussions/modify-a-report/m-p/2521347#M570728</guid>
      <dc:creator>Former Member</dc:creator>
      <dc:date>2007-07-19T04:47:33Z</dc:date>
    </item>
  </channel>
</rss>

