<?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 Problem in fetching data in Interface report in Application Development and Automation Discussions</title>
    <link>https://community.sap.com/t5/application-development-and-automation-discussions/problem-in-fetching-data-in-interface-report/m-p/6124246#M1364137</link>
    <description>&lt;HTML&gt;&lt;HEAD&gt;&lt;/HEAD&gt;&lt;BODY&gt;&lt;P&gt;Hi SAP Gurus,&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;I am having a problem while fetching data from .csv file in interface.&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;Previously , the file of format .csv is fetched into SAP successfully. &lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;Now the new File format is  same but some VB script is written in that .csv file. .&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;so, when i am uploading the new file it is showing garbage data(I have seen in the internal table). that is the data in the file is visible in a different format like !!@!@!###((*&amp;amp;&amp;amp;#&amp;amp;#&amp;amp;.&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;I am using the following statement  for uploading.&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;OPEN DATASET FILE_PATH FOR INPUT MESSAGE MSG IN TEXT MODE ENCODING DEFAULT.&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;Please suggest.&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;Thanks &amp;amp; Regards,&lt;/P&gt;&lt;P&gt;Pavan.B&lt;/P&gt;&lt;/BODY&gt;&lt;/HTML&gt;</description>
    <pubDate>Sat, 12 Sep 2009 07:51:26 GMT</pubDate>
    <dc:creator>Former Member</dc:creator>
    <dc:date>2009-09-12T07:51:26Z</dc:date>
    <item>
      <title>Problem in fetching data in Interface report</title>
      <link>https://community.sap.com/t5/application-development-and-automation-discussions/problem-in-fetching-data-in-interface-report/m-p/6124246#M1364137</link>
      <description>&lt;HTML&gt;&lt;HEAD&gt;&lt;/HEAD&gt;&lt;BODY&gt;&lt;P&gt;Hi SAP Gurus,&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;I am having a problem while fetching data from .csv file in interface.&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;Previously , the file of format .csv is fetched into SAP successfully. &lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;Now the new File format is  same but some VB script is written in that .csv file. .&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;so, when i am uploading the new file it is showing garbage data(I have seen in the internal table). that is the data in the file is visible in a different format like !!@!@!###((*&amp;amp;&amp;amp;#&amp;amp;#&amp;amp;.&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;I am using the following statement  for uploading.&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;OPEN DATASET FILE_PATH FOR INPUT MESSAGE MSG IN TEXT MODE ENCODING DEFAULT.&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;Please suggest.&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;Thanks &amp;amp; Regards,&lt;/P&gt;&lt;P&gt;Pavan.B&lt;/P&gt;&lt;/BODY&gt;&lt;/HTML&gt;</description>
      <pubDate>Sat, 12 Sep 2009 07:51:26 GMT</pubDate>
      <guid>https://community.sap.com/t5/application-development-and-automation-discussions/problem-in-fetching-data-in-interface-report/m-p/6124246#M1364137</guid>
      <dc:creator>Former Member</dc:creator>
      <dc:date>2009-09-12T07:51:26Z</dc:date>
    </item>
    <item>
      <title>Re: Problem in fetching data in Interface report</title>
      <link>https://community.sap.com/t5/application-development-and-automation-discussions/problem-in-fetching-data-in-interface-report/m-p/6124247#M1364138</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;try to upload using C13Z_FILE_UPLOAD_BINARY.&lt;/P&gt;&lt;/BODY&gt;&lt;/HTML&gt;</description>
      <pubDate>Sat, 12 Sep 2009 13:28:32 GMT</pubDate>
      <guid>https://community.sap.com/t5/application-development-and-automation-discussions/problem-in-fetching-data-in-interface-report/m-p/6124247#M1364138</guid>
      <dc:creator>Former Member</dc:creator>
      <dc:date>2009-09-12T13:28:32Z</dc:date>
    </item>
    <item>
      <title>Re: Problem in fetching data in Interface report</title>
      <link>https://community.sap.com/t5/application-development-and-automation-discussions/problem-in-fetching-data-in-interface-report/m-p/6124248#M1364139</link>
      <description>&lt;HTML&gt;&lt;HEAD&gt;&lt;/HEAD&gt;&lt;BODY&gt;&lt;P&gt;Hi,&lt;/P&gt;&lt;P&gt;Check if some columns are added or deleted in new .csv file. If yes, then check if VBScript is using column name and the format of the column has got changed in new file. Accordingly, change the old column name to new column name in VBScript.&lt;/P&gt;&lt;P&gt;I faced a similar problem and found that two new columns were added in the file. As per the script it was expecting the "AW" column to be numeric while it was changed and new column was inserted so now the AW was not numeric instead it was DATE field. I changed the hardcoded column value "AW" in the VBScript to "AY".&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;KR Jaideep,&lt;/P&gt;&lt;/BODY&gt;&lt;/HTML&gt;</description>
      <pubDate>Sat, 12 Sep 2009 13:46:30 GMT</pubDate>
      <guid>https://community.sap.com/t5/application-development-and-automation-discussions/problem-in-fetching-data-in-interface-report/m-p/6124248#M1364139</guid>
      <dc:creator>jaideepsharma</dc:creator>
      <dc:date>2009-09-12T13:46:30Z</dc:date>
    </item>
  </channel>
</rss>

