<?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 Storing HTML data into SAP using BLOB methodology in Application Development and Automation Discussions</title>
    <link>https://community.sap.com/t5/application-development-and-automation-discussions/storing-html-data-into-sap-using-blob-methodology/m-p/8837070#M1683870</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 need to store the HTML data from 3rd party system (come in file attachment) into SAP data base and retrive the same,&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;I heared that BLOB is one of methodology which may useful, if yes, then how can we write the code at ABAP environment &lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;for storing to data base and retrive the same.&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;If there any otehr methods by which we can store and retrive the HTML data otehr than AL11...?&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;Thanks in advance.&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;Regards,&lt;/P&gt;&lt;P&gt;VjmHyd&lt;/P&gt;&lt;/BODY&gt;&lt;/HTML&gt;</description>
    <pubDate>Tue, 12 Jun 2012 19:04:53 GMT</pubDate>
    <dc:creator>Former Member</dc:creator>
    <dc:date>2012-06-12T19:04:53Z</dc:date>
    <item>
      <title>Storing HTML data into SAP using BLOB methodology</title>
      <link>https://community.sap.com/t5/application-development-and-automation-discussions/storing-html-data-into-sap-using-blob-methodology/m-p/8837070#M1683870</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 need to store the HTML data from 3rd party system (come in file attachment) into SAP data base and retrive the same,&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;I heared that BLOB is one of methodology which may useful, if yes, then how can we write the code at ABAP environment &lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;for storing to data base and retrive the same.&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;If there any otehr methods by which we can store and retrive the HTML data otehr than AL11...?&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;Thanks in advance.&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;Regards,&lt;/P&gt;&lt;P&gt;VjmHyd&lt;/P&gt;&lt;/BODY&gt;&lt;/HTML&gt;</description>
      <pubDate>Tue, 12 Jun 2012 19:04:53 GMT</pubDate>
      <guid>https://community.sap.com/t5/application-development-and-automation-discussions/storing-html-data-into-sap-using-blob-methodology/m-p/8837070#M1683870</guid>
      <dc:creator>Former Member</dc:creator>
      <dc:date>2012-06-12T19:04:53Z</dc:date>
    </item>
    <item>
      <title>Re: Storing HTML data into SAP using BLOB methodology</title>
      <link>https://community.sap.com/t5/application-development-and-automation-discussions/storing-html-data-into-sap-using-blob-methodology/m-p/8837071#M1683871</link>
      <description>&lt;HTML&gt;&lt;HEAD&gt;&lt;/HEAD&gt;&lt;BODY&gt;&lt;P&gt;Define a database table with a field of type string. Then store the HTML in that field, using normal open SQL. Strings (and xstrings if you want to store binary data) are stored in the db as blobs. &lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;An alternative is to use data type raw - but this requires a fixed length and additional processing if the source data is longer than the fixed length.&lt;/P&gt;&lt;/BODY&gt;&lt;/HTML&gt;</description>
      <pubDate>Wed, 13 Jun 2012 08:03:06 GMT</pubDate>
      <guid>https://community.sap.com/t5/application-development-and-automation-discussions/storing-html-data-into-sap-using-blob-methodology/m-p/8837071#M1683871</guid>
      <dc:creator>matt</dc:creator>
      <dc:date>2012-06-13T08:03:06Z</dc:date>
    </item>
    <item>
      <title>Re: Storing HTML data into SAP using BLOB methodology</title>
      <link>https://community.sap.com/t5/application-development-and-automation-discussions/storing-html-data-into-sap-using-blob-methodology/m-p/8837072#M1683872</link>
      <description>&lt;HTML&gt;&lt;HEAD&gt;&lt;/HEAD&gt;&lt;BODY&gt;&lt;P&gt;Hi Team,&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;we used the BASE 64 encoding at 3rd party system for converting HTML to BASE 64 then once received to SAP then Decoded the Base 64 to Binary then stored to data base in RAWSTRING format using string to Xstring ice versa for display.&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;Thanks,&lt;/P&gt;&lt;P&gt;Vij&lt;/P&gt;&lt;/BODY&gt;&lt;/HTML&gt;</description>
      <pubDate>Thu, 19 Nov 2015 22:09:43 GMT</pubDate>
      <guid>https://community.sap.com/t5/application-development-and-automation-discussions/storing-html-data-into-sap-using-blob-methodology/m-p/8837072#M1683872</guid>
      <dc:creator>Former Member</dc:creator>
      <dc:date>2015-11-19T22:09:43Z</dc:date>
    </item>
  </channel>
</rss>

