<?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: eCATT in Application Development and Automation Discussions</title>
    <link>https://community.sap.com/t5/application-development-and-automation-discussions/ecatt/m-p/3552406#M854709</link>
    <description>&lt;HTML&gt;&lt;HEAD&gt;&lt;/HEAD&gt;&lt;BODY&gt;&lt;P&gt;Hello , &lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;The drawback of automating Function modules is that you wont be able to analyse the flow of control inside the function module.&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;All you can see the input and the corresponding output.&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;There are cases wherein the Function modules works manually and fails when automated. So i would say test the function module manually and then automate the function module using the FUN command in Pattern of eCATT.&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;Thanks and Best regards,&lt;/P&gt;&lt;P&gt;Ajay&lt;/P&gt;&lt;/BODY&gt;&lt;/HTML&gt;</description>
    <pubDate>Fri, 10 Oct 2008 10:44:53 GMT</pubDate>
    <dc:creator>Former Member</dc:creator>
    <dc:date>2008-10-10T10:44:53Z</dc:date>
    <item>
      <title>eCATT</title>
      <link>https://community.sap.com/t5/application-development-and-automation-discussions/ecatt/m-p/3552404#M854707</link>
      <description>&lt;HTML&gt;&lt;HEAD&gt;&lt;/HEAD&gt;&lt;BODY&gt;&lt;P&gt;Hi Experts,&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;i have a question about eCatt Scripts.&lt;/P&gt;&lt;P&gt;In my script i want to perform a function using the FUN command.&lt;/P&gt;&lt;P&gt;This function invokes a transaction and returns a screen in which i want to enter data.&lt;/P&gt;&lt;P&gt;The only way i know to enter data is by using  SAPGUI or TCD. So what can i do about this?&lt;/P&gt;&lt;P&gt;I hope u understand what i mean.&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;Thanks for your help.&lt;/P&gt;&lt;/BODY&gt;&lt;/HTML&gt;</description>
      <pubDate>Mon, 31 Mar 2008 10:40:40 GMT</pubDate>
      <guid>https://community.sap.com/t5/application-development-and-automation-discussions/ecatt/m-p/3552404#M854707</guid>
      <dc:creator>Former Member</dc:creator>
      <dc:date>2008-03-31T10:40:40Z</dc:date>
    </item>
    <item>
      <title>Re: eCATT</title>
      <link>https://community.sap.com/t5/application-development-and-automation-discussions/ecatt/m-p/3552405#M854708</link>
      <description>&lt;HTML&gt;&lt;HEAD&gt;&lt;/HEAD&gt;&lt;BODY&gt;&lt;P&gt;Hi Andreas,&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;    I think you could use the import / export parameters found in the interface part of the FUN command  of the funtion module that you want to execute. Pass the data that you need to pass to the funciton module and also parameterize the export part of the interface if you need to get any data from the function module. &lt;/P&gt;&lt;P&gt;If you need to call a function module in eCATT use the FUN command, there is no need to use TCD nor SAPGUI for the same.&lt;/P&gt;&lt;P&gt;Hope i have answered your questions.&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;Best regards,&lt;/P&gt;&lt;P&gt;Sachin&lt;/P&gt;&lt;/BODY&gt;&lt;/HTML&gt;</description>
      <pubDate>Fri, 10 Oct 2008 10:01:39 GMT</pubDate>
      <guid>https://community.sap.com/t5/application-development-and-automation-discussions/ecatt/m-p/3552405#M854708</guid>
      <dc:creator>sachin_b</dc:creator>
      <dc:date>2008-10-10T10:01:39Z</dc:date>
    </item>
    <item>
      <title>Re: eCATT</title>
      <link>https://community.sap.com/t5/application-development-and-automation-discussions/ecatt/m-p/3552406#M854709</link>
      <description>&lt;HTML&gt;&lt;HEAD&gt;&lt;/HEAD&gt;&lt;BODY&gt;&lt;P&gt;Hello , &lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;The drawback of automating Function modules is that you wont be able to analyse the flow of control inside the function module.&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;All you can see the input and the corresponding output.&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;There are cases wherein the Function modules works manually and fails when automated. So i would say test the function module manually and then automate the function module using the FUN command in Pattern of eCATT.&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;Thanks and Best regards,&lt;/P&gt;&lt;P&gt;Ajay&lt;/P&gt;&lt;/BODY&gt;&lt;/HTML&gt;</description>
      <pubDate>Fri, 10 Oct 2008 10:44:53 GMT</pubDate>
      <guid>https://community.sap.com/t5/application-development-and-automation-discussions/ecatt/m-p/3552406#M854709</guid>
      <dc:creator>Former Member</dc:creator>
      <dc:date>2008-10-10T10:44:53Z</dc:date>
    </item>
    <item>
      <title>Re: eCATT</title>
      <link>https://community.sap.com/t5/application-development-and-automation-discussions/ecatt/m-p/3552407#M854710</link>
      <description>&lt;HTML&gt;&lt;HEAD&gt;&lt;/HEAD&gt;&lt;BODY&gt;&lt;P&gt;Hello,&lt;/P&gt;&lt;P&gt;i see that you have a extra session opening from FUNCTION module.&lt;/P&gt;&lt;P&gt;ECATT can handle only one SAPGUI session, as it has only one engine per system.&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;Incase you want to automate ,you can pass values to function module,but extra screen opened from FUNCTION module can't be handled.&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;So please check if you have a flag in function module to suppress the screen( usually we should have this ) and enter the data in function module which screen was accepting.&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;or&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;Better way is find out the report behind transaction from SE93 transaction,try finding out the code which performs required thing and code in ecatt between ABAP...ENDABAP..&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;i hope this helped you&lt;/P&gt;&lt;P&gt;vinay&lt;/P&gt;&lt;/BODY&gt;&lt;/HTML&gt;</description>
      <pubDate>Wed, 15 Oct 2008 03:38:52 GMT</pubDate>
      <guid>https://community.sap.com/t5/application-development-and-automation-discussions/ecatt/m-p/3552407#M854710</guid>
      <dc:creator>Vny12</dc:creator>
      <dc:date>2008-10-15T03:38:52Z</dc:date>
    </item>
  </channel>
</rss>

