<?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 Hex Code for EoF indicator in Application Development and Automation Discussions</title>
    <link>https://community.sap.com/t5/application-development-and-automation-discussions/hex-code-for-eof-indicator/m-p/1570660#M257604</link>
    <description>&lt;HTML&gt;&lt;HEAD&gt;&lt;/HEAD&gt;&lt;BODY&gt;&lt;P&gt;Hi Folks,&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;I have a requirement to create an extract file on the application server.  The client also mandates that the file must contain a box symbol as an end-of-file marker.&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;I have tried defining a hex field with an eof value of '1A', but the program short dumps claiming that the field cannot be passed to the extract file because SAP interprets the hex field as a 'non character type'.  I've attempted to translate the hex field to character, but that just results in the value '1A' being written to the character field.  &lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;I've opened the dataset for output in text mode with the default, UTF-8 and non-unicode encoding parameters, but I still get a short dump.  I've also tried opening the file for binary output, which didn't dump, but then my data doesn't come through, nor did the symbol I was after.&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;Can anyone help me get my eof marker into the file?&lt;/P&gt;&lt;/BODY&gt;&lt;/HTML&gt;</description>
    <pubDate>Thu, 12 Oct 2006 06:25:41 GMT</pubDate>
    <dc:creator>Former Member</dc:creator>
    <dc:date>2006-10-12T06:25:41Z</dc:date>
    <item>
      <title>Hex Code for EoF indicator</title>
      <link>https://community.sap.com/t5/application-development-and-automation-discussions/hex-code-for-eof-indicator/m-p/1570660#M257604</link>
      <description>&lt;HTML&gt;&lt;HEAD&gt;&lt;/HEAD&gt;&lt;BODY&gt;&lt;P&gt;Hi Folks,&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;I have a requirement to create an extract file on the application server.  The client also mandates that the file must contain a box symbol as an end-of-file marker.&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;I have tried defining a hex field with an eof value of '1A', but the program short dumps claiming that the field cannot be passed to the extract file because SAP interprets the hex field as a 'non character type'.  I've attempted to translate the hex field to character, but that just results in the value '1A' being written to the character field.  &lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;I've opened the dataset for output in text mode with the default, UTF-8 and non-unicode encoding parameters, but I still get a short dump.  I've also tried opening the file for binary output, which didn't dump, but then my data doesn't come through, nor did the symbol I was after.&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;Can anyone help me get my eof marker into the file?&lt;/P&gt;&lt;/BODY&gt;&lt;/HTML&gt;</description>
      <pubDate>Thu, 12 Oct 2006 06:25:41 GMT</pubDate>
      <guid>https://community.sap.com/t5/application-development-and-automation-discussions/hex-code-for-eof-indicator/m-p/1570660#M257604</guid>
      <dc:creator>Former Member</dc:creator>
      <dc:date>2006-10-12T06:25:41Z</dc:date>
    </item>
    <item>
      <title>Re: Hex Code for EoF indicator</title>
      <link>https://community.sap.com/t5/application-development-and-automation-discussions/hex-code-for-eof-indicator/m-p/1570661#M257605</link>
      <description>&lt;HTML&gt;&lt;HEAD&gt;&lt;/HEAD&gt;&lt;BODY&gt;&lt;P&gt;check this thread&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;&lt;A class="jive_macro jive_macro_message" href="https://community.sap.com/" __jive_macro_name="message" modifiedtitle="true" __default_attr="973815"&gt;&lt;/A&gt;&lt;/P&gt;&lt;P&gt;(answer by christian)&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;you should use binary mode.&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;Regards&lt;/P&gt;&lt;P&gt;Raja&lt;/P&gt;&lt;/BODY&gt;&lt;/HTML&gt;</description>
      <pubDate>Thu, 12 Oct 2006 06:59:27 GMT</pubDate>
      <guid>https://community.sap.com/t5/application-development-and-automation-discussions/hex-code-for-eof-indicator/m-p/1570661#M257605</guid>
      <dc:creator>athavanraja</dc:creator>
      <dc:date>2006-10-12T06:59:27Z</dc:date>
    </item>
    <item>
      <title>Re: Hex Code for EoF indicator</title>
      <link>https://community.sap.com/t5/application-development-and-automation-discussions/hex-code-for-eof-indicator/m-p/1570662#M257606</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;  Please check if you can use component: &amp;lt;b&amp;gt;END_OF_FILE&amp;lt;/b&amp;gt; of class: &amp;lt;b&amp;gt;CL_QUERY_BSP_CALL&amp;lt;/b&amp;gt;.&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;Kind Regards&lt;/P&gt;&lt;P&gt;Eswar&lt;/P&gt;&lt;/BODY&gt;&lt;/HTML&gt;</description>
      <pubDate>Thu, 12 Oct 2006 07:04:25 GMT</pubDate>
      <guid>https://community.sap.com/t5/application-development-and-automation-discussions/hex-code-for-eof-indicator/m-p/1570662#M257606</guid>
      <dc:creator>Former Member</dc:creator>
      <dc:date>2006-10-12T07:04:25Z</dc:date>
    </item>
  </channel>
</rss>

