<?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: excuting unix program. in Application Development and Automation Discussions</title>
    <link>https://community.sap.com/t5/application-development-and-automation-discussions/excuting-unix-program/m-p/1408941#M197145</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;Check out these links. They will surely help.&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;&lt;A href="http://dev.mysql.com/doc/maxdb/en/41/80201592c31034e10000000a114cbd/content.htm" target="test_blank"&gt;http://dev.mysql.com/doc/maxdb/en/41/80201592c31034e10000000a114cbd/content.htm&lt;/A&gt;&lt;/P&gt;&lt;P&gt;&lt;A href="http://dev.mysql.com/doc/maxdb/en/90/ed2640632cea01e10000000a155106/content.htm" target="test_blank"&gt;http://dev.mysql.com/doc/maxdb/en/90/ed2640632cea01e10000000a155106/content.htm&lt;/A&gt;&lt;/P&gt;&lt;P&gt;&lt;A href="http://www.jochen.org/~jochen/sap-r3/advisory-2001-04.html" target="test_blank"&gt;http://www.jochen.org/~jochen/sap-r3/advisory-2001-04.html&lt;/A&gt;&lt;/P&gt;&lt;P&gt;&lt;A href="http://www.dell.com/downloads/global/power/ps4q05-20050174-SAP-SOE.pdf" target="test_blank"&gt;http://www.dell.com/downloads/global/power/ps4q05-20050174-SAP-SOE.pdf&lt;/A&gt;&lt;/P&gt;&lt;P&gt;&lt;A href="http://www.sapdb.org/htmhelp/e7/b8e0d50eea11d5a9f600a0c9449261/content.htm" target="test_blank"&gt;http://www.sapdb.org/htmhelp/e7/b8e0d50eea11d5a9f600a0c9449261/content.htm&lt;/A&gt;&lt;/P&gt;&lt;P&gt;&lt;A class="jive_macro jive_macro_message" href="https://community.sap.com/" __jive_macro_name="message" modifiedtitle="true" __default_attr="1817318"&gt;&lt;/A&gt;&lt;/P&gt;&lt;P&gt;&lt;A href="http://www.pixelbeat.org/cmdline.html" target="test_blank"&gt;http://www.pixelbeat.org/cmdline.html&lt;/A&gt;&lt;/P&gt;&lt;P&gt;&lt;A href="http://www.computerhope.com/unix/ucp.htm#05" target="test_blank"&gt;http://www.computerhope.com/unix/ucp.htm#05&lt;/A&gt;&lt;/P&gt;&lt;P&gt;&lt;A href="http://www.ss64.com/bash/" target="test_blank"&gt;http://www.ss64.com/bash/&lt;/A&gt;&lt;/P&gt;&lt;P&gt;&lt;A href="http://blogs.ittoolbox.com/security/specialist/archives/linux-os-hardening-4293" target="test_blank"&gt;http://blogs.ittoolbox.com/security/specialist/archives/linux-os-hardening-4293&lt;/A&gt;&lt;/P&gt;&lt;P&gt;&lt;A href="http://blogs.ittoolbox.com/linux/world/archives/cool-linux-command-line-and-shell-script-tricks-6848" target="test_blank"&gt;http://blogs.ittoolbox.com/linux/world/archives/cool-linux-command-line-and-shell-script-tricks-6848&lt;/A&gt;&lt;/P&gt;&lt;P&gt;&lt;A href="http://www.experts-exchange.com/Applications/SAP/Q_21864452.html" target="test_blank"&gt;http://www.experts-exchange.com/Applications/SAP/Q_21864452.html&lt;/A&gt;&lt;/P&gt;&lt;P&gt;&lt;A href="http://www.aboutdebian.com/linux.htm" target="test_blank"&gt;http://www.aboutdebian.com/linux.htm&lt;/A&gt;&lt;/P&gt;&lt;P&gt;&lt;A href="http://yolinux.com/TUTORIALS/LinuxEditorial-Advantage.html" target="test_blank"&gt;http://yolinux.com/TUTORIALS/LinuxEditorial-Advantage.html&lt;/A&gt;&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;If you find this answer useful, please reward me for the same.&lt;/P&gt;&lt;P&gt;Good luck&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;Karthik Potharaju&lt;/P&gt;&lt;/BODY&gt;&lt;/HTML&gt;</description>
    <pubDate>Fri, 30 Jun 2006 06:30:05 GMT</pubDate>
    <dc:creator>former_member189629</dc:creator>
    <dc:date>2006-06-30T06:30:05Z</dc:date>
    <item>
      <title>excuting unix program.</title>
      <link>https://community.sap.com/t5/application-development-and-automation-discussions/excuting-unix-program/m-p/1408938#M197142</link>
      <description>&lt;HTML&gt;&lt;HEAD&gt;&lt;/HEAD&gt;&lt;BODY&gt;&lt;P&gt;Hi.&lt;/P&gt;&lt;P&gt;I just want excute java.exe in bw unix without using function 'SXPG_CALL_SYSTEM'.&lt;/P&gt;&lt;P&gt;cause that function has limit number of command string.&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;I think I can use this command but somehow it returns null.&lt;/P&gt;&lt;P&gt;don't know what is problem and actually not sure usage of  CALL 'SYSTEM' function.&lt;/P&gt;&lt;P&gt;anyone can fix this problem?&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;  DATA: INFO_SGL(700) TYPE C OCCURS 0 WITH HEADER LINE.&lt;/P&gt;&lt;P&gt;  data: COMMAND_STR type string.&lt;/P&gt;&lt;P&gt;  data: CODE_number_500 type string.&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;CODE_number_500 = '43423424324........'.&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;  concatenate '/opt/java1.3/bin/java  -jar'&lt;/P&gt;&lt;P&gt;              ' test_v2.jar'&lt;/P&gt;&lt;P&gt;              CODE_number_500&lt;/P&gt;&lt;P&gt;              INTO COMMAND_STR.&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;  CALL 'SYSTEM' ID 'COMMAND' FIELD COMMAND_STR ID 'TAB' FIELD INFO_SGL-&lt;STRONG&gt;SYS&lt;/STRONG&gt;.&lt;/P&gt;&lt;P&gt;  loop at info_sgl.&lt;/P&gt;&lt;P&gt;    return_value = info_sgl.&lt;/P&gt;&lt;P&gt;  endloop.&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;thank you.&lt;/P&gt;&lt;/BODY&gt;&lt;/HTML&gt;</description>
      <pubDate>Fri, 30 Jun 2006 05:34:46 GMT</pubDate>
      <guid>https://community.sap.com/t5/application-development-and-automation-discussions/excuting-unix-program/m-p/1408938#M197142</guid>
      <dc:creator>Former Member</dc:creator>
      <dc:date>2006-06-30T05:34:46Z</dc:date>
    </item>
    <item>
      <title>Re: excuting unix program.</title>
      <link>https://community.sap.com/t5/application-development-and-automation-discussions/excuting-unix-program/m-p/1408939#M197143</link>
      <description>&lt;HTML&gt;&lt;HEAD&gt;&lt;/HEAD&gt;&lt;BODY&gt;&lt;P&gt;Hi,&lt;/P&gt;&lt;P&gt;Try using trx SM69 to register the UNIX command and then use it.&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;I think system functions are not for external use.&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;Regards,&lt;/P&gt;&lt;P&gt;Shashank&lt;/P&gt;&lt;/BODY&gt;&lt;/HTML&gt;</description>
      <pubDate>Fri, 30 Jun 2006 05:57:57 GMT</pubDate>
      <guid>https://community.sap.com/t5/application-development-and-automation-discussions/excuting-unix-program/m-p/1408939#M197143</guid>
      <dc:creator>Former Member</dc:creator>
      <dc:date>2006-06-30T05:57:57Z</dc:date>
    </item>
    <item>
      <title>Re: excuting unix program.</title>
      <link>https://community.sap.com/t5/application-development-and-automation-discussions/excuting-unix-program/m-p/1408940#M197144</link>
      <description>&lt;HTML&gt;&lt;HEAD&gt;&lt;/HEAD&gt;&lt;BODY&gt;&lt;P&gt;hi.&lt;/P&gt;&lt;P&gt;thank you for answer.&lt;/P&gt;&lt;P&gt;but that is useage of function 'SXPG_CALL_SYSTEM'.&lt;/P&gt;&lt;P&gt;I already done this but 'SXPG_CALL_SYSTEM' can work because parameter 'CODE_number_500' is too long.&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;so I try find other way that is send string directly.&lt;/P&gt;&lt;P&gt;and some other programs use that 'SYSTEM' function.&lt;/P&gt;&lt;P&gt;so think that can be work for external use.&lt;/P&gt;&lt;P&gt;but don't know how to get useage of this function.&lt;/P&gt;&lt;/BODY&gt;&lt;/HTML&gt;</description>
      <pubDate>Fri, 30 Jun 2006 06:20:11 GMT</pubDate>
      <guid>https://community.sap.com/t5/application-development-and-automation-discussions/excuting-unix-program/m-p/1408940#M197144</guid>
      <dc:creator>Former Member</dc:creator>
      <dc:date>2006-06-30T06:20:11Z</dc:date>
    </item>
    <item>
      <title>Re: excuting unix program.</title>
      <link>https://community.sap.com/t5/application-development-and-automation-discussions/excuting-unix-program/m-p/1408941#M197145</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;Check out these links. They will surely help.&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;&lt;A href="http://dev.mysql.com/doc/maxdb/en/41/80201592c31034e10000000a114cbd/content.htm" target="test_blank"&gt;http://dev.mysql.com/doc/maxdb/en/41/80201592c31034e10000000a114cbd/content.htm&lt;/A&gt;&lt;/P&gt;&lt;P&gt;&lt;A href="http://dev.mysql.com/doc/maxdb/en/90/ed2640632cea01e10000000a155106/content.htm" target="test_blank"&gt;http://dev.mysql.com/doc/maxdb/en/90/ed2640632cea01e10000000a155106/content.htm&lt;/A&gt;&lt;/P&gt;&lt;P&gt;&lt;A href="http://www.jochen.org/~jochen/sap-r3/advisory-2001-04.html" target="test_blank"&gt;http://www.jochen.org/~jochen/sap-r3/advisory-2001-04.html&lt;/A&gt;&lt;/P&gt;&lt;P&gt;&lt;A href="http://www.dell.com/downloads/global/power/ps4q05-20050174-SAP-SOE.pdf" target="test_blank"&gt;http://www.dell.com/downloads/global/power/ps4q05-20050174-SAP-SOE.pdf&lt;/A&gt;&lt;/P&gt;&lt;P&gt;&lt;A href="http://www.sapdb.org/htmhelp/e7/b8e0d50eea11d5a9f600a0c9449261/content.htm" target="test_blank"&gt;http://www.sapdb.org/htmhelp/e7/b8e0d50eea11d5a9f600a0c9449261/content.htm&lt;/A&gt;&lt;/P&gt;&lt;P&gt;&lt;A class="jive_macro jive_macro_message" href="https://community.sap.com/" __jive_macro_name="message" modifiedtitle="true" __default_attr="1817318"&gt;&lt;/A&gt;&lt;/P&gt;&lt;P&gt;&lt;A href="http://www.pixelbeat.org/cmdline.html" target="test_blank"&gt;http://www.pixelbeat.org/cmdline.html&lt;/A&gt;&lt;/P&gt;&lt;P&gt;&lt;A href="http://www.computerhope.com/unix/ucp.htm#05" target="test_blank"&gt;http://www.computerhope.com/unix/ucp.htm#05&lt;/A&gt;&lt;/P&gt;&lt;P&gt;&lt;A href="http://www.ss64.com/bash/" target="test_blank"&gt;http://www.ss64.com/bash/&lt;/A&gt;&lt;/P&gt;&lt;P&gt;&lt;A href="http://blogs.ittoolbox.com/security/specialist/archives/linux-os-hardening-4293" target="test_blank"&gt;http://blogs.ittoolbox.com/security/specialist/archives/linux-os-hardening-4293&lt;/A&gt;&lt;/P&gt;&lt;P&gt;&lt;A href="http://blogs.ittoolbox.com/linux/world/archives/cool-linux-command-line-and-shell-script-tricks-6848" target="test_blank"&gt;http://blogs.ittoolbox.com/linux/world/archives/cool-linux-command-line-and-shell-script-tricks-6848&lt;/A&gt;&lt;/P&gt;&lt;P&gt;&lt;A href="http://www.experts-exchange.com/Applications/SAP/Q_21864452.html" target="test_blank"&gt;http://www.experts-exchange.com/Applications/SAP/Q_21864452.html&lt;/A&gt;&lt;/P&gt;&lt;P&gt;&lt;A href="http://www.aboutdebian.com/linux.htm" target="test_blank"&gt;http://www.aboutdebian.com/linux.htm&lt;/A&gt;&lt;/P&gt;&lt;P&gt;&lt;A href="http://yolinux.com/TUTORIALS/LinuxEditorial-Advantage.html" target="test_blank"&gt;http://yolinux.com/TUTORIALS/LinuxEditorial-Advantage.html&lt;/A&gt;&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;If you find this answer useful, please reward me for the same.&lt;/P&gt;&lt;P&gt;Good luck&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;Karthik Potharaju&lt;/P&gt;&lt;/BODY&gt;&lt;/HTML&gt;</description>
      <pubDate>Fri, 30 Jun 2006 06:30:05 GMT</pubDate>
      <guid>https://community.sap.com/t5/application-development-and-automation-discussions/excuting-unix-program/m-p/1408941#M197145</guid>
      <dc:creator>former_member189629</dc:creator>
      <dc:date>2006-06-30T06:30:05Z</dc:date>
    </item>
    <item>
      <title>Re: excuting unix program.</title>
      <link>https://community.sap.com/t5/application-development-and-automation-discussions/excuting-unix-program/m-p/1408942#M197146</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;Length of the parameter COMMANDNAME is 18.&lt;/P&gt;&lt;P&gt;Hence 'CODE_number_500' should work.&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;There must be some other problem.&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;Go thru following documentation.&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;Hope it helps.&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt; FU SXPG_CALL_SYSTEM&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;     Execute an External Command&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt; Functionality&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;     SXPG_CALL_SYSTEM: Execute External Command (Express Method)&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;     Using this function module, you can:&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;     o   Check a user's authorization to execute a command&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;     o   Execute the command&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;     To determine the system on which the command should be executed, the&lt;/P&gt;&lt;P&gt;     function module uses by default the current host system and the current&lt;/P&gt;&lt;P&gt;     operating system type of the user.&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;     As the function module is RFC-capable, you can use the RFC interface&lt;/P&gt;&lt;P&gt;     (Remote Function Call Interface) to run the function module in a&lt;/P&gt;&lt;P&gt;     different SAP application server. The external command is then&lt;/P&gt;&lt;P&gt;     accordingly executed in the host system of the other SAP server.&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;     SXPG_CALL_SYSTEM uses the following rules to determine which variant of&lt;/P&gt;&lt;P&gt;     a command is used for the execution:&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;     o   If a command with the same operating system type as the one in the&lt;/P&gt;&lt;P&gt;         sytem field SY-OPSYS exists, this definition is used for the&lt;/P&gt;&lt;P&gt;         execution of the command.&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;     o   If the first check fails, the syntax group for SY-OPSYS is&lt;/P&gt;&lt;P&gt;         determined. A syntax group is an SAP construct that groups operating&lt;/P&gt;&lt;P&gt;         systems that use the same syntax for commands and filenames. If a&lt;/P&gt;&lt;P&gt;         command whose operating system type matches the determined syntax&lt;/P&gt;&lt;P&gt;         group, this definition of the command is used.&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;     o   If no matching definition is found for the syntax group, the&lt;/P&gt;&lt;P&gt;         function module searches for a definition with the operating system&lt;/P&gt;&lt;P&gt;         type ANYOS (executable in all supported operating systems). This&lt;/P&gt;&lt;P&gt;         definition is then used, if found.&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;     o   Otherwise, the exception COMMAND_NOT_FOUND is triggered.&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt; Use&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;   Syntax:&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;     CALL FUNCTION SXPG_CALL_SYSTEM&lt;/P&gt;&lt;P&gt;          IMPORTING&lt;/P&gt;&lt;P&gt;             COMMANDNAME   = &amp;lt;SAP command name&amp;gt;   DEFAULT '*'&lt;/P&gt;&lt;P&gt;             ADDITIONAL_PARAMETERS    = &amp;lt;Argument string&amp;gt; default &amp;lt;space&amp;gt;&lt;/P&gt;&lt;P&gt;          EXPORTING&lt;/P&gt;&lt;P&gt;             STATUS        = &amp;lt;Exit status of command&amp;gt;&lt;/P&gt;&lt;P&gt;           TABLES&lt;/P&gt;&lt;P&gt;             EXEC_PROTOCOL = &amp;lt;Log&amp;gt;   In structure BTCXPM.  Can&lt;/P&gt;&lt;P&gt;     contain STDOUT, STDERR&lt;/P&gt;&lt;P&gt;           EXCEPTIONS&lt;/P&gt;&lt;P&gt;             NO_PERMISSION  Command rejected by User exit auth.&lt;/P&gt;&lt;P&gt;                            check&lt;/P&gt;&lt;P&gt;             COMMAND_NOT_FOUND   Command not defined in SAP database&lt;/P&gt;&lt;P&gt;             PARAMETERS_TOO_LONG   Complete parameter string exceeds&lt;/P&gt;&lt;P&gt;     128 characters&lt;/P&gt;&lt;P&gt;             SECURITY_RISK  Security check failed&lt;/P&gt;&lt;P&gt;             WRONG_CHECK_CALL_INTERFACE  Problem with function&lt;/P&gt;&lt;P&gt;                                          module for additional security&lt;/P&gt;&lt;P&gt;     check&lt;/P&gt;&lt;P&gt;             PROGRAM_START_ERROR  Error while starting program&lt;/P&gt;&lt;P&gt;             PROGRAM_TERMINATION_ERROR  Error while requesting final&lt;/P&gt;&lt;P&gt;                                        status of program&lt;/P&gt;&lt;P&gt;             X_ERROR  Reserved&lt;/P&gt;&lt;P&gt;             PARAMETER_EXPECTED  Required parameter not specified&lt;/P&gt;&lt;P&gt;             TOO_MANY_PARAMETERS  User arguments not allowed by&lt;/P&gt;&lt;P&gt;                                  supplied in call&lt;/P&gt;&lt;P&gt;             ILLEGAL_COMMAND  Command not legitimately defined&lt;/P&gt;&lt;P&gt;             OTHERS&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt; Parameters&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;     COMMANDNAME&lt;/P&gt;&lt;P&gt;     ADDITIONAL_PARAMETERS&lt;/P&gt;&lt;P&gt;     STATUS&lt;/P&gt;&lt;P&gt;     EXITCODE&lt;/P&gt;&lt;P&gt;     EXEC_PROTOCOL&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt; Exceptions&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;     NO_PERMISSION&lt;/P&gt;&lt;P&gt;     COMMAND_NOT_FOUND&lt;/P&gt;&lt;P&gt;     PARAMETERS_TOO_LONG&lt;/P&gt;&lt;P&gt;     SECURITY_RISK&lt;/P&gt;&lt;P&gt;     WRONG_CHECK_CALL_INTERFACE&lt;/P&gt;&lt;P&gt;     PROGRAM_START_ERROR&lt;/P&gt;&lt;P&gt;     PROGRAM_TERMINATION_ERROR&lt;/P&gt;&lt;P&gt;     X_ERROR&lt;/P&gt;&lt;P&gt;     PARAMETER_EXPECTED&lt;/P&gt;&lt;P&gt;     TOO_MANY_PARAMETERS&lt;/P&gt;&lt;P&gt;     ILLEGAL_COMMAND&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt; Function Group&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;     SXPT&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;Regards,&lt;/P&gt;&lt;P&gt;Shashank&lt;/P&gt;&lt;/BODY&gt;&lt;/HTML&gt;</description>
      <pubDate>Fri, 30 Jun 2006 06:44:43 GMT</pubDate>
      <guid>https://community.sap.com/t5/application-development-and-automation-discussions/excuting-unix-program/m-p/1408942#M197146</guid>
      <dc:creator>Former Member</dc:creator>
      <dc:date>2006-06-30T06:44:43Z</dc:date>
    </item>
    <item>
      <title>Re: excuting unix program.</title>
      <link>https://community.sap.com/t5/application-development-and-automation-discussions/excuting-unix-program/m-p/1408943#M197147</link>
      <description>&lt;HTML&gt;&lt;HEAD&gt;&lt;/HEAD&gt;&lt;BODY&gt;&lt;P&gt;there is misunderstanding .&lt;/P&gt;&lt;P&gt;value of 'CODE_number_500' is not just '43423424324'.&lt;/P&gt;&lt;P&gt;that is huge number of series about 500 character.&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;I already used that 'SXPG_CALL_SYSTEM' function before and works well until that parameter is less than 255 long.&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;after exceed 255 character that function are not working anymore so I need get other solution that is my problem.&lt;/P&gt;&lt;P&gt;thanks for finding these reference.&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;do you have any idea executing external unix program other than this?&lt;/P&gt;&lt;/BODY&gt;&lt;/HTML&gt;</description>
      <pubDate>Fri, 30 Jun 2006 07:18:38 GMT</pubDate>
      <guid>https://community.sap.com/t5/application-development-and-automation-discussions/excuting-unix-program/m-p/1408943#M197147</guid>
      <dc:creator>Former Member</dc:creator>
      <dc:date>2006-06-30T07:18:38Z</dc:date>
    </item>
    <item>
      <title>Re: excuting unix program.</title>
      <link>https://community.sap.com/t5/application-development-and-automation-discussions/excuting-unix-program/m-p/1408944#M197148</link>
      <description>&lt;HTML&gt;&lt;HEAD&gt;&lt;/HEAD&gt;&lt;BODY&gt;&lt;P&gt;Hi,&lt;/P&gt;&lt;P&gt;Not very sure but did you try using the parameter&lt;/P&gt;&lt;P&gt;ADDITIONAL_PARAMETERS &lt;/P&gt;&lt;P&gt;for the function module 'SXPG_CALL_SYSTEM' ?&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;It helps in specifying the arguments to be passed to the ext command.&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;Regards,&lt;/P&gt;&lt;P&gt;Shashank&lt;/P&gt;&lt;/BODY&gt;&lt;/HTML&gt;</description>
      <pubDate>Fri, 30 Jun 2006 07:31:47 GMT</pubDate>
      <guid>https://community.sap.com/t5/application-development-and-automation-discussions/excuting-unix-program/m-p/1408944#M197148</guid>
      <dc:creator>Former Member</dc:creator>
      <dc:date>2006-06-30T07:31:47Z</dc:date>
    </item>
  </channel>
</rss>

