<?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: Problem with Datasets in Application Development and Automation Discussions</title>
    <link>https://community.sap.com/t5/application-development-and-automation-discussions/problem-with-datasets/m-p/3147830#M748414</link>
    <description>&lt;HTML&gt;&lt;HEAD&gt;&lt;/HEAD&gt;&lt;BODY&gt;&lt;P&gt;Yes,&lt;/P&gt;&lt;P&gt;u can view only upto 255 cahacters on application server if u use AL11 tcode. But really those records would be present in the file.&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;Hope that helps&lt;/P&gt;&lt;/BODY&gt;&lt;/HTML&gt;</description>
    <pubDate>Fri, 14 Dec 2007 09:35:59 GMT</pubDate>
    <dc:creator>Former Member</dc:creator>
    <dc:date>2007-12-14T09:35:59Z</dc:date>
    <item>
      <title>Problem with Datasets</title>
      <link>https://community.sap.com/t5/application-development-and-automation-discussions/problem-with-datasets/m-p/3147829#M748413</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 am being assigned a task to add additional attributes to a already developed program  extracting certain attributes and dumping them on a file on Application Server.&lt;/P&gt;&lt;P&gt;I was able to extract the additional attributes but when I transfer them at the end of file; the attributes are not seen in the file.&lt;/P&gt;&lt;P&gt;But if I add these same attributes to the start of the file I get these attributes in the output file. &lt;/P&gt;&lt;P&gt;Can anyone guide me whether there is any Line Size restriction for the output file.&lt;/P&gt;&lt;P&gt;I have opened file in Text Mode.&lt;/P&gt;&lt;P&gt;Kindly reply ASAP.&lt;/P&gt;&lt;/BODY&gt;&lt;/HTML&gt;</description>
      <pubDate>Fri, 14 Dec 2007 09:28:02 GMT</pubDate>
      <guid>https://community.sap.com/t5/application-development-and-automation-discussions/problem-with-datasets/m-p/3147829#M748413</guid>
      <dc:creator>former_member348695</dc:creator>
      <dc:date>2007-12-14T09:28:02Z</dc:date>
    </item>
    <item>
      <title>Re: Problem with Datasets</title>
      <link>https://community.sap.com/t5/application-development-and-automation-discussions/problem-with-datasets/m-p/3147830#M748414</link>
      <description>&lt;HTML&gt;&lt;HEAD&gt;&lt;/HEAD&gt;&lt;BODY&gt;&lt;P&gt;Yes,&lt;/P&gt;&lt;P&gt;u can view only upto 255 cahacters on application server if u use AL11 tcode. But really those records would be present in the file.&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;Hope that helps&lt;/P&gt;&lt;/BODY&gt;&lt;/HTML&gt;</description>
      <pubDate>Fri, 14 Dec 2007 09:35:59 GMT</pubDate>
      <guid>https://community.sap.com/t5/application-development-and-automation-discussions/problem-with-datasets/m-p/3147830#M748414</guid>
      <dc:creator>Former Member</dc:creator>
      <dc:date>2007-12-14T09:35:59Z</dc:date>
    </item>
    <item>
      <title>Re: Problem with Datasets</title>
      <link>https://community.sap.com/t5/application-development-and-automation-discussions/problem-with-datasets/m-p/3147831#M748415</link>
      <description>&lt;HTML&gt;&lt;HEAD&gt;&lt;/HEAD&gt;&lt;BODY&gt;&lt;P&gt;Hi Sreejith,&lt;/P&gt;&lt;P&gt;Thanks a lot for your prompt response.&lt;/P&gt;&lt;P&gt;If that is the case then how would I ensure that the new attributes are part of the output file.&lt;/P&gt;&lt;P&gt;Is there any other way to look at contents greater than 255 charactres.&lt;/P&gt;&lt;P&gt;Or do we need OS level access to physically check the file on the server.&lt;/P&gt;&lt;/BODY&gt;&lt;/HTML&gt;</description>
      <pubDate>Fri, 14 Dec 2007 09:47:08 GMT</pubDate>
      <guid>https://community.sap.com/t5/application-development-and-automation-discussions/problem-with-datasets/m-p/3147831#M748415</guid>
      <dc:creator>former_member348695</dc:creator>
      <dc:date>2007-12-14T09:47:08Z</dc:date>
    </item>
    <item>
      <title>Re: Problem with Datasets</title>
      <link>https://community.sap.com/t5/application-development-and-automation-discussions/problem-with-datasets/m-p/3147832#M748416</link>
      <description>&lt;HTML&gt;&lt;HEAD&gt;&lt;/HEAD&gt;&lt;BODY&gt;&lt;P&gt;try out in debugging before TRANSFER command on your data set whether it s getting the full length of records or not.&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;U can download the file using Tcode CG3Y, but i think that too will truncate the length to 255 characters.&lt;/P&gt;&lt;/BODY&gt;&lt;/HTML&gt;</description>
      <pubDate>Fri, 14 Dec 2007 11:04:54 GMT</pubDate>
      <guid>https://community.sap.com/t5/application-development-and-automation-discussions/problem-with-datasets/m-p/3147832#M748416</guid>
      <dc:creator>Former Member</dc:creator>
      <dc:date>2007-12-14T11:04:54Z</dc:date>
    </item>
    <item>
      <title>Re: Problem with Datasets</title>
      <link>https://community.sap.com/t5/application-development-and-automation-discussions/problem-with-datasets/m-p/3147833#M748417</link>
      <description>&lt;HTML&gt;&lt;HEAD&gt;&lt;/HEAD&gt;&lt;BODY&gt;&lt;P&gt;Probably you can get FTP access to those server paths and try out using any FTP program by downloading the file.&lt;/P&gt;&lt;P&gt;Hope that helps&lt;/P&gt;&lt;/BODY&gt;&lt;/HTML&gt;</description>
      <pubDate>Fri, 14 Dec 2007 11:06:23 GMT</pubDate>
      <guid>https://community.sap.com/t5/application-development-and-automation-discussions/problem-with-datasets/m-p/3147833#M748417</guid>
      <dc:creator>Former Member</dc:creator>
      <dc:date>2007-12-14T11:06:23Z</dc:date>
    </item>
    <item>
      <title>Re: Problem with Datasets</title>
      <link>https://community.sap.com/t5/application-development-and-automation-discussions/problem-with-datasets/m-p/3147834#M748418</link>
      <description>&lt;HTML&gt;&lt;HEAD&gt;&lt;/HEAD&gt;&lt;BODY&gt;&lt;P&gt;The problem that I was facing using transaction AL11 was that the contents of lines having width greater than 255 characters could not be seen.&lt;/P&gt;&lt;P&gt;The solution to this problem is to download file using Transaction CG3Y and check the contents.&lt;/P&gt;&lt;P&gt;Alternately you can also verify your contents before TRANSFER in debugging mode.&lt;/P&gt;&lt;/BODY&gt;&lt;/HTML&gt;</description>
      <pubDate>Tue, 29 Jan 2008 06:43:33 GMT</pubDate>
      <guid>https://community.sap.com/t5/application-development-and-automation-discussions/problem-with-datasets/m-p/3147834#M748418</guid>
      <dc:creator>former_member348695</dc:creator>
      <dc:date>2008-01-29T06:43:33Z</dc:date>
    </item>
  </channel>
</rss>

