<?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: Length limitations in Application Development and Automation Discussions</title>
    <link>https://community.sap.com/t5/application-development-and-automation-discussions/length-limitations/m-p/1491220#M228548</link>
    <description>&lt;HTML&gt;&lt;HEAD&gt;&lt;/HEAD&gt;&lt;BODY&gt;&lt;P&gt;Hai,&lt;/P&gt;&lt;P&gt;Why can't you try with &amp;lt;b&amp;gt;CG3Z&amp;lt;/b&amp;gt; and verify using &amp;lt;b&amp;gt;CG3Y&amp;lt;/b&amp;gt; Tx.&lt;/P&gt;&lt;/BODY&gt;&lt;/HTML&gt;</description>
    <pubDate>Mon, 31 Jul 2006 12:25:05 GMT</pubDate>
    <dc:creator>Former Member</dc:creator>
    <dc:date>2006-07-31T12:25:05Z</dc:date>
    <item>
      <title>Length limitations</title>
      <link>https://community.sap.com/t5/application-development-and-automation-discussions/length-limitations/m-p/1491214#M228542</link>
      <description>&lt;HTML&gt;&lt;HEAD&gt;&lt;/HEAD&gt;&lt;BODY&gt;&lt;P&gt;Hi All,&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;Is there in any length limitation for downloading a file on application server.&lt;/P&gt;&lt;P&gt;I am downloading following fields of an internal table &lt;/P&gt;&lt;P&gt;to a dat file.....&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;            tknum(10)     type C,&lt;/P&gt;&lt;P&gt;            mwerks(4)     type C,&lt;/P&gt;&lt;P&gt;            scacd(4)      type C,&lt;/P&gt;&lt;P&gt;            signi(20)     type C,&lt;/P&gt;&lt;P&gt;            tprfo(4)      type C,&lt;/P&gt;&lt;P&gt;            sunit(13)     type C,&lt;/P&gt;&lt;P&gt;            name1(35)     type C,&lt;/P&gt;&lt;P&gt;            stras(35)     type C,&lt;/P&gt;&lt;P&gt;            ort01(35)     type C,&lt;/P&gt;&lt;P&gt;            regio(3)      type C,&lt;/P&gt;&lt;P&gt;            pstlz(10)     type C,&lt;/P&gt;&lt;P&gt;            land1(3)      type C,&lt;/P&gt;&lt;P&gt;            vgbel(10)     type C,&lt;/P&gt;&lt;P&gt;            bstkd(35)     type C,&lt;/P&gt;&lt;P&gt;            matnr(18)     type C,&lt;/P&gt;&lt;P&gt;            maktx(40)     type C,&lt;/P&gt;&lt;P&gt;            sernr(18)     type C,&lt;/P&gt;&lt;P&gt;            bezei(20)     type C,&lt;/P&gt;&lt;P&gt;            brgew(13)     type C,&lt;/P&gt;&lt;P&gt;            value_old(13) type C,&lt;/P&gt;&lt;P&gt;            lfimg(13)     type C,&lt;/P&gt;&lt;P&gt;            cqnty(13)     type C,&lt;/P&gt;&lt;P&gt;            wadat_ist(10) type C,&lt;/P&gt;&lt;P&gt;********************************************&lt;/P&gt;&lt;P&gt;code to download the table to a file on application server&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;    OPEN DATASET p_file FOR OUTPUT IN TEXT MODE&lt;/P&gt;&lt;P&gt;                                  ENCODING DEFAULT.&lt;/P&gt;&lt;P&gt;    IF sy-subrc EQ 0.&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;        TRANSFER wa_text TO p_file length v_le.&lt;/P&gt;&lt;P&gt;     ENDLOOP.&lt;/P&gt;&lt;P&gt;     CLOSE DATASET p_file.&lt;/P&gt;&lt;P&gt;*****************************************************&lt;/P&gt;&lt;P&gt;the result is that only fields till matnr get downloaded...rest columns are ignored.&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;Can anyone tell me why is this happening?&lt;/P&gt;&lt;P&gt;I want all the columns to get downloaded.....&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;Thanks in advance,&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;Points assured....&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;Dnyanesh&lt;/P&gt;&lt;/BODY&gt;&lt;/HTML&gt;</description>
      <pubDate>Mon, 31 Jul 2006 11:03:49 GMT</pubDate>
      <guid>https://community.sap.com/t5/application-development-and-automation-discussions/length-limitations/m-p/1491214#M228542</guid>
      <dc:creator>Former Member</dc:creator>
      <dc:date>2006-07-31T11:03:49Z</dc:date>
    </item>
    <item>
      <title>Re: Length limitations</title>
      <link>https://community.sap.com/t5/application-development-and-automation-discussions/length-limitations/m-p/1491215#M228543</link>
      <description>&lt;HTML&gt;&lt;HEAD&gt;&lt;/HEAD&gt;&lt;BODY&gt;&lt;P&gt;Please check your variable v_le. The value of v_le can be restricting the output.&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;Regards&lt;/P&gt;&lt;P&gt;Anurag&lt;/P&gt;&lt;/BODY&gt;&lt;/HTML&gt;</description>
      <pubDate>Mon, 31 Jul 2006 11:07:31 GMT</pubDate>
      <guid>https://community.sap.com/t5/application-development-and-automation-discussions/length-limitations/m-p/1491215#M228543</guid>
      <dc:creator>Former Member</dc:creator>
      <dc:date>2006-07-31T11:07:31Z</dc:date>
    </item>
    <item>
      <title>Re: Length limitations</title>
      <link>https://community.sap.com/t5/application-development-and-automation-discussions/length-limitations/m-p/1491216#M228544</link>
      <description>&lt;HTML&gt;&lt;HEAD&gt;&lt;/HEAD&gt;&lt;BODY&gt;&lt;P&gt;what is the length of this variable p_file length,&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;count the total length of all the fields in internal table and declare that much length&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;Message was edited by: Chandrasekhar Jagarlamudi&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;/BODY&gt;&lt;/HTML&gt;</description>
      <pubDate>Mon, 31 Jul 2006 11:08:02 GMT</pubDate>
      <guid>https://community.sap.com/t5/application-development-and-automation-discussions/length-limitations/m-p/1491216#M228544</guid>
      <dc:creator>Former Member</dc:creator>
      <dc:date>2006-07-31T11:08:02Z</dc:date>
    </item>
    <item>
      <title>Re: Length limitations</title>
      <link>https://community.sap.com/t5/application-development-and-automation-discussions/length-limitations/m-p/1491217#M228545</link>
      <description>&lt;HTML&gt;&lt;HEAD&gt;&lt;/HEAD&gt;&lt;BODY&gt;&lt;P&gt;In al11 transaction, you cannot see the whole record. It gets truncated.&lt;/P&gt;&lt;P&gt;To check if the file has all the records, read it in a smaple program.&lt;/P&gt;&lt;P&gt;regards,&lt;/P&gt;&lt;P&gt;ravi&lt;/P&gt;&lt;/BODY&gt;&lt;/HTML&gt;</description>
      <pubDate>Mon, 31 Jul 2006 11:10:38 GMT</pubDate>
      <guid>https://community.sap.com/t5/application-development-and-automation-discussions/length-limitations/m-p/1491217#M228545</guid>
      <dc:creator>Former Member</dc:creator>
      <dc:date>2006-07-31T11:10:38Z</dc:date>
    </item>
    <item>
      <title>Re: Length limitations</title>
      <link>https://community.sap.com/t5/application-development-and-automation-discussions/length-limitations/m-p/1491218#M228546</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 need to transfer this file via ftp functions.&lt;/P&gt;&lt;P&gt;will the whole file get transfered?&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;Thanks&lt;/P&gt;&lt;P&gt;Dnyanesh&lt;/P&gt;&lt;/BODY&gt;&lt;/HTML&gt;</description>
      <pubDate>Mon, 31 Jul 2006 11:12:26 GMT</pubDate>
      <guid>https://community.sap.com/t5/application-development-and-automation-discussions/length-limitations/m-p/1491218#M228546</guid>
      <dc:creator>Former Member</dc:creator>
      <dc:date>2006-07-31T11:12:26Z</dc:date>
    </item>
    <item>
      <title>Re: Length limitations</title>
      <link>https://community.sap.com/t5/application-development-and-automation-discussions/length-limitations/m-p/1491219#M228547</link>
      <description>&lt;HTML&gt;&lt;HEAD&gt;&lt;/HEAD&gt;&lt;BODY&gt;&lt;P&gt;Hi Tamboli,&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;After Transfering all the data to application server&lt;/P&gt;&lt;P&gt;use Tcode &amp;lt;b&amp;gt;CG3Y&amp;lt;/b&amp;gt; and again transfer these to u r desktop and check whether all the data is being available(all fields)...&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;Regards,&lt;/P&gt;&lt;P&gt;Sridhar&lt;/P&gt;&lt;/BODY&gt;&lt;/HTML&gt;</description>
      <pubDate>Mon, 31 Jul 2006 11:20:04 GMT</pubDate>
      <guid>https://community.sap.com/t5/application-development-and-automation-discussions/length-limitations/m-p/1491219#M228547</guid>
      <dc:creator>sridharreddy_kondam</dc:creator>
      <dc:date>2006-07-31T11:20:04Z</dc:date>
    </item>
    <item>
      <title>Re: Length limitations</title>
      <link>https://community.sap.com/t5/application-development-and-automation-discussions/length-limitations/m-p/1491220#M228548</link>
      <description>&lt;HTML&gt;&lt;HEAD&gt;&lt;/HEAD&gt;&lt;BODY&gt;&lt;P&gt;Hai,&lt;/P&gt;&lt;P&gt;Why can't you try with &amp;lt;b&amp;gt;CG3Z&amp;lt;/b&amp;gt; and verify using &amp;lt;b&amp;gt;CG3Y&amp;lt;/b&amp;gt; Tx.&lt;/P&gt;&lt;/BODY&gt;&lt;/HTML&gt;</description>
      <pubDate>Mon, 31 Jul 2006 12:25:05 GMT</pubDate>
      <guid>https://community.sap.com/t5/application-development-and-automation-discussions/length-limitations/m-p/1491220#M228548</guid>
      <dc:creator>Former Member</dc:creator>
      <dc:date>2006-07-31T12:25:05Z</dc:date>
    </item>
  </channel>
</rss>

