<?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: write a program to clean the data in Application Development and Automation Discussions</title>
    <link>https://community.sap.com/t5/application-development-and-automation-discussions/write-a-program-to-clean-the-data/m-p/1112043#M106471</link>
    <description>&lt;HTML&gt;&lt;HEAD&gt;&lt;/HEAD&gt;&lt;BODY&gt;&lt;P&gt;Upload your excel file data into an Internal table using some func module like ALSM_EXCEL_TO_INTERNAL_TABLE. &lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;Move your cleansed data to a different Itab.&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;Download this itab into a .txt file using GUI_DOWNLOAD&lt;/P&gt;&lt;/BODY&gt;&lt;/HTML&gt;</description>
    <pubDate>Mon, 06 Feb 2006 22:13:53 GMT</pubDate>
    <dc:creator>Former Member</dc:creator>
    <dc:date>2006-02-06T22:13:53Z</dc:date>
    <item>
      <title>write a program to clean the data</title>
      <link>https://community.sap.com/t5/application-development-and-automation-discussions/write-a-program-to-clean-the-data/m-p/1112040#M106468</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;I have to build a program which has to read all the fields in a ".xls" file and output into a ".txt" file.&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;The thing is there is some unwanted data(fields) in the ".xls" file, so i have to clean some of that data and output only those data(fields) which are useful - into the ".txt" file, so that this file can later be uploaded into SAP using an Interface.&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;Could you tell me what is the appropriate procedure to get this thing done?&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;Thank you very much,&lt;/P&gt;&lt;/BODY&gt;&lt;/HTML&gt;</description>
      <pubDate>Mon, 06 Feb 2006 22:04:19 GMT</pubDate>
      <guid>https://community.sap.com/t5/application-development-and-automation-discussions/write-a-program-to-clean-the-data/m-p/1112040#M106468</guid>
      <dc:creator>Former Member</dc:creator>
      <dc:date>2006-02-06T22:04:19Z</dc:date>
    </item>
    <item>
      <title>Re: write a program to clean the data</title>
      <link>https://community.sap.com/t5/application-development-and-automation-discussions/write-a-program-to-clean-the-data/m-p/1112041#M106469</link>
      <description>&lt;HTML&gt;&lt;HEAD&gt;&lt;/HEAD&gt;&lt;BODY&gt;&lt;P&gt;Hi Dev,&lt;/P&gt;&lt;P&gt;  Use WS_UPLOAD &amp;amp; get the data in to your internal table.Do your process of cleaning the data &amp;amp; use WS_DOWNLOAD to download the data into a file.&lt;/P&gt;&lt;P&gt;I guess it s'd be quite simple,unless you have some complex requirement here.&lt;/P&gt;&lt;/BODY&gt;&lt;/HTML&gt;</description>
      <pubDate>Mon, 06 Feb 2006 22:08:11 GMT</pubDate>
      <guid>https://community.sap.com/t5/application-development-and-automation-discussions/write-a-program-to-clean-the-data/m-p/1112041#M106469</guid>
      <dc:creator>Former Member</dc:creator>
      <dc:date>2006-02-06T22:08:11Z</dc:date>
    </item>
    <item>
      <title>Re: write a program to clean the data</title>
      <link>https://community.sap.com/t5/application-development-and-automation-discussions/write-a-program-to-clean-the-data/m-p/1112042#M106470</link>
      <description>&lt;HTML&gt;&lt;HEAD&gt;&lt;/HEAD&gt;&lt;BODY&gt;&lt;P&gt;Hi..&lt;/P&gt;&lt;P&gt;  First of all read the excel data into an internal table using a function module GUI_UPLOAD or use the method GUI_UPLOAD of the class CL_GUI_FRONTEND_SERVICES.&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;Loop at the internal and process each record and either transfer the required data into another internal table or delete the unwanted from the same table. &lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;Use the function module GUI_DOWNLOAD or the method GUI_DOWNLOAD of the class CL_GUI_FRONTEND_SERVICES to download data into a text file. &lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;The program should contain Input and Output file paths as Selection Screen parameters.&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;Regards,&lt;/P&gt;&lt;P&gt;Vara&lt;/P&gt;&lt;/BODY&gt;&lt;/HTML&gt;</description>
      <pubDate>Mon, 06 Feb 2006 22:13:33 GMT</pubDate>
      <guid>https://community.sap.com/t5/application-development-and-automation-discussions/write-a-program-to-clean-the-data/m-p/1112042#M106470</guid>
      <dc:creator>Former Member</dc:creator>
      <dc:date>2006-02-06T22:13:33Z</dc:date>
    </item>
    <item>
      <title>Re: write a program to clean the data</title>
      <link>https://community.sap.com/t5/application-development-and-automation-discussions/write-a-program-to-clean-the-data/m-p/1112043#M106471</link>
      <description>&lt;HTML&gt;&lt;HEAD&gt;&lt;/HEAD&gt;&lt;BODY&gt;&lt;P&gt;Upload your excel file data into an Internal table using some func module like ALSM_EXCEL_TO_INTERNAL_TABLE. &lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;Move your cleansed data to a different Itab.&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;Download this itab into a .txt file using GUI_DOWNLOAD&lt;/P&gt;&lt;/BODY&gt;&lt;/HTML&gt;</description>
      <pubDate>Mon, 06 Feb 2006 22:13:53 GMT</pubDate>
      <guid>https://community.sap.com/t5/application-development-and-automation-discussions/write-a-program-to-clean-the-data/m-p/1112043#M106471</guid>
      <dc:creator>Former Member</dc:creator>
      <dc:date>2006-02-06T22:13:53Z</dc:date>
    </item>
    <item>
      <title>Re: write a program to clean the data</title>
      <link>https://community.sap.com/t5/application-development-and-automation-discussions/write-a-program-to-clean-the-data/m-p/1112044#M106472</link>
      <description>&lt;HTML&gt;&lt;HEAD&gt;&lt;/HEAD&gt;&lt;BODY&gt;&lt;P&gt;Thanks all&lt;/P&gt;&lt;/BODY&gt;&lt;/HTML&gt;</description>
      <pubDate>Mon, 06 Feb 2006 22:34:05 GMT</pubDate>
      <guid>https://community.sap.com/t5/application-development-and-automation-discussions/write-a-program-to-clean-the-data/m-p/1112044#M106472</guid>
      <dc:creator>Former Member</dc:creator>
      <dc:date>2006-02-06T22:34:05Z</dc:date>
    </item>
  </channel>
</rss>

