<?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: File Encryption in Application Development and Automation Discussions</title>
    <link>https://community.sap.com/t5/application-development-and-automation-discussions/file-encryption/m-p/8378288#M1642610</link>
    <description>&lt;HTML&gt;&lt;HEAD&gt;&lt;/HEAD&gt;&lt;BODY&gt;&lt;P&gt;Hi krupaji, what command and parameters am i suppose to pass to FM?&lt;/P&gt;&lt;/BODY&gt;&lt;/HTML&gt;</description>
    <pubDate>Mon, 14 Nov 2011 12:29:50 GMT</pubDate>
    <dc:creator>Former Member</dc:creator>
    <dc:date>2011-11-14T12:29:50Z</dc:date>
    <item>
      <title>File Encryption</title>
      <link>https://community.sap.com/t5/application-development-and-automation-discussions/file-encryption/m-p/8378285#M1642607</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;I'm sending a pdf file through email and have coded the same in ABAP. i  want to encrypt the file before sending it.Is it possible to do encryption in ABAP?&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;Nidhi.&lt;/P&gt;&lt;/BODY&gt;&lt;/HTML&gt;</description>
      <pubDate>Mon, 14 Nov 2011 07:09:10 GMT</pubDate>
      <guid>https://community.sap.com/t5/application-development-and-automation-discussions/file-encryption/m-p/8378285#M1642607</guid>
      <dc:creator>Former Member</dc:creator>
      <dc:date>2011-11-14T07:09:10Z</dc:date>
    </item>
    <item>
      <title>Re: File Encryption</title>
      <link>https://community.sap.com/t5/application-development-and-automation-discussions/file-encryption/m-p/8378286#M1642608</link>
      <description>&lt;HTML&gt;&lt;HEAD&gt;&lt;/HEAD&gt;&lt;BODY&gt;&lt;P&gt;Hi,&lt;/P&gt;&lt;P&gt;CALL FUNCTION 'SXPG_COMMAND_EXECUTE'.&lt;/P&gt;&lt;P&gt;&lt;A href="http://www.sapfans.com/forums/viewtopic.php?t=28530" target="test_blank"&gt;http://www.sapfans.com/forums/viewtopic.php?t=28530&lt;/A&gt;&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;Thanks &amp;amp; regards.&lt;/P&gt;&lt;/BODY&gt;&lt;/HTML&gt;</description>
      <pubDate>Mon, 14 Nov 2011 07:36:04 GMT</pubDate>
      <guid>https://community.sap.com/t5/application-development-and-automation-discussions/file-encryption/m-p/8378286#M1642608</guid>
      <dc:creator>Former Member</dc:creator>
      <dc:date>2011-11-14T07:36:04Z</dc:date>
    </item>
    <item>
      <title>Re: File Encryption</title>
      <link>https://community.sap.com/t5/application-development-and-automation-discussions/file-encryption/m-p/8378287#M1642609</link>
      <description>&lt;HTML&gt;&lt;HEAD&gt;&lt;/HEAD&gt;&lt;BODY&gt;&lt;P&gt;you can use following FM&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;c_extcom = is your  external command&lt;/P&gt;&lt;P&gt;c_oper  = is your operating  system&lt;/P&gt;&lt;P&gt;v_dir_input  =  command_list-opcommand. &lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;PRE&gt;&lt;CODE&gt;

 CALL FUNCTION 'SXPG_COMMAND_EXECUTE'
    EXPORTING
      commandname                   = c_extcom
      additional_parameters         = v_dir_input
      operatingsystem               = c_oper
    TABLES
      exec_protocol                 = t_result
    EXCEPTIONS
      no_permission                 = 1
      command_not_found             = 2
      parameters_too_long           = 3
      security_risk                 = 4
      wrong_check_call_interface    = 5
      program_start_error           = 6
      program_termination_error     = 7
      x_error                       = 8
      parameter_expected            = 9
      too_many_parameters           = 10
      illegal_command               = 11
      wrong_asynchronous_parameters = 12
      cant_enq_tbtco_entry          = 13
      jobcount_generation_error     = 14
      OTHERS                        = 15.

&lt;/CODE&gt;&lt;/PRE&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;Edited by: Krupaji on Nov 14, 2011 1:07 PM&lt;/P&gt;&lt;/BODY&gt;&lt;/HTML&gt;</description>
      <pubDate>Mon, 14 Nov 2011 12:07:11 GMT</pubDate>
      <guid>https://community.sap.com/t5/application-development-and-automation-discussions/file-encryption/m-p/8378287#M1642609</guid>
      <dc:creator>Former Member</dc:creator>
      <dc:date>2011-11-14T12:07:11Z</dc:date>
    </item>
    <item>
      <title>Re: File Encryption</title>
      <link>https://community.sap.com/t5/application-development-and-automation-discussions/file-encryption/m-p/8378288#M1642610</link>
      <description>&lt;HTML&gt;&lt;HEAD&gt;&lt;/HEAD&gt;&lt;BODY&gt;&lt;P&gt;Hi krupaji, what command and parameters am i suppose to pass to FM?&lt;/P&gt;&lt;/BODY&gt;&lt;/HTML&gt;</description>
      <pubDate>Mon, 14 Nov 2011 12:29:50 GMT</pubDate>
      <guid>https://community.sap.com/t5/application-development-and-automation-discussions/file-encryption/m-p/8378288#M1642610</guid>
      <dc:creator>Former Member</dc:creator>
      <dc:date>2011-11-14T12:29:50Z</dc:date>
    </item>
  </channel>
</rss>

