<?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: File in Application Development and Automation Discussions</title>
    <link>https://community.sap.com/t5/application-development-and-automation-discussions/file/m-p/3790191#M911679</link>
    <description>&lt;HTML&gt;&lt;HEAD&gt;&lt;/HEAD&gt;&lt;BODY&gt;&lt;P&gt;Analyze program via SM30 as mentioned in previous email.  I would focus on type of internal tables used to manipulate data, i.e, standard tables can be "killers"; e.g., use sorted tables.&lt;/P&gt;&lt;/BODY&gt;&lt;/HTML&gt;</description>
    <pubDate>Tue, 06 May 2008 15:40:29 GMT</pubDate>
    <dc:creator>Former Member</dc:creator>
    <dc:date>2008-05-06T15:40:29Z</dc:date>
    <item>
      <title>File</title>
      <link>https://community.sap.com/t5/application-development-and-automation-discussions/file/m-p/3790189#M911677</link>
      <description>&lt;HTML&gt;&lt;HEAD&gt;&lt;/HEAD&gt;&lt;BODY&gt;&lt;P&gt;Hi Guys &lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;Any suggestion ....&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;Getting file from legacy and splitting in to six different files and putting in Application server.&lt;/P&gt;&lt;P&gt;It is taking 28 hours.....dont know why??&lt;/P&gt;&lt;P&gt;Using Open dataset and close dataset for 6 times for 6 files...&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;checking conditions before splitting...&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;Thanks in advance.&lt;/P&gt;&lt;/BODY&gt;&lt;/HTML&gt;</description>
      <pubDate>Tue, 06 May 2008 00:07:44 GMT</pubDate>
      <guid>https://community.sap.com/t5/application-development-and-automation-discussions/file/m-p/3790189#M911677</guid>
      <dc:creator>Former Member</dc:creator>
      <dc:date>2008-05-06T00:07:44Z</dc:date>
    </item>
    <item>
      <title>Re: File</title>
      <link>https://community.sap.com/t5/application-development-and-automation-discussions/file/m-p/3790190#M911678</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 of all you need to check in the SE30 if there are performance problems about database access or others routines.&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;Regards,&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;Fernando&lt;/P&gt;&lt;/BODY&gt;&lt;/HTML&gt;</description>
      <pubDate>Tue, 06 May 2008 12:18:58 GMT</pubDate>
      <guid>https://community.sap.com/t5/application-development-and-automation-discussions/file/m-p/3790190#M911678</guid>
      <dc:creator>Former Member</dc:creator>
      <dc:date>2008-05-06T12:18:58Z</dc:date>
    </item>
    <item>
      <title>Re: File</title>
      <link>https://community.sap.com/t5/application-development-and-automation-discussions/file/m-p/3790191#M911679</link>
      <description>&lt;HTML&gt;&lt;HEAD&gt;&lt;/HEAD&gt;&lt;BODY&gt;&lt;P&gt;Analyze program via SM30 as mentioned in previous email.  I would focus on type of internal tables used to manipulate data, i.e, standard tables can be "killers"; e.g., use sorted tables.&lt;/P&gt;&lt;/BODY&gt;&lt;/HTML&gt;</description>
      <pubDate>Tue, 06 May 2008 15:40:29 GMT</pubDate>
      <guid>https://community.sap.com/t5/application-development-and-automation-discussions/file/m-p/3790191#M911679</guid>
      <dc:creator>Former Member</dc:creator>
      <dc:date>2008-05-06T15:40:29Z</dc:date>
    </item>
    <item>
      <title>Re: File</title>
      <link>https://community.sap.com/t5/application-development-and-automation-discussions/file/m-p/3790192#M911680</link>
      <description>&lt;HTML&gt;&lt;HEAD&gt;&lt;/HEAD&gt;&lt;BODY&gt;&lt;P&gt;Hello.&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;How big are your files? Consider separating in smaller ones ...&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;Use SM30 as already been told ... or debug it!&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;Best regards.&lt;/P&gt;&lt;P&gt;Valter Oliveira.&lt;/P&gt;&lt;/BODY&gt;&lt;/HTML&gt;</description>
      <pubDate>Tue, 06 May 2008 16:30:37 GMT</pubDate>
      <guid>https://community.sap.com/t5/application-development-and-automation-discussions/file/m-p/3790192#M911680</guid>
      <dc:creator>valter_oliveira</dc:creator>
      <dc:date>2008-05-06T16:30:37Z</dc:date>
    </item>
    <item>
      <title>Re: File</title>
      <link>https://community.sap.com/t5/application-development-and-automation-discussions/file/m-p/3790193#M911681</link>
      <description>&lt;HTML&gt;&lt;HEAD&gt;&lt;/HEAD&gt;&lt;BODY&gt;&lt;P&gt;Hello krk,&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;Are you using US or NUS (Unicode, or not)?&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;For Unicode the file interface, the OPEN DATASET statement has been completely overhauled and the following enhancements added for US:&lt;/P&gt;&lt;PRE&gt;&lt;CODE&gt;OPEN DATASET dsn IN TEXT MODE ......&lt;/CODE&gt;&lt;/PRE&gt;&lt;PRE&gt;&lt;CODE&gt;OPEN DATASET dsn IN BINARY MODE......&lt;/CODE&gt;&lt;/PRE&gt;&lt;PRE&gt;&lt;CODE&gt;OPEN DATASET dsn IN LEGACY TEXT MODE .......&lt;/CODE&gt;&lt;/PRE&gt;&lt;PRE&gt;&lt;CODE&gt;OPEN DATASET dsn IN LEGACY BINARY MODE .......&lt;/CODE&gt;&lt;/PRE&gt;&lt;P&gt;I am not sure but I guess the Unicode concept "is able" to cause such trouble in uploading from the application server. Back in 2001 (no Unicode at this time) I had to upload more the 700,000 records, each about 1,000 Bytes long. There was no problem in uploading the data. My long runtime (28 hours) was more likely caused by inserting the data into SAP tables, even I used the Direct-Input technique (BDC took about 10 times as long).&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;Hope it helps!&lt;/P&gt;&lt;P&gt;Best wishes,&lt;/P&gt;&lt;P&gt;Heinz&lt;/P&gt;&lt;/BODY&gt;&lt;/HTML&gt;</description>
      <pubDate>Sat, 10 May 2008 06:32:52 GMT</pubDate>
      <guid>https://community.sap.com/t5/application-development-and-automation-discussions/file/m-p/3790193#M911681</guid>
      <dc:creator>Former Member</dc:creator>
      <dc:date>2008-05-10T06:32:52Z</dc:date>
    </item>
  </channel>
</rss>

