<?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 eCatt script reference call with table parameter in Application Development and Automation Discussions</title>
    <link>https://community.sap.com/t5/application-development-and-automation-discussions/ecatt-script-reference-call-with-table-parameter/m-p/12535587#M2005741</link>
    <description>&lt;P&gt;Hi community,&lt;/P&gt;
  &lt;P&gt;lately I encountered a pretty "strange" problem with some eCatt scripts that actually worked with no problem in the last 2 years, until last week after a system update..&lt;/P&gt;
  &lt;P&gt;Long story short, to describe the problem by using two dummy scripts, for the sake of simplifying the case:&lt;/P&gt;
  &lt;UL&gt; 
   &lt;LI&gt;We have two eCatt test scripts: one as a wrapper (YTS_DUMMY_WRAPPER), and a second one as a default script (YTS_DUMMY_DEFAULT), which is being called by the wrapper script;&lt;/LI&gt; 
   &lt;LI&gt;The wrapper script has a parameter table (GT_ECATT_PARAMETER) which will be passed as importing parameter when calling the default script;&lt;/LI&gt; 
  &lt;/UL&gt;
  &lt;P&gt;&lt;STRONG&gt;Problem:&lt;/STRONG&gt;&lt;/P&gt;
  &lt;P&gt;When calling the default script assigning to IT_ECATT_PARAMETER the GT_ECATT_PARAMETER, one encounters the following error message: Parameter &amp;lt;parameter_description&amp;gt; is not defined.&lt;/P&gt;
  &lt;P&gt;&lt;STRONG&gt;Wrapper script screenshot:&lt;/STRONG&gt;&lt;/P&gt;
  &lt;P&gt;&lt;IMG class="migrated-image" src="https://community.sap.com/legacyfs/online/storage/attachments/storage/7/attachments/2031653-image.png" /&gt;&lt;/P&gt;
  &lt;P&gt;&lt;STRONG&gt;Default script screenshot:&lt;/STRONG&gt;&lt;/P&gt;
  &lt;P&gt;&lt;IMG class="migrated-image" src="https://community.sap.com/legacyfs/online/storage/attachments/storage/7/attachments/2031654-image.png" /&gt;&lt;/P&gt;
  &lt;P&gt;An the errors after the execution of the wrapper script:&lt;/P&gt;
  &lt;P&gt;&lt;IMG class="migrated-image" src="https://community.sap.com/legacyfs/online/storage/attachments/storage/7/attachments/2031657-image.png" /&gt;&lt;/P&gt;
  &lt;P&gt;Thanks for your suggestions!&lt;BR /&gt;Florin&lt;/P&gt;</description>
    <pubDate>Tue, 15 Mar 2022 12:29:31 GMT</pubDate>
    <dc:creator>Fl0r1n</dc:creator>
    <dc:date>2022-03-15T12:29:31Z</dc:date>
    <item>
      <title>eCatt script reference call with table parameter</title>
      <link>https://community.sap.com/t5/application-development-and-automation-discussions/ecatt-script-reference-call-with-table-parameter/m-p/12535587#M2005741</link>
      <description>&lt;P&gt;Hi community,&lt;/P&gt;
  &lt;P&gt;lately I encountered a pretty "strange" problem with some eCatt scripts that actually worked with no problem in the last 2 years, until last week after a system update..&lt;/P&gt;
  &lt;P&gt;Long story short, to describe the problem by using two dummy scripts, for the sake of simplifying the case:&lt;/P&gt;
  &lt;UL&gt; 
   &lt;LI&gt;We have two eCatt test scripts: one as a wrapper (YTS_DUMMY_WRAPPER), and a second one as a default script (YTS_DUMMY_DEFAULT), which is being called by the wrapper script;&lt;/LI&gt; 
   &lt;LI&gt;The wrapper script has a parameter table (GT_ECATT_PARAMETER) which will be passed as importing parameter when calling the default script;&lt;/LI&gt; 
  &lt;/UL&gt;
  &lt;P&gt;&lt;STRONG&gt;Problem:&lt;/STRONG&gt;&lt;/P&gt;
  &lt;P&gt;When calling the default script assigning to IT_ECATT_PARAMETER the GT_ECATT_PARAMETER, one encounters the following error message: Parameter &amp;lt;parameter_description&amp;gt; is not defined.&lt;/P&gt;
  &lt;P&gt;&lt;STRONG&gt;Wrapper script screenshot:&lt;/STRONG&gt;&lt;/P&gt;
  &lt;P&gt;&lt;IMG class="migrated-image" src="https://community.sap.com/legacyfs/online/storage/attachments/storage/7/attachments/2031653-image.png" /&gt;&lt;/P&gt;
  &lt;P&gt;&lt;STRONG&gt;Default script screenshot:&lt;/STRONG&gt;&lt;/P&gt;
  &lt;P&gt;&lt;IMG class="migrated-image" src="https://community.sap.com/legacyfs/online/storage/attachments/storage/7/attachments/2031654-image.png" /&gt;&lt;/P&gt;
  &lt;P&gt;An the errors after the execution of the wrapper script:&lt;/P&gt;
  &lt;P&gt;&lt;IMG class="migrated-image" src="https://community.sap.com/legacyfs/online/storage/attachments/storage/7/attachments/2031657-image.png" /&gt;&lt;/P&gt;
  &lt;P&gt;Thanks for your suggestions!&lt;BR /&gt;Florin&lt;/P&gt;</description>
      <pubDate>Tue, 15 Mar 2022 12:29:31 GMT</pubDate>
      <guid>https://community.sap.com/t5/application-development-and-automation-discussions/ecatt-script-reference-call-with-table-parameter/m-p/12535587#M2005741</guid>
      <dc:creator>Fl0r1n</dc:creator>
      <dc:date>2022-03-15T12:29:31Z</dc:date>
    </item>
    <item>
      <title>Re: eCatt script reference call with table parameter</title>
      <link>https://community.sap.com/t5/application-development-and-automation-discussions/ecatt-script-reference-call-with-table-parameter/m-p/12535588#M2005742</link>
      <description>&lt;P&gt;Problem solved. The issue was that SAP HANA has another behavior, comparing to an old ERP system.&lt;/P&gt;&lt;P&gt;I just used test containers instead of table parameters in the script. In the script code afterwards you can check and use all the test container parameters in order to further develop your test. &lt;/P&gt;</description>
      <pubDate>Wed, 29 Mar 2023 20:04:59 GMT</pubDate>
      <guid>https://community.sap.com/t5/application-development-and-automation-discussions/ecatt-script-reference-call-with-table-parameter/m-p/12535588#M2005742</guid>
      <dc:creator>Fl0r1n</dc:creator>
      <dc:date>2023-03-29T20:04:59Z</dc:date>
    </item>
  </channel>
</rss>

