<?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: SM69 problem in Application Development and Automation Discussions</title>
    <link>https://community.sap.com/t5/application-development-and-automation-discussions/sm69-problem/m-p/8663253#M1667744</link>
    <description>&lt;HTML&gt;&lt;HEAD&gt;&lt;/HEAD&gt;&lt;BODY&gt;&lt;P&gt;This is not the case. The parameter is definetely shorter than 128 chars.&lt;/P&gt;&lt;P&gt;The FM ends with sy-subrc = 0.&lt;/P&gt;&lt;/BODY&gt;&lt;/HTML&gt;</description>
    <pubDate>Wed, 28 Mar 2012 11:15:59 GMT</pubDate>
    <dc:creator>Former Member</dc:creator>
    <dc:date>2012-03-28T11:15:59Z</dc:date>
    <item>
      <title>SM69 problem</title>
      <link>https://community.sap.com/t5/application-development-and-automation-discussions/sm69-problem/m-p/8663251#M1667742</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 have a problem with definition of external operating system program to be executed from ABAP.&lt;/P&gt;&lt;P&gt;I have an external executable script sndssh which is tested and works from the shell with one parameter without any problems.&lt;/P&gt;&lt;P&gt;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp; ssh -l username hostname /blahblah/$1&lt;/P&gt;&lt;P&gt;Now I want to defined this script in SM69 as follows&lt;/P&gt;&lt;P&gt;&lt;IMG class="migrated-image" src="https://community.sap.com/legacyfs/online/storage/attachments/storage/7/jiveimages/87913" /&gt;&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;When I execute it with FM 'SXPG_CALL_SYSTEM' I get an error&lt;STRONG&gt; External program terminated with exit code 1&lt;/STRONG&gt; in the BTCXPM_TBL &lt;/P&gt;&lt;P&gt;&lt;STRONG&gt;BUT&lt;/STRONG&gt;&lt;/P&gt;&lt;P&gt;If i put a contents of the script into the SM69 directly as follows&lt;/P&gt;&lt;P&gt;&lt;IMG class="migrated-image" src="https://community.sap.com/legacyfs/online/storage/attachments/storage/7/jiveimages/87923" /&gt;&lt;/P&gt;&lt;P&gt;everything works properly.&lt;/P&gt;&lt;P&gt;The problem is with the scripts which are longer and cannot be defined as easy.&lt;/P&gt;&lt;P&gt;How to solve this problem?&lt;/P&gt;&lt;P&gt;Any suggestions appreciate,&lt;/P&gt;&lt;P&gt;Best regards,&lt;/P&gt;&lt;P&gt;Grzegorz Skorus&lt;/P&gt;&lt;/BODY&gt;&lt;/HTML&gt;</description>
      <pubDate>Wed, 28 Mar 2012 10:49:49 GMT</pubDate>
      <guid>https://community.sap.com/t5/application-development-and-automation-discussions/sm69-problem/m-p/8663251#M1667742</guid>
      <dc:creator>Former Member</dc:creator>
      <dc:date>2012-03-28T10:49:49Z</dc:date>
    </item>
    <item>
      <title>Re: SM69 problem</title>
      <link>https://community.sap.com/t5/application-development-and-automation-discussions/sm69-problem/m-p/8663252#M1667743</link>
      <description>&lt;HTML&gt;&lt;HEAD&gt;&lt;/HEAD&gt;&lt;BODY&gt;&lt;P&gt;The parameter limit is 128 characters as mentioned here &lt;A href="http://help.sap.com/saphelp_45b/helpdata/en/fa/097208543b11d1898e0000e8322d00/content.htm"&gt;http://help.sap.com/saphelp_45b/helpdata/en/fa/097208543b11d1898e0000e8322d00/content.htm&lt;/A&gt;. See the exception &lt;STRONG&gt;PARAMETERS_TOO_LONG&lt;/STRONG&gt;.&lt;/P&gt;&lt;/BODY&gt;&lt;/HTML&gt;</description>
      <pubDate>Wed, 28 Mar 2012 11:02:35 GMT</pubDate>
      <guid>https://community.sap.com/t5/application-development-and-automation-discussions/sm69-problem/m-p/8663252#M1667743</guid>
      <dc:creator>kesavadas_thekkillath</dc:creator>
      <dc:date>2012-03-28T11:02:35Z</dc:date>
    </item>
    <item>
      <title>Re: SM69 problem</title>
      <link>https://community.sap.com/t5/application-development-and-automation-discussions/sm69-problem/m-p/8663253#M1667744</link>
      <description>&lt;HTML&gt;&lt;HEAD&gt;&lt;/HEAD&gt;&lt;BODY&gt;&lt;P&gt;This is not the case. The parameter is definetely shorter than 128 chars.&lt;/P&gt;&lt;P&gt;The FM ends with sy-subrc = 0.&lt;/P&gt;&lt;/BODY&gt;&lt;/HTML&gt;</description>
      <pubDate>Wed, 28 Mar 2012 11:15:59 GMT</pubDate>
      <guid>https://community.sap.com/t5/application-development-and-automation-discussions/sm69-problem/m-p/8663253#M1667744</guid>
      <dc:creator>Former Member</dc:creator>
      <dc:date>2012-03-28T11:15:59Z</dc:date>
    </item>
    <item>
      <title>Re: SM69 problem</title>
      <link>https://community.sap.com/t5/application-development-and-automation-discussions/sm69-problem/m-p/8663254#M1667745</link>
      <description>&lt;HTML&gt;&lt;HEAD&gt;&lt;/HEAD&gt;&lt;BODY&gt;&lt;P&gt;I think '&amp;amp;' only denotes one replacement parameter. I see more than one &amp;amp; in my system( seperated by space ).&lt;/P&gt;&lt;P&gt;Also ? is used as a replacement character.&lt;/P&gt;&lt;/BODY&gt;&lt;/HTML&gt;</description>
      <pubDate>Wed, 28 Mar 2012 11:52:11 GMT</pubDate>
      <guid>https://community.sap.com/t5/application-development-and-automation-discussions/sm69-problem/m-p/8663254#M1667745</guid>
      <dc:creator>kesavadas_thekkillath</dc:creator>
      <dc:date>2012-03-28T11:52:11Z</dc:date>
    </item>
    <item>
      <title>Re: SM69 problem</title>
      <link>https://community.sap.com/t5/application-development-and-automation-discussions/sm69-problem/m-p/8663255#M1667746</link>
      <description>&lt;HTML&gt;&lt;HEAD&gt;&lt;/HEAD&gt;&lt;BODY&gt;&lt;P&gt;This is not a problem with replacement characters (the second screenshot shows the configuration which works)&lt;/P&gt;&lt;/BODY&gt;&lt;/HTML&gt;</description>
      <pubDate>Wed, 28 Mar 2012 13:03:36 GMT</pubDate>
      <guid>https://community.sap.com/t5/application-development-and-automation-discussions/sm69-problem/m-p/8663255#M1667746</guid>
      <dc:creator>Former Member</dc:creator>
      <dc:date>2012-03-28T13:03:36Z</dc:date>
    </item>
  </channel>
</rss>

