<?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 utf-7/utf-8 encryption in Application Development and Automation Discussions</title>
    <link>https://community.sap.com/t5/application-development-and-automation-discussions/utf-7-utf-8-encryption/m-p/7240838#M1526299</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;We have a requirement in which the payment list file generated after payment run(f110) is to be encrypted using utf-7 /  utf-8  encoding.We are now using sap 4.6c version.&lt;/P&gt;&lt;P&gt;i tried using MD5 generator and client does't want that.&lt;/P&gt;&lt;P&gt;Are there any Function modules to encrypt the file into utf-7/utf-8 ?&lt;/P&gt;&lt;P&gt;Can you please share your views and help me to proceed further in the development.&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;Thankyou&lt;/P&gt;&lt;P&gt;Gowri&lt;/P&gt;&lt;/BODY&gt;&lt;/HTML&gt;</description>
    <pubDate>Fri, 03 Sep 2010 10:46:45 GMT</pubDate>
    <dc:creator>Former Member</dc:creator>
    <dc:date>2010-09-03T10:46:45Z</dc:date>
    <item>
      <title>utf-7/utf-8 encryption</title>
      <link>https://community.sap.com/t5/application-development-and-automation-discussions/utf-7-utf-8-encryption/m-p/7240838#M1526299</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;We have a requirement in which the payment list file generated after payment run(f110) is to be encrypted using utf-7 /  utf-8  encoding.We are now using sap 4.6c version.&lt;/P&gt;&lt;P&gt;i tried using MD5 generator and client does't want that.&lt;/P&gt;&lt;P&gt;Are there any Function modules to encrypt the file into utf-7/utf-8 ?&lt;/P&gt;&lt;P&gt;Can you please share your views and help me to proceed further in the development.&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;Thankyou&lt;/P&gt;&lt;P&gt;Gowri&lt;/P&gt;&lt;/BODY&gt;&lt;/HTML&gt;</description>
      <pubDate>Fri, 03 Sep 2010 10:46:45 GMT</pubDate>
      <guid>https://community.sap.com/t5/application-development-and-automation-discussions/utf-7-utf-8-encryption/m-p/7240838#M1526299</guid>
      <dc:creator>Former Member</dc:creator>
      <dc:date>2010-09-03T10:46:45Z</dc:date>
    </item>
    <item>
      <title>Re: utf-7/utf-8 encryption</title>
      <link>https://community.sap.com/t5/application-development-and-automation-discussions/utf-7-utf-8-encryption/m-p/7240839#M1526300</link>
      <description>&lt;HTML&gt;&lt;HEAD&gt;&lt;/HEAD&gt;&lt;BODY&gt;&lt;P&gt;If you want to upload it to Application Server use&lt;/P&gt;&lt;PRE&gt;&lt;CODE&gt;
OPEN DATASET dset FOR OUTPUT IN TEXT MODE ENCODING UTF-8.

"then transfer
&lt;/CODE&gt;&lt;/PRE&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;If for download on desktop use&lt;/P&gt;&lt;PRE&gt;&lt;CODE&gt;
DATA itab_str TYPE TABLE OF string.

APPEND 'Some text in UTf-8' TO itab_str.

CALL FUNCTION 'GUI_DOWNLOAD'
  EXPORTING
    filename                        = 'C:\utf.txt'
    FILETYPE                        = 'ASC'
    CODEPAGE                        = '4110' "UTF-8 codepage
  tables
    data_tab                        = itab_str.
&lt;/CODE&gt;&lt;/PRE&gt;&lt;P&gt;Regards&lt;/P&gt;&lt;P&gt;Marcin&lt;/P&gt;&lt;/BODY&gt;&lt;/HTML&gt;</description>
      <pubDate>Fri, 03 Sep 2010 11:00:21 GMT</pubDate>
      <guid>https://community.sap.com/t5/application-development-and-automation-discussions/utf-7-utf-8-encryption/m-p/7240839#M1526300</guid>
      <dc:creator>MarcinPciak</dc:creator>
      <dc:date>2010-09-03T11:00:21Z</dc:date>
    </item>
    <item>
      <title>Re: utf-7/utf-8 encryption</title>
      <link>https://community.sap.com/t5/application-development-and-automation-discussions/utf-7-utf-8-encryption/m-p/7240840#M1526301</link>
      <description>&lt;HTML&gt;&lt;HEAD&gt;&lt;/HEAD&gt;&lt;BODY&gt;&lt;P&gt;Hi Marcin,&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;we are using sap 4.6c version and don't have the option of codepage in GU_DOWNLOAD function module.&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;Thankyou&lt;/P&gt;&lt;P&gt;Gowri&lt;/P&gt;&lt;/BODY&gt;&lt;/HTML&gt;</description>
      <pubDate>Fri, 03 Sep 2010 11:03:02 GMT</pubDate>
      <guid>https://community.sap.com/t5/application-development-and-automation-discussions/utf-7-utf-8-encryption/m-p/7240840#M1526301</guid>
      <dc:creator>Former Member</dc:creator>
      <dc:date>2010-09-03T11:03:02Z</dc:date>
    </item>
  </channel>
</rss>

