<?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 Re: Encryption through bat file. in Application Development and Automation Discussions</title>
    <link>https://community.sap.com/t5/application-development-and-automation-discussions/encryption-through-bat-file/m-p/3986946#M952441</link>
    <description>&lt;HTML&gt;&lt;HEAD&gt;&lt;/HEAD&gt;&lt;BODY&gt;&lt;P&gt;May be you can try these FM.&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;Use the following FM to encrypt &lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;CALL FUNCTION 'FIEB_PASSWORD_ENCRYPT' &lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;Use the following FM to decrypt &lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;CALL FUNCTION 'FIEB_PASSWORD_DECRYPT' &lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;******Reward points,if found useful&lt;/P&gt;&lt;/BODY&gt;&lt;/HTML&gt;</description>
    <pubDate>Mon, 16 Jun 2008 08:34:22 GMT</pubDate>
    <dc:creator>Former Member</dc:creator>
    <dc:date>2008-06-16T08:34:22Z</dc:date>
    <item>
      <title>Encryption through bat file.</title>
      <link>https://community.sap.com/t5/application-development-and-automation-discussions/encryption-through-bat-file/m-p/3986945#M952440</link>
      <description>&lt;HTML&gt;&lt;HEAD&gt;&lt;/HEAD&gt;&lt;BODY&gt;&lt;P&gt;dear all,&lt;/P&gt;&lt;P&gt;I want to call a *.bat file ( created in Java ) in mm ABAP program to encrypt the file for Bank use. &lt;/P&gt;&lt;P&gt;Can anyone plz help me in this, will RFC help in this? the file is located at local drive in PC.&lt;/P&gt;&lt;/BODY&gt;&lt;/HTML&gt;</description>
      <pubDate>Mon, 16 Jun 2008 08:29:34 GMT</pubDate>
      <guid>https://community.sap.com/t5/application-development-and-automation-discussions/encryption-through-bat-file/m-p/3986945#M952440</guid>
      <dc:creator>Former Member</dc:creator>
      <dc:date>2008-06-16T08:29:34Z</dc:date>
    </item>
    <item>
      <title>Re: Encryption through bat file.</title>
      <link>https://community.sap.com/t5/application-development-and-automation-discussions/encryption-through-bat-file/m-p/3986946#M952441</link>
      <description>&lt;HTML&gt;&lt;HEAD&gt;&lt;/HEAD&gt;&lt;BODY&gt;&lt;P&gt;May be you can try these FM.&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;Use the following FM to encrypt &lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;CALL FUNCTION 'FIEB_PASSWORD_ENCRYPT' &lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;Use the following FM to decrypt &lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;CALL FUNCTION 'FIEB_PASSWORD_DECRYPT' &lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;******Reward points,if found useful&lt;/P&gt;&lt;/BODY&gt;&lt;/HTML&gt;</description>
      <pubDate>Mon, 16 Jun 2008 08:34:22 GMT</pubDate>
      <guid>https://community.sap.com/t5/application-development-and-automation-discussions/encryption-through-bat-file/m-p/3986946#M952441</guid>
      <dc:creator>Former Member</dc:creator>
      <dc:date>2008-06-16T08:34:22Z</dc:date>
    </item>
    <item>
      <title>Re: Encryption through bat file.</title>
      <link>https://community.sap.com/t5/application-development-and-automation-discussions/encryption-through-bat-file/m-p/3986947#M952442</link>
      <description>&lt;HTML&gt;&lt;HEAD&gt;&lt;/HEAD&gt;&lt;BODY&gt;&lt;P&gt;Hello,&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;Execute BAT file....&lt;/P&gt;&lt;P&gt;code CALL FUNCTION 'WS_EXECUTE'&lt;/P&gt;&lt;P&gt;EXPORTING&lt;/P&gt;&lt;P&gt;cd = 'C:\'&lt;/P&gt;&lt;P&gt;program = 'C:\REN.BAT&lt;/P&gt;&lt;P&gt;EXCEPTIONS&lt;/P&gt;&lt;P&gt;frontend_error = 1&lt;/P&gt;&lt;P&gt;no_batch = 2&lt;/P&gt;&lt;P&gt;prog_not_found = 3&lt;/P&gt;&lt;P&gt;illegal_option = 4&lt;/P&gt;&lt;P&gt;gui_refuse_execute = 5&lt;/P&gt;&lt;P&gt;OTHERS = 6.[/code]&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;&amp;lt;b&amp;gt;reward points,if found useful&amp;lt;/b&amp;gt;&lt;/P&gt;&lt;/BODY&gt;&lt;/HTML&gt;</description>
      <pubDate>Mon, 16 Jun 2008 08:36:34 GMT</pubDate>
      <guid>https://community.sap.com/t5/application-development-and-automation-discussions/encryption-through-bat-file/m-p/3986947#M952442</guid>
      <dc:creator>Former Member</dc:creator>
      <dc:date>2008-06-16T08:36:34Z</dc:date>
    </item>
    <item>
      <title>Re: Encryption through bat file.</title>
      <link>https://community.sap.com/t5/application-development-and-automation-discussions/encryption-through-bat-file/m-p/3986948#M952443</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;thanks for the help, the function module is executed but how can i see that where is the output file being extracted, how to give Input and Out put file parameters.&lt;/P&gt;&lt;P&gt;This will solve my problem..&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;Thanx in advance..&lt;/P&gt;&lt;/BODY&gt;&lt;/HTML&gt;</description>
      <pubDate>Mon, 16 Jun 2008 09:17:11 GMT</pubDate>
      <guid>https://community.sap.com/t5/application-development-and-automation-discussions/encryption-through-bat-file/m-p/3986948#M952443</guid>
      <dc:creator>Former Member</dc:creator>
      <dc:date>2008-06-16T09:17:11Z</dc:date>
    </item>
  </channel>
</rss>

