<?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 How to run a Test Script through RFC in Application Development and Automation Discussions</title>
    <link>https://community.sap.com/t5/application-development-and-automation-discussions/how-to-run-a-test-script-through-rfc/m-p/7842791#M1591080</link>
    <description>&lt;HTML&gt;&lt;HEAD&gt;&lt;/HEAD&gt;&lt;BODY&gt;&lt;P&gt;I created a Test Script A in system A.&lt;/P&gt;&lt;P&gt;And I created  Test Script B in system B.&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;I  want to refer Test Script A in in Test Script B.&lt;/P&gt;&lt;P&gt;But there is an information "Test Script A cannot found in local system.",&lt;/P&gt;&lt;P&gt; because the 2  Test Script  are in different systems.&lt;/P&gt;&lt;P&gt;I do not want upload Script A into system B.&lt;/P&gt;&lt;P&gt;Is there a way to call Test Script A in system B?&lt;/P&gt;&lt;/BODY&gt;&lt;/HTML&gt;</description>
    <pubDate>Tue, 03 May 2011 07:43:48 GMT</pubDate>
    <dc:creator>weston_liu</dc:creator>
    <dc:date>2011-05-03T07:43:48Z</dc:date>
    <item>
      <title>How to run a Test Script through RFC</title>
      <link>https://community.sap.com/t5/application-development-and-automation-discussions/how-to-run-a-test-script-through-rfc/m-p/7842791#M1591080</link>
      <description>&lt;HTML&gt;&lt;HEAD&gt;&lt;/HEAD&gt;&lt;BODY&gt;&lt;P&gt;I created a Test Script A in system A.&lt;/P&gt;&lt;P&gt;And I created  Test Script B in system B.&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;I  want to refer Test Script A in in Test Script B.&lt;/P&gt;&lt;P&gt;But there is an information "Test Script A cannot found in local system.",&lt;/P&gt;&lt;P&gt; because the 2  Test Script  are in different systems.&lt;/P&gt;&lt;P&gt;I do not want upload Script A into system B.&lt;/P&gt;&lt;P&gt;Is there a way to call Test Script A in system B?&lt;/P&gt;&lt;/BODY&gt;&lt;/HTML&gt;</description>
      <pubDate>Tue, 03 May 2011 07:43:48 GMT</pubDate>
      <guid>https://community.sap.com/t5/application-development-and-automation-discussions/how-to-run-a-test-script-through-rfc/m-p/7842791#M1591080</guid>
      <dc:creator>weston_liu</dc:creator>
      <dc:date>2011-05-03T07:43:48Z</dc:date>
    </item>
    <item>
      <title>Re: How to run a Test Script through RFC</title>
      <link>https://community.sap.com/t5/application-development-and-automation-discussions/how-to-run-a-test-script-through-rfc/m-p/7842792#M1591081</link>
      <description>&lt;HTML&gt;&lt;HEAD&gt;&lt;/HEAD&gt;&lt;BODY&gt;&lt;P&gt;Hello Weston&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;Using system data container you can run test scripts on any system defined in this container. However, this requires that the script is defined on the "local" system from which you want to execute it remotely.&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;However, you may try to call  the RFC-enabled fm &lt;STRONG&gt;ECATT_EXECUTE&lt;/STRONG&gt; within script B (pattern = 'FUN'). Perhaps this way you can run script A remotely within your script B.&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;Regards&lt;/P&gt;&lt;P&gt;   Uwe&lt;/P&gt;&lt;/BODY&gt;&lt;/HTML&gt;</description>
      <pubDate>Tue, 03 May 2011 08:13:30 GMT</pubDate>
      <guid>https://community.sap.com/t5/application-development-and-automation-discussions/how-to-run-a-test-script-through-rfc/m-p/7842792#M1591081</guid>
      <dc:creator>uwe_schieferstein</dc:creator>
      <dc:date>2011-05-03T08:13:30Z</dc:date>
    </item>
    <item>
      <title>Re: How to run a Test Script through RFC</title>
      <link>https://community.sap.com/t5/application-development-and-automation-discussions/how-to-run-a-test-script-through-rfc/m-p/7842793#M1591082</link>
      <description>&lt;HTML&gt;&lt;HEAD&gt;&lt;/HEAD&gt;&lt;BODY&gt;&lt;P&gt;Hi Uwe,&lt;/P&gt;&lt;P&gt;Thanks for your help.&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;I have a question about the Function module   ECATT_EXECUTE.&lt;/P&gt;&lt;P&gt;I want to to run a eCATT Test Configuration with External Variants.&lt;/P&gt;&lt;P&gt;So I enter the following valus into import parameters &lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;TO_EXECUTE-OBJ_TYPE = 'ECTC'&lt;/P&gt;&lt;P&gt;TO_EXECUTE-OBJ_NAME = '/SMB91/ARTICLE_O001_R80'&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;IT_VAR_EXT-OBJ_TYPE = 'ECTC'&lt;/P&gt;&lt;P&gt;IT_VAR_EXT-OBJ_NAME = '/SMB91/ARTICLE_O001_R80'&lt;/P&gt;&lt;P&gt;IT_VAR_EXT-VAR_EXT_MODE = 'X'&lt;/P&gt;&lt;P&gt;IT_VAR_EXT-VAR_EXT_FILE = 'SMB99_RETAIL_MM41_711.TXT'&lt;/P&gt;&lt;P&gt;IT_VAR_EXT-VAR_EXT_PATH = 'C:\DATA\RETAIL' &lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;When EXECUTE the Function,&lt;/P&gt;&lt;P&gt;the ecatt is not get the External Variants 'SMB99_RETAIL_MM41_711.TXT'&lt;/P&gt;&lt;P&gt;from the path 'C:\DATA\RETAIL'  I entered.&lt;/P&gt;&lt;P&gt;it use a  different path which is form  the Start profile values .&lt;/P&gt;&lt;P&gt;How to make the ecatt  use the path I entered ?&lt;/P&gt;&lt;P&gt;Hope for your reply , thanks.&lt;/P&gt;&lt;P&gt;Weston&lt;/P&gt;&lt;/BODY&gt;&lt;/HTML&gt;</description>
      <pubDate>Wed, 04 May 2011 03:20:41 GMT</pubDate>
      <guid>https://community.sap.com/t5/application-development-and-automation-discussions/how-to-run-a-test-script-through-rfc/m-p/7842793#M1591082</guid>
      <dc:creator>weston_liu</dc:creator>
      <dc:date>2011-05-04T03:20:41Z</dc:date>
    </item>
  </channel>
</rss>

