<?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 issue with OPEN DATASET BINARY MODE in Application Development and Automation Discussions</title>
    <link>https://community.sap.com/t5/application-development-and-automation-discussions/issue-with-open-dataset-binary-mode/m-p/7159455#M1515650</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 working on an interface which writes the XML data into the Application Server. So, I am opening file in &lt;STRONG&gt;BINARY MODE&lt;/STRONG&gt;.&lt;/P&gt;&lt;P&gt;The data is been transfered successfully. But, all the data is coming in a single line.&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;Each time the record is transfered, it should get in a new line.&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;This is the code we have used.&lt;/P&gt;&lt;P&gt;        OPEN DATASET lv_value IN BINARY MODE FOR APPENDING.&lt;/P&gt;&lt;P&gt;        IF sy-subrc EQ 0.&lt;/P&gt;&lt;P&gt;          LOOP AT l_xml_table INTO wa_xml.&lt;/P&gt;&lt;P&gt;            TRANSFER wa_xml TO lv_value.&lt;/P&gt;&lt;P&gt;            CLEAR wa_xml.&lt;/P&gt;&lt;P&gt;          ENDLOOP.&lt;/P&gt;&lt;P&gt;        ENDIF.&lt;/P&gt;&lt;P&gt;        CLOSE DATASET lv_value.&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;Could you please help me on this..? Thanks in advance.&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;Thanks &amp;amp; Regards,&lt;/P&gt;&lt;P&gt;Paddu.&lt;/P&gt;&lt;/BODY&gt;&lt;/HTML&gt;</description>
    <pubDate>Wed, 01 Sep 2010 07:30:08 GMT</pubDate>
    <dc:creator>Former Member</dc:creator>
    <dc:date>2010-09-01T07:30:08Z</dc:date>
    <item>
      <title>issue with OPEN DATASET BINARY MODE</title>
      <link>https://community.sap.com/t5/application-development-and-automation-discussions/issue-with-open-dataset-binary-mode/m-p/7159455#M1515650</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 working on an interface which writes the XML data into the Application Server. So, I am opening file in &lt;STRONG&gt;BINARY MODE&lt;/STRONG&gt;.&lt;/P&gt;&lt;P&gt;The data is been transfered successfully. But, all the data is coming in a single line.&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;Each time the record is transfered, it should get in a new line.&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;This is the code we have used.&lt;/P&gt;&lt;P&gt;        OPEN DATASET lv_value IN BINARY MODE FOR APPENDING.&lt;/P&gt;&lt;P&gt;        IF sy-subrc EQ 0.&lt;/P&gt;&lt;P&gt;          LOOP AT l_xml_table INTO wa_xml.&lt;/P&gt;&lt;P&gt;            TRANSFER wa_xml TO lv_value.&lt;/P&gt;&lt;P&gt;            CLEAR wa_xml.&lt;/P&gt;&lt;P&gt;          ENDLOOP.&lt;/P&gt;&lt;P&gt;        ENDIF.&lt;/P&gt;&lt;P&gt;        CLOSE DATASET lv_value.&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;Could you please help me on this..? Thanks in advance.&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;Thanks &amp;amp; Regards,&lt;/P&gt;&lt;P&gt;Paddu.&lt;/P&gt;&lt;/BODY&gt;&lt;/HTML&gt;</description>
      <pubDate>Wed, 01 Sep 2010 07:30:08 GMT</pubDate>
      <guid>https://community.sap.com/t5/application-development-and-automation-discussions/issue-with-open-dataset-binary-mode/m-p/7159455#M1515650</guid>
      <dc:creator>Former Member</dc:creator>
      <dc:date>2010-09-01T07:30:08Z</dc:date>
    </item>
    <item>
      <title>Re: issue with OPEN DATASET BINARY MODE</title>
      <link>https://community.sap.com/t5/application-development-and-automation-discussions/issue-with-open-dataset-binary-mode/m-p/7159456#M1515651</link>
      <description>&lt;HTML&gt;&lt;HEAD&gt;&lt;/HEAD&gt;&lt;BODY&gt;&lt;P&gt;How your &lt;EM&gt;xml_table&lt;/EM&gt; looks like? Is it a binary table? What do you mean new line? &lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;Also please refer &lt;SPAN __jive_macro_name="thread" id="1773425"&gt;&lt;/SPAN&gt;&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;Regards&lt;/P&gt;&lt;P&gt;Marcin&lt;/P&gt;&lt;/BODY&gt;&lt;/HTML&gt;</description>
      <pubDate>Wed, 01 Sep 2010 07:37:17 GMT</pubDate>
      <guid>https://community.sap.com/t5/application-development-and-automation-discussions/issue-with-open-dataset-binary-mode/m-p/7159456#M1515651</guid>
      <dc:creator>MarcinPciak</dc:creator>
      <dc:date>2010-09-01T07:37:17Z</dc:date>
    </item>
    <item>
      <title>Re: issue with OPEN DATASET BINARY MODE</title>
      <link>https://community.sap.com/t5/application-development-and-automation-discussions/issue-with-open-dataset-binary-mode/m-p/7159457#M1515652</link>
      <description>&lt;HTML&gt;&lt;HEAD&gt;&lt;/HEAD&gt;&lt;BODY&gt;&lt;P&gt;Hi Paddu,&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;I am facing the same issue ,while i try to send the attachment through email it just sends the data in one line.Can you please let me know how you were able to solve the issue.&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;Regards,&lt;/P&gt;&lt;P&gt;Zarina&lt;/P&gt;&lt;/BODY&gt;&lt;/HTML&gt;</description>
      <pubDate>Mon, 15 Nov 2010 23:05:45 GMT</pubDate>
      <guid>https://community.sap.com/t5/application-development-and-automation-discussions/issue-with-open-dataset-binary-mode/m-p/7159457#M1515652</guid>
      <dc:creator>Former Member</dc:creator>
      <dc:date>2010-11-15T23:05:45Z</dc:date>
    </item>
    <item>
      <title>Re: issue with OPEN DATASET BINARY MODE</title>
      <link>https://community.sap.com/t5/application-development-and-automation-discussions/issue-with-open-dataset-binary-mode/m-p/7159458#M1515653</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; Before transfer data to application server,you need to do transformationa and convert into table.&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;1.CALL TRANSFORMATION &lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;2.CALL FUNCTION HR_EFI_CONVERT_STRING_TO_TABLE&lt;/P&gt;&lt;P&gt; &lt;/P&gt;&lt;P&gt;then use open data set &lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;Suresh Nag&lt;/P&gt;&lt;/BODY&gt;&lt;/HTML&gt;</description>
      <pubDate>Tue, 16 Nov 2010 07:57:24 GMT</pubDate>
      <guid>https://community.sap.com/t5/application-development-and-automation-discussions/issue-with-open-dataset-binary-mode/m-p/7159458#M1515653</guid>
      <dc:creator>Former Member</dc:creator>
      <dc:date>2010-11-16T07:57:24Z</dc:date>
    </item>
  </channel>
</rss>

