<?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: pls help in Application Development and Automation Discussions</title>
    <link>https://community.sap.com/t5/application-development-and-automation-discussions/pls-help/m-p/3441715#M826550</link>
    <description>&lt;HTML&gt;&lt;HEAD&gt;&lt;/HEAD&gt;&lt;BODY&gt;&lt;P&gt;Hi Praveen &lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;when i am reading my text file, its giving error.&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;thanks&lt;/P&gt;&lt;/BODY&gt;&lt;/HTML&gt;</description>
    <pubDate>Fri, 22 Feb 2008 01:03:01 GMT</pubDate>
    <dc:creator>Former Member</dc:creator>
    <dc:date>2008-02-22T01:03:01Z</dc:date>
    <item>
      <title>pls help</title>
      <link>https://community.sap.com/t5/application-development-and-automation-discussions/pls-help/m-p/3441713#M826548</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;i declared   itab_zdfkkwoh as&lt;/P&gt;&lt;P&gt;data : itab_zdfkkwoh TYPE STANDARD TABLE OF zdfkkwoh WITH HEADER LINE.&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;in my zdfkkwoh table &lt;/P&gt;&lt;P&gt;zdfkkwoh-betrw field type is Curr.&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;my uploading program upload data to custom table(zdfkkwoh).&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;when i read the file it giving error as&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;&lt;STRONG&gt;"ITAB_ZDFKKWOH-BETRW" must be a character-type data object (data typeC, N, D, T or STRING)&lt;/STRONG&gt; .		&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;pls help me.&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;points will be reward&lt;/P&gt;&lt;/BODY&gt;&lt;/HTML&gt;</description>
      <pubDate>Fri, 22 Feb 2008 00:50:34 GMT</pubDate>
      <guid>https://community.sap.com/t5/application-development-and-automation-discussions/pls-help/m-p/3441713#M826548</guid>
      <dc:creator>Former Member</dc:creator>
      <dc:date>2008-02-22T00:50:34Z</dc:date>
    </item>
    <item>
      <title>Re: pls help</title>
      <link>https://community.sap.com/t5/application-development-and-automation-discussions/pls-help/m-p/3441714#M826549</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;When u have uploaded ur table from Pgm..&lt;/P&gt;&lt;P&gt;Then why u reading another file..&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;Just paste ur code , where u getting error ..&lt;/P&gt;&lt;P&gt;Hope u will get answer then..&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;Thanks&lt;/P&gt;&lt;P&gt;Praveen&lt;/P&gt;&lt;/BODY&gt;&lt;/HTML&gt;</description>
      <pubDate>Fri, 22 Feb 2008 00:59:46 GMT</pubDate>
      <guid>https://community.sap.com/t5/application-development-and-automation-discussions/pls-help/m-p/3441714#M826549</guid>
      <dc:creator>Former Member</dc:creator>
      <dc:date>2008-02-22T00:59:46Z</dc:date>
    </item>
    <item>
      <title>Re: pls help</title>
      <link>https://community.sap.com/t5/application-development-and-automation-discussions/pls-help/m-p/3441715#M826550</link>
      <description>&lt;HTML&gt;&lt;HEAD&gt;&lt;/HEAD&gt;&lt;BODY&gt;&lt;P&gt;Hi Praveen &lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;when i am reading my text file, its giving error.&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;thanks&lt;/P&gt;&lt;/BODY&gt;&lt;/HTML&gt;</description>
      <pubDate>Fri, 22 Feb 2008 01:03:01 GMT</pubDate>
      <guid>https://community.sap.com/t5/application-development-and-automation-discussions/pls-help/m-p/3441715#M826550</guid>
      <dc:creator>Former Member</dc:creator>
      <dc:date>2008-02-22T01:03:01Z</dc:date>
    </item>
    <item>
      <title>Re: pls help</title>
      <link>https://community.sap.com/t5/application-development-and-automation-discussions/pls-help/m-p/3441716#M826551</link>
      <description>&lt;HTML&gt;&lt;HEAD&gt;&lt;/HEAD&gt;&lt;BODY&gt;&lt;P&gt;Kumar ,&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;  How many fields are there in your ztable.&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;If less fields are there ,then  declare  an internal table with all fields of ztable and  for field &lt;STRONG&gt;betrw&lt;/STRONG&gt; chane the type char of its length.&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;EX;&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;DATA : BEGIN OF i_zdfkkwoh OCCURS 0,&lt;/P&gt;&lt;P&gt;            add all ztable fields ,and change the type of field betrw to char here.&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;           END OF i_zdfkkwoh.&lt;/P&gt;&lt;P&gt;       &lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;Now your problem will get resolved.&lt;/P&gt;&lt;/BODY&gt;&lt;/HTML&gt;</description>
      <pubDate>Fri, 22 Feb 2008 03:14:30 GMT</pubDate>
      <guid>https://community.sap.com/t5/application-development-and-automation-discussions/pls-help/m-p/3441716#M826551</guid>
      <dc:creator>Former Member</dc:creator>
      <dc:date>2008-02-22T03:14:30Z</dc:date>
    </item>
    <item>
      <title>Re: pls help</title>
      <link>https://community.sap.com/t5/application-development-and-automation-discussions/pls-help/m-p/3441717#M826552</link>
      <description>&lt;HTML&gt;&lt;HEAD&gt;&lt;/HEAD&gt;&lt;BODY&gt;&lt;P&gt;Hi,&lt;/P&gt;&lt;P&gt;    Are you doing any actions on the data? For e.g. CONDENSE, CONCATENATE, WRITE etc.&lt;/P&gt;&lt;P&gt;    These are not allowed with CURR or decimals.&lt;/P&gt;&lt;P&gt;    It would be easier to understand if you paste the code line where the error occurs.&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;Regards,&lt;/P&gt;&lt;P&gt;Sandeep&lt;/P&gt;&lt;/BODY&gt;&lt;/HTML&gt;</description>
      <pubDate>Fri, 22 Feb 2008 04:04:57 GMT</pubDate>
      <guid>https://community.sap.com/t5/application-development-and-automation-discussions/pls-help/m-p/3441717#M826552</guid>
      <dc:creator>Former Member</dc:creator>
      <dc:date>2008-02-22T04:04:57Z</dc:date>
    </item>
  </channel>
</rss>

