<?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 OPEN DATASET STRING Problem in Application Development and Automation Discussions</title>
    <link>https://community.sap.com/t5/application-development-and-automation-discussions/open-dataset-string-problem/m-p/7028652#M1499063</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;I am writing to .txt file using open dataset on application server, using following way:&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;-&amp;gt; Concatenate the relevant fields of the table into a string, separated by a (#).&lt;/P&gt;&lt;P&gt;-&amp;gt; Transfer the string to the opened dataset ds.&lt;/P&gt;&lt;P&gt;Everything good, I', getting trouble with the string. String is holding more than 3000+ characters, program does not give any error but if I can use CG3Y to download created file on presentation server, not able to see the whole string written into the file.&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;I  suppose 256 char is limit to transfer buffer for strings, how can I overtake this limit? Is there any workaround?&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;Thanks is advance.&lt;/P&gt;&lt;/BODY&gt;&lt;/HTML&gt;</description>
    <pubDate>Wed, 09 Jun 2010 15:26:53 GMT</pubDate>
    <dc:creator>Former Member</dc:creator>
    <dc:date>2010-06-09T15:26:53Z</dc:date>
    <item>
      <title>OPEN DATASET STRING Problem</title>
      <link>https://community.sap.com/t5/application-development-and-automation-discussions/open-dataset-string-problem/m-p/7028652#M1499063</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;I am writing to .txt file using open dataset on application server, using following way:&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;-&amp;gt; Concatenate the relevant fields of the table into a string, separated by a (#).&lt;/P&gt;&lt;P&gt;-&amp;gt; Transfer the string to the opened dataset ds.&lt;/P&gt;&lt;P&gt;Everything good, I', getting trouble with the string. String is holding more than 3000+ characters, program does not give any error but if I can use CG3Y to download created file on presentation server, not able to see the whole string written into the file.&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;I  suppose 256 char is limit to transfer buffer for strings, how can I overtake this limit? Is there any workaround?&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;Thanks is advance.&lt;/P&gt;&lt;/BODY&gt;&lt;/HTML&gt;</description>
      <pubDate>Wed, 09 Jun 2010 15:26:53 GMT</pubDate>
      <guid>https://community.sap.com/t5/application-development-and-automation-discussions/open-dataset-string-problem/m-p/7028652#M1499063</guid>
      <dc:creator>Former Member</dc:creator>
      <dc:date>2010-06-09T15:26:53Z</dc:date>
    </item>
    <item>
      <title>Re: OPEN DATASET STRING Problem</title>
      <link>https://community.sap.com/t5/application-development-and-automation-discussions/open-dataset-string-problem/m-p/7028653#M1499064</link>
      <description>&lt;HTML&gt;&lt;HEAD&gt;&lt;/HEAD&gt;&lt;BODY&gt;&lt;P&gt;Strings can have any length (subject to system settings and resources), so I suspect that CG3Y is cutting off your data.&lt;/P&gt;&lt;P&gt;Check the file content on the application server, use other means to copy to presentation server.&lt;/P&gt;&lt;P&gt;Thomas&lt;/P&gt;&lt;/BODY&gt;&lt;/HTML&gt;</description>
      <pubDate>Wed, 09 Jun 2010 16:31:09 GMT</pubDate>
      <guid>https://community.sap.com/t5/application-development-and-automation-discussions/open-dataset-string-problem/m-p/7028653#M1499064</guid>
      <dc:creator>ThomasZloch</dc:creator>
      <dc:date>2010-06-09T16:31:09Z</dc:date>
    </item>
    <item>
      <title>Re: OPEN DATASET STRING Problem</title>
      <link>https://community.sap.com/t5/application-development-and-automation-discussions/open-dataset-string-problem/m-p/7028654#M1499065</link>
      <description>&lt;HTML&gt;&lt;HEAD&gt;&lt;/HEAD&gt;&lt;BODY&gt;&lt;P&gt;Hi Thomas,&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;I used AL11 as well to display the file, but the result is same. Is there any limitation with OPEN DATASET?&lt;/P&gt;&lt;/BODY&gt;&lt;/HTML&gt;</description>
      <pubDate>Wed, 09 Jun 2010 16:50:42 GMT</pubDate>
      <guid>https://community.sap.com/t5/application-development-and-automation-discussions/open-dataset-string-problem/m-p/7028654#M1499065</guid>
      <dc:creator>Former Member</dc:creator>
      <dc:date>2010-06-09T16:50:42Z</dc:date>
    </item>
    <item>
      <title>Re: OPEN DATASET STRING Problem</title>
      <link>https://community.sap.com/t5/application-development-and-automation-discussions/open-dataset-string-problem/m-p/7028655#M1499066</link>
      <description>&lt;HTML&gt;&lt;HEAD&gt;&lt;/HEAD&gt;&lt;BODY&gt;&lt;P&gt;AL11 also cuts off data when displaying contents, as far as I know. All I can tell is that neither strings nor OPEN DATASET have a length limitation by default.&lt;/P&gt;&lt;P&gt;Thomas&lt;/P&gt;&lt;/BODY&gt;&lt;/HTML&gt;</description>
      <pubDate>Wed, 09 Jun 2010 19:16:12 GMT</pubDate>
      <guid>https://community.sap.com/t5/application-development-and-automation-discussions/open-dataset-string-problem/m-p/7028655#M1499066</guid>
      <dc:creator>ThomasZloch</dc:creator>
      <dc:date>2010-06-09T19:16:12Z</dc:date>
    </item>
    <item>
      <title>Re: OPEN DATASET STRING Problem</title>
      <link>https://community.sap.com/t5/application-development-and-automation-discussions/open-dataset-string-problem/m-p/7028656#M1499067</link>
      <description>&lt;HTML&gt;&lt;HEAD&gt;&lt;/HEAD&gt;&lt;BODY&gt;&lt;P&gt;Solved by creating another program.&lt;/P&gt;&lt;/BODY&gt;&lt;/HTML&gt;</description>
      <pubDate>Wed, 25 Aug 2010 13:34:02 GMT</pubDate>
      <guid>https://community.sap.com/t5/application-development-and-automation-discussions/open-dataset-string-problem/m-p/7028656#M1499067</guid>
      <dc:creator>Former Member</dc:creator>
      <dc:date>2010-08-25T13:34:02Z</dc:date>
    </item>
  </channel>
</rss>

