<?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 Binary content (Xml excel data) to AL11 in Application Development and Automation Discussions</title>
    <link>https://community.sap.com/t5/application-development-and-automation-discussions/binary-content-xml-excel-data-to-al11/m-p/12434137#M1998181</link>
    <description>&lt;P&gt;Hi All , &lt;/P&gt;
  &lt;P&gt;when I am sending binary data (gt_con)to application server .&lt;/P&gt;
  &lt;P&gt;Below is the piece of code, gt_con has 3875 (table_line) data &lt;/P&gt;
  &lt;P&gt;Gt_con type standard table of solix-line.&lt;/P&gt;
  &lt;P&gt;Wa_con type solix-line.&lt;/P&gt;
  &lt;P&gt;&lt;BR /&gt;open data set Filename for output in binary mode.&lt;/P&gt;
  &lt;P&gt;Loop at gt_con into wa_con.&lt;/P&gt;
  &lt;P&gt;Transfer wa_con to Filename.&lt;/P&gt;
  &lt;P&gt;End loop.&lt;/P&gt;
  &lt;P&gt;Close dataset.&lt;/P&gt;
  &lt;P&gt;Here issue is only one line I am able to see at application server.&lt;/P&gt;
  &lt;P&gt;Any help on this is appreciated.&lt;/P&gt;
  &lt;P&gt;Thanks&lt;/P&gt;
  &lt;P&gt;Anusha &lt;/P&gt;</description>
    <pubDate>Wed, 23 Jun 2021 16:02:05 GMT</pubDate>
    <dc:creator>former_member746034</dc:creator>
    <dc:date>2021-06-23T16:02:05Z</dc:date>
    <item>
      <title>Binary content (Xml excel data) to AL11</title>
      <link>https://community.sap.com/t5/application-development-and-automation-discussions/binary-content-xml-excel-data-to-al11/m-p/12434137#M1998181</link>
      <description>&lt;P&gt;Hi All , &lt;/P&gt;
  &lt;P&gt;when I am sending binary data (gt_con)to application server .&lt;/P&gt;
  &lt;P&gt;Below is the piece of code, gt_con has 3875 (table_line) data &lt;/P&gt;
  &lt;P&gt;Gt_con type standard table of solix-line.&lt;/P&gt;
  &lt;P&gt;Wa_con type solix-line.&lt;/P&gt;
  &lt;P&gt;&lt;BR /&gt;open data set Filename for output in binary mode.&lt;/P&gt;
  &lt;P&gt;Loop at gt_con into wa_con.&lt;/P&gt;
  &lt;P&gt;Transfer wa_con to Filename.&lt;/P&gt;
  &lt;P&gt;End loop.&lt;/P&gt;
  &lt;P&gt;Close dataset.&lt;/P&gt;
  &lt;P&gt;Here issue is only one line I am able to see at application server.&lt;/P&gt;
  &lt;P&gt;Any help on this is appreciated.&lt;/P&gt;
  &lt;P&gt;Thanks&lt;/P&gt;
  &lt;P&gt;Anusha &lt;/P&gt;</description>
      <pubDate>Wed, 23 Jun 2021 16:02:05 GMT</pubDate>
      <guid>https://community.sap.com/t5/application-development-and-automation-discussions/binary-content-xml-excel-data-to-al11/m-p/12434137#M1998181</guid>
      <dc:creator>former_member746034</dc:creator>
      <dc:date>2021-06-23T16:02:05Z</dc:date>
    </item>
    <item>
      <title>Re: Binary content (Xml excel data) to AL11</title>
      <link>https://community.sap.com/t5/application-development-and-automation-discussions/binary-content-xml-excel-data-to-al11/m-p/12434138#M1998182</link>
      <description>&lt;P&gt;It has been asked many times in the forum. Search:&lt;/P&gt;&lt;PRE&gt;&lt;CODE&gt;AL11 truncated site:sap.com&lt;/CODE&gt;&lt;/PRE&gt;&lt;P&gt;(little summary: with AL11, all the lines of more than 512 characters are truncated on the screen (not in the file). A "line" is made of all characters until the next occurrence of character "newline". I don't advise to insert these newline characters though. Download the file to your frontend and make sure Excel can display it correctly.)&lt;/P&gt;</description>
      <pubDate>Wed, 23 Jun 2021 16:49:49 GMT</pubDate>
      <guid>https://community.sap.com/t5/application-development-and-automation-discussions/binary-content-xml-excel-data-to-al11/m-p/12434138#M1998182</guid>
      <dc:creator>Sandra_Rossi</dc:creator>
      <dc:date>2021-06-23T16:49:49Z</dc:date>
    </item>
    <item>
      <title>Re: Binary content (Xml excel data) to AL11</title>
      <link>https://community.sap.com/t5/application-development-and-automation-discussions/binary-content-xml-excel-data-to-al11/m-p/12434139#M1998183</link>
      <description>&lt;P&gt;yes Sandra, what you said it is correct when download from c3gy xml(excel) is downloaded &lt;/P&gt;&lt;P&gt;Thank&lt;/P&gt;</description>
      <pubDate>Wed, 23 Jun 2021 16:58:51 GMT</pubDate>
      <guid>https://community.sap.com/t5/application-development-and-automation-discussions/binary-content-xml-excel-data-to-al11/m-p/12434139#M1998183</guid>
      <dc:creator>former_member746034</dc:creator>
      <dc:date>2021-06-23T16:58:51Z</dc:date>
    </item>
  </channel>
</rss>

