<?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: Big Endian Format in Application Development and Automation Discussions</title>
    <link>https://community.sap.com/t5/application-development-and-automation-discussions/big-endian-format/m-p/6350942#M1398882</link>
    <description>&lt;HTML&gt;&lt;HEAD&gt;&lt;/HEAD&gt;&lt;BODY&gt;&lt;P&gt;Hi Divya,&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;What was the solution ?&lt;/P&gt;&lt;/BODY&gt;&lt;/HTML&gt;</description>
    <pubDate>Thu, 14 Jan 2010 17:49:30 GMT</pubDate>
    <dc:creator>kesavadas_thekkillath</dc:creator>
    <dc:date>2010-01-14T17:49:30Z</dc:date>
    <item>
      <title>Big Endian Format</title>
      <link>https://community.sap.com/t5/application-development-and-automation-discussions/big-endian-format/m-p/6350927#M1398867</link>
      <description>&lt;HTML&gt;&lt;HEAD&gt;&lt;/HEAD&gt;&lt;BODY&gt;&lt;P&gt;Hi,&lt;/P&gt;&lt;P&gt;I have a requirement where i have to download the contents of the standard table(kna1) to the application server.&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;   OPEN DATASET p_file  FOR OUTPUT IN legacy TEXT MODE big endian.&lt;/P&gt;&lt;P&gt;But i am getting error.&lt;/P&gt;&lt;P&gt;Could anyone please help me.&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;Thanks &amp;amp; Regards&lt;/P&gt;&lt;/BODY&gt;&lt;/HTML&gt;</description>
      <pubDate>Mon, 23 Nov 2009 08:56:36 GMT</pubDate>
      <guid>https://community.sap.com/t5/application-development-and-automation-discussions/big-endian-format/m-p/6350927#M1398867</guid>
      <dc:creator>Former Member</dc:creator>
      <dc:date>2009-11-23T08:56:36Z</dc:date>
    </item>
    <item>
      <title>Re: Big Endian Format</title>
      <link>https://community.sap.com/t5/application-development-and-automation-discussions/big-endian-format/m-p/6350928#M1398868</link>
      <description>&lt;HTML&gt;&lt;HEAD&gt;&lt;/HEAD&gt;&lt;BODY&gt;&lt;P&gt;Hi Divya,&lt;/P&gt;&lt;P&gt;             Can you mention the error please!&lt;/P&gt;&lt;/BODY&gt;&lt;/HTML&gt;</description>
      <pubDate>Mon, 23 Nov 2009 09:06:36 GMT</pubDate>
      <guid>https://community.sap.com/t5/application-development-and-automation-discussions/big-endian-format/m-p/6350928#M1398868</guid>
      <dc:creator>former_member206377</dc:creator>
      <dc:date>2009-11-23T09:06:36Z</dc:date>
    </item>
    <item>
      <title>Re: Big Endian Format</title>
      <link>https://community.sap.com/t5/application-development-and-automation-discussions/big-endian-format/m-p/6350929#M1398869</link>
      <description>&lt;HTML&gt;&lt;HEAD&gt;&lt;/HEAD&gt;&lt;BODY&gt;&lt;P&gt;Hi,&lt;/P&gt;&lt;P&gt;I am getting the following error&lt;/P&gt;&lt;P&gt;Runtime Errors         DATASET_NOT_OPEN&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;Short text&lt;/P&gt;&lt;P&gt;    File "/TMP/KNA1_DATA1.TXT" is not open.&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;I feels its because the data volue is huge because  its a standard table.&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;Thanks&lt;/P&gt;&lt;/BODY&gt;&lt;/HTML&gt;</description>
      <pubDate>Mon, 23 Nov 2009 09:09:46 GMT</pubDate>
      <guid>https://community.sap.com/t5/application-development-and-automation-discussions/big-endian-format/m-p/6350929#M1398869</guid>
      <dc:creator>Former Member</dc:creator>
      <dc:date>2009-11-23T09:09:46Z</dc:date>
    </item>
    <item>
      <title>Re: Big Endian Format</title>
      <link>https://community.sap.com/t5/application-development-and-automation-discussions/big-endian-format/m-p/6350930#M1398870</link>
      <description>&lt;HTML&gt;&lt;HEAD&gt;&lt;/HEAD&gt;&lt;BODY&gt;&lt;P&gt;goto su53 and check the authorization,&lt;/P&gt;&lt;P&gt;check whether the path exists.&lt;/P&gt;&lt;P&gt;check the sy-subrc value after open dataset statement&lt;/P&gt;&lt;P&gt;try "&lt;BR /&gt;TMP\KNA1_DATA1.TXT"&lt;/P&gt;&lt;/BODY&gt;&lt;/HTML&gt;</description>
      <pubDate>Mon, 23 Nov 2009 09:16:41 GMT</pubDate>
      <guid>https://community.sap.com/t5/application-development-and-automation-discussions/big-endian-format/m-p/6350930#M1398870</guid>
      <dc:creator>kesavadas_thekkillath</dc:creator>
      <dc:date>2009-11-23T09:16:41Z</dc:date>
    </item>
    <item>
      <title>Re: Big Endian Format</title>
      <link>https://community.sap.com/t5/application-development-and-automation-discussions/big-endian-format/m-p/6350931#M1398871</link>
      <description>&lt;HTML&gt;&lt;HEAD&gt;&lt;/HEAD&gt;&lt;BODY&gt;&lt;P&gt;Hi,&lt;/P&gt;&lt;P&gt;I have authorization , i checked in SU53.&lt;/P&gt;&lt;P&gt;I amgetting bthe file open error because the internal table data is huge.&lt;/P&gt;&lt;P&gt;Could you please suggest for that?&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;Thanks&lt;/P&gt;&lt;/BODY&gt;&lt;/HTML&gt;</description>
      <pubDate>Mon, 23 Nov 2009 09:21:11 GMT</pubDate>
      <guid>https://community.sap.com/t5/application-development-and-automation-discussions/big-endian-format/m-p/6350931#M1398871</guid>
      <dc:creator>Former Member</dc:creator>
      <dc:date>2009-11-23T09:21:11Z</dc:date>
    </item>
    <item>
      <title>Re: Big Endian Format</title>
      <link>https://community.sap.com/t5/application-development-and-automation-discussions/big-endian-format/m-p/6350932#M1398872</link>
      <description>&lt;HTML&gt;&lt;HEAD&gt;&lt;/HEAD&gt;&lt;BODY&gt;&lt;P&gt;Have you specified the right path ?&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;For problem with huge data refer this link &lt;/P&gt;&lt;P&gt;&lt;A class="jive_macro jive_macro_thread" href="https://community.sap.com/" __jive_macro_name="thread" modifiedtitle="true" __default_attr="776738"&gt;&lt;/A&gt;&lt;/P&gt;&lt;/BODY&gt;&lt;/HTML&gt;</description>
      <pubDate>Mon, 23 Nov 2009 09:22:20 GMT</pubDate>
      <guid>https://community.sap.com/t5/application-development-and-automation-discussions/big-endian-format/m-p/6350932#M1398872</guid>
      <dc:creator>former_member206377</dc:creator>
      <dc:date>2009-11-23T09:22:20Z</dc:date>
    </item>
    <item>
      <title>Re: Big Endian Format</title>
      <link>https://community.sap.com/t5/application-development-and-automation-discussions/big-endian-format/m-p/6350933#M1398873</link>
      <description>&lt;HTML&gt;&lt;HEAD&gt;&lt;/HEAD&gt;&lt;BODY&gt;&lt;P&gt;Hi,&lt;/P&gt;&lt;P&gt;Thanks for the link!&lt;/P&gt;&lt;P&gt;Bit its not specified in the link for huge volume of records.&lt;/P&gt;&lt;P&gt;Could you please help me on that.&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;Thanks&lt;/P&gt;&lt;/BODY&gt;&lt;/HTML&gt;</description>
      <pubDate>Mon, 23 Nov 2009 09:42:54 GMT</pubDate>
      <guid>https://community.sap.com/t5/application-development-and-automation-discussions/big-endian-format/m-p/6350933#M1398873</guid>
      <dc:creator>Former Member</dc:creator>
      <dc:date>2009-11-23T09:42:54Z</dc:date>
    </item>
    <item>
      <title>Re: Big Endian Format</title>
      <link>https://community.sap.com/t5/application-development-and-automation-discussions/big-endian-format/m-p/6350934#M1398874</link>
      <description>&lt;HTML&gt;&lt;HEAD&gt;&lt;/HEAD&gt;&lt;BODY&gt;&lt;P&gt;if its of huge data&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;then spli the data to another data and use it.&lt;/P&gt;&lt;/BODY&gt;&lt;/HTML&gt;</description>
      <pubDate>Mon, 23 Nov 2009 09:51:07 GMT</pubDate>
      <guid>https://community.sap.com/t5/application-development-and-automation-discussions/big-endian-format/m-p/6350934#M1398874</guid>
      <dc:creator>kesavadas_thekkillath</dc:creator>
      <dc:date>2009-11-23T09:51:07Z</dc:date>
    </item>
    <item>
      <title>Re: Big Endian Format</title>
      <link>https://community.sap.com/t5/application-development-and-automation-discussions/big-endian-format/m-p/6350935#M1398875</link>
      <description>&lt;HTML&gt;&lt;HEAD&gt;&lt;/HEAD&gt;&lt;BODY&gt;&lt;P&gt;Hi Divya,&lt;/P&gt;&lt;P&gt;               check the reply by Vedavathy Kotak.. in the link provided. She mentions that the code she has specified works fine for any size of the file.&lt;/P&gt;&lt;/BODY&gt;&lt;/HTML&gt;</description>
      <pubDate>Mon, 23 Nov 2009 10:07:35 GMT</pubDate>
      <guid>https://community.sap.com/t5/application-development-and-automation-discussions/big-endian-format/m-p/6350935#M1398875</guid>
      <dc:creator>former_member206377</dc:creator>
      <dc:date>2009-11-23T10:07:35Z</dc:date>
    </item>
    <item>
      <title>Re: Big Endian Format</title>
      <link>https://community.sap.com/t5/application-development-and-automation-discussions/big-endian-format/m-p/6350936#M1398876</link>
      <description>&lt;HTML&gt;&lt;HEAD&gt;&lt;/HEAD&gt;&lt;BODY&gt;&lt;P&gt;Hi Divya,&lt;/P&gt;&lt;P&gt;                 Is your issue resolved?&lt;/P&gt;&lt;/BODY&gt;&lt;/HTML&gt;</description>
      <pubDate>Mon, 23 Nov 2009 11:02:23 GMT</pubDate>
      <guid>https://community.sap.com/t5/application-development-and-automation-discussions/big-endian-format/m-p/6350936#M1398876</guid>
      <dc:creator>former_member206377</dc:creator>
      <dc:date>2009-11-23T11:02:23Z</dc:date>
    </item>
    <item>
      <title>Re: Big Endian Format</title>
      <link>https://community.sap.com/t5/application-development-and-automation-discussions/big-endian-format/m-p/6350937#M1398877</link>
      <description>&lt;HTML&gt;&lt;HEAD&gt;&lt;/HEAD&gt;&lt;BODY&gt;&lt;P&gt;Hi Divya,&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;The error is at the OPEN DATASET statement, right? This is the first statement for openning a file  and at this point you have not even started writing to the file, so this error has nothing to do with internal table size or file size. It is also clear from the error you have received. Check whether you have specified the path correct. &lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;Why are you using LEGACY TEXT MODE BIG ENDIAN? any specific reason?&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;Best Regards,&lt;/P&gt;&lt;P&gt;Loveline thomas.&lt;/P&gt;&lt;/BODY&gt;&lt;/HTML&gt;</description>
      <pubDate>Mon, 23 Nov 2009 11:11:27 GMT</pubDate>
      <guid>https://community.sap.com/t5/application-development-and-automation-discussions/big-endian-format/m-p/6350937#M1398877</guid>
      <dc:creator>Former Member</dc:creator>
      <dc:date>2009-11-23T11:11:27Z</dc:date>
    </item>
    <item>
      <title>Re: Big Endian Format</title>
      <link>https://community.sap.com/t5/application-development-and-automation-discussions/big-endian-format/m-p/6350938#M1398878</link>
      <description>&lt;HTML&gt;&lt;HEAD&gt;&lt;/HEAD&gt;&lt;BODY&gt;&lt;P&gt;Hi loveline,&lt;/P&gt;&lt;P&gt;Thnaks .&lt;/P&gt;&lt;P&gt;Yes i have an internal table which has all the contents of kna1 table.&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;PRE&gt;&lt;CODE&gt;
IF p_kna1 = 'X'.
    SELECT *  INTO TABLE i_kna1 FROM kna1.
   OPEN DATASET p_k1 FOR OUTPUT In TEXT MODE ENCODING DEFAULT.
if sy-subrc eq 0.
      LOOP AT i_kna1.
         CLEAR w_rec.
             DO.
      ASSIGN COMPONENT sy-index OF STRUCTURE i_kna1 to &amp;lt;fs&amp;gt;.
       if sy-subrc &amp;lt;&amp;gt; 0.
          EXIT.
        ENDIF.
        DESCRIBE FIELD &amp;lt;fs&amp;gt; TYPE l_type.
        CONCATENATE w_rec &amp;lt;fs&amp;gt; INTO w_rec
         SEPARATED BY '  '.
        ENDDO.
        TRANSFER w_rec to p_k1.
    ENDLOOP.
 endif.
&lt;/CODE&gt;&lt;/PRE&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;This is the code i have given.&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;Code Formatted by: Alvaro Tejada Galindo on Jan 13, 2010 5:07 PM&lt;/P&gt;&lt;/BODY&gt;&lt;/HTML&gt;</description>
      <pubDate>Mon, 23 Nov 2009 11:14:00 GMT</pubDate>
      <guid>https://community.sap.com/t5/application-development-and-automation-discussions/big-endian-format/m-p/6350938#M1398878</guid>
      <dc:creator>Former Member</dc:creator>
      <dc:date>2009-11-23T11:14:00Z</dc:date>
    </item>
    <item>
      <title>Re: Big Endian Format</title>
      <link>https://community.sap.com/t5/application-development-and-automation-discussions/big-endian-format/m-p/6350939#M1398879</link>
      <description>&lt;HTML&gt;&lt;HEAD&gt;&lt;/HEAD&gt;&lt;BODY&gt;&lt;P&gt;Is SY-SUBRC EQ 0, after the OPEN DATASET statement? &lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;If not, it means the file could not be open. Are you trying to write the file in TMP folder?  Usually the administrator fix a size for this folder, if that size has reached you will not be able create any new file in this folder. So check with your system administrator about the folder size. &lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;Best Regards,&lt;/P&gt;&lt;P&gt;Loveline Thomas.&lt;/P&gt;&lt;/BODY&gt;&lt;/HTML&gt;</description>
      <pubDate>Mon, 23 Nov 2009 11:22:30 GMT</pubDate>
      <guid>https://community.sap.com/t5/application-development-and-automation-discussions/big-endian-format/m-p/6350939#M1398879</guid>
      <dc:creator>Former Member</dc:creator>
      <dc:date>2009-11-23T11:22:30Z</dc:date>
    </item>
    <item>
      <title>Re: Big Endian Format</title>
      <link>https://community.sap.com/t5/application-development-and-automation-discussions/big-endian-format/m-p/6350940#M1398880</link>
      <description>&lt;HTML&gt;&lt;HEAD&gt;&lt;/HEAD&gt;&lt;BODY&gt;&lt;P&gt;Thanks .&lt;/P&gt;&lt;P&gt;yes my sy-subrc is 0 after open dataset statement.&lt;/P&gt;&lt;P&gt;In al11 i could see the file but when i clock on it , it says "Unable to display this file".&lt;/P&gt;&lt;P&gt;Any suggestions please.&lt;/P&gt;&lt;/BODY&gt;&lt;/HTML&gt;</description>
      <pubDate>Mon, 23 Nov 2009 11:39:04 GMT</pubDate>
      <guid>https://community.sap.com/t5/application-development-and-automation-discussions/big-endian-format/m-p/6350940#M1398880</guid>
      <dc:creator>Former Member</dc:creator>
      <dc:date>2009-11-23T11:39:04Z</dc:date>
    </item>
    <item>
      <title>Re: Big Endian Format</title>
      <link>https://community.sap.com/t5/application-development-and-automation-discussions/big-endian-format/m-p/6350941#M1398881</link>
      <description>&lt;HTML&gt;&lt;HEAD&gt;&lt;/HEAD&gt;&lt;BODY&gt;&lt;P&gt;answered&lt;/P&gt;&lt;/BODY&gt;&lt;/HTML&gt;</description>
      <pubDate>Wed, 13 Jan 2010 07:12:17 GMT</pubDate>
      <guid>https://community.sap.com/t5/application-development-and-automation-discussions/big-endian-format/m-p/6350941#M1398881</guid>
      <dc:creator>Former Member</dc:creator>
      <dc:date>2010-01-13T07:12:17Z</dc:date>
    </item>
    <item>
      <title>Re: Big Endian Format</title>
      <link>https://community.sap.com/t5/application-development-and-automation-discussions/big-endian-format/m-p/6350942#M1398882</link>
      <description>&lt;HTML&gt;&lt;HEAD&gt;&lt;/HEAD&gt;&lt;BODY&gt;&lt;P&gt;Hi Divya,&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;What was the solution ?&lt;/P&gt;&lt;/BODY&gt;&lt;/HTML&gt;</description>
      <pubDate>Thu, 14 Jan 2010 17:49:30 GMT</pubDate>
      <guid>https://community.sap.com/t5/application-development-and-automation-discussions/big-endian-format/m-p/6350942#M1398882</guid>
      <dc:creator>kesavadas_thekkillath</dc:creator>
      <dc:date>2010-01-14T17:49:30Z</dc:date>
    </item>
  </channel>
</rss>

