<?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 Base 64 encoding for internal table. in Application Development and Automation Discussions</title>
    <link>https://community.sap.com/t5/application-development-and-automation-discussions/base-64-encoding-for-internal-table/m-p/673676#M29735</link>
    <description>&lt;P&gt;Dear Guru,&lt;/P&gt;
  &lt;P&gt;I need to convert ALV report output(internal table data ) to Base64 conversion. Is it possible using &lt;/P&gt;
  &lt;P&gt;encode = obj-&amp;gt;if_http_utility~encode_base64( z ) .&lt;/P&gt;
  &lt;P&gt;As this take string for encoding.&lt;/P&gt;
  &lt;P&gt;Suggestion are much appreciated.&lt;/P&gt;
  &lt;P&gt;Regards,&lt;/P&gt;
  &lt;P&gt;Jayant.&lt;/P&gt;</description>
    <pubDate>Tue, 11 Dec 2018 03:05:49 GMT</pubDate>
    <dc:creator>JayantkumarS</dc:creator>
    <dc:date>2018-12-11T03:05:49Z</dc:date>
    <item>
      <title>Base 64 encoding for internal table.</title>
      <link>https://community.sap.com/t5/application-development-and-automation-discussions/base-64-encoding-for-internal-table/m-p/673676#M29735</link>
      <description>&lt;P&gt;Dear Guru,&lt;/P&gt;
  &lt;P&gt;I need to convert ALV report output(internal table data ) to Base64 conversion. Is it possible using &lt;/P&gt;
  &lt;P&gt;encode = obj-&amp;gt;if_http_utility~encode_base64( z ) .&lt;/P&gt;
  &lt;P&gt;As this take string for encoding.&lt;/P&gt;
  &lt;P&gt;Suggestion are much appreciated.&lt;/P&gt;
  &lt;P&gt;Regards,&lt;/P&gt;
  &lt;P&gt;Jayant.&lt;/P&gt;</description>
      <pubDate>Tue, 11 Dec 2018 03:05:49 GMT</pubDate>
      <guid>https://community.sap.com/t5/application-development-and-automation-discussions/base-64-encoding-for-internal-table/m-p/673676#M29735</guid>
      <dc:creator>JayantkumarS</dc:creator>
      <dc:date>2018-12-11T03:05:49Z</dc:date>
    </item>
    <item>
      <title>Re: Base 64 encoding for internal table.</title>
      <link>https://community.sap.com/t5/application-development-and-automation-discussions/base-64-encoding-for-internal-table/m-p/673677#M29736</link>
      <description>&lt;P&gt;Base 64 is just a way of passing bytes through a set of 64 characters. As this method takes a STRING parameter, those characters must be converted into bytes so that SAP is able to calculate the base 64 ; I guess the conversion into bytes is determined automatically by selecting the "charset" of the "Content-Type" HTTP header field (it's a problem if it's absent - maybe SAP will choose UTF-8).&lt;/P&gt;&lt;P&gt;To convert the ALV table into characters is another question; you may use the CSV format for instance (and then convert CSV into base 64).&lt;/P&gt;</description>
      <pubDate>Tue, 11 Dec 2018 05:58:07 GMT</pubDate>
      <guid>https://community.sap.com/t5/application-development-and-automation-discussions/base-64-encoding-for-internal-table/m-p/673677#M29736</guid>
      <dc:creator>Sandra_Rossi</dc:creator>
      <dc:date>2018-12-11T05:58:07Z</dc:date>
    </item>
    <item>
      <title>Re: Base 64 encoding for internal table.</title>
      <link>https://community.sap.com/t5/application-development-and-automation-discussions/base-64-encoding-for-internal-table/m-p/673678#M29737</link>
      <description>&lt;P&gt;Many tools already exist such as the FM ww_itab_o_html[,_headers,_layout] or classes cl_salv_[bs_runtime_info, ex_util, bs_tt_util to convert your ALV/itab to html, use search tool, those were already described in the forums.&lt;/P&gt;&lt;P&gt;Then encode the resulting string to Base 64.&lt;/P&gt;</description>
      <pubDate>Tue, 11 Dec 2018 12:50:15 GMT</pubDate>
      <guid>https://community.sap.com/t5/application-development-and-automation-discussions/base-64-encoding-for-internal-table/m-p/673678#M29737</guid>
      <dc:creator>RaymondGiuseppi</dc:creator>
      <dc:date>2018-12-11T12:50:15Z</dc:date>
    </item>
  </channel>
</rss>

