<?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: CATT Capture Screen Value in Application Development and Automation Discussions</title>
    <link>https://community.sap.com/t5/application-development-and-automation-discussions/catt-capture-screen-value/m-p/3157961#M751234</link>
    <description>&lt;HTML&gt;&lt;HEAD&gt;&lt;/HEAD&gt;&lt;BODY&gt;&lt;P&gt;Thanks for your reply.  I'm using 4.6c and only see the batch number is appear in the text field.  So, there is no message prompted.&lt;/P&gt;&lt;/BODY&gt;&lt;/HTML&gt;</description>
    <pubDate>Mon, 10 Dec 2007 06:01:20 GMT</pubDate>
    <dc:creator>Former Member</dc:creator>
    <dc:date>2007-12-10T06:01:20Z</dc:date>
    <item>
      <title>CATT Capture Screen Value</title>
      <link>https://community.sap.com/t5/application-development-and-automation-discussions/catt-capture-screen-value/m-p/3157959#M751232</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'm developing a CATT test case for data upload and i want to capture the batch number which determine by the system.  I have tried the M01-M04 system variable and nothing success.  What is the correct way to capture those screen value??&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;Regards,&lt;/P&gt;&lt;P&gt;Kit&lt;/P&gt;&lt;/BODY&gt;&lt;/HTML&gt;</description>
      <pubDate>Mon, 10 Dec 2007 04:26:04 GMT</pubDate>
      <guid>https://community.sap.com/t5/application-development-and-automation-discussions/catt-capture-screen-value/m-p/3157959#M751232</guid>
      <dc:creator>Former Member</dc:creator>
      <dc:date>2007-12-10T04:26:04Z</dc:date>
    </item>
    <item>
      <title>Re: CATT Capture Screen Value</title>
      <link>https://community.sap.com/t5/application-development-and-automation-discussions/catt-capture-screen-value/m-p/3157960#M751233</link>
      <description>&lt;HTML&gt;&lt;HEAD&gt;&lt;/HEAD&gt;&lt;BODY&gt;&lt;P&gt;Hello Kit&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;If the transaction displays the batch number as part of the message shown in the status bar then you should be able to catch it.&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;I would recommend two things:&lt;/P&gt;&lt;P&gt;(1) Use &amp;lt;b&amp;gt;eCATT &amp;lt;/b&amp;gt;instead of CATT (requires SAP system &amp;gt;= 6.20)&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;(2) Having eCATT available use the &amp;lt;b&amp;gt;MESSAGE...ENDMASSAGE&amp;lt;/b&amp;gt; pattern.&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;Example:&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;PRE&gt;&lt;CODE&gt;MESSAGE ( MSG_1 ).
  TCD(VA01, VA01_1).
ENDMESSAGE ( E_MSG_1 ).&lt;/CODE&gt;&lt;/PRE&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;Within MSG_1 you define which messages you expect and whether they are required or not. E_MSG_1 contains the collected messages which you can evaluate.&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;   Uwe&lt;/P&gt;&lt;/BODY&gt;&lt;/HTML&gt;</description>
      <pubDate>Mon, 10 Dec 2007 04:45:40 GMT</pubDate>
      <guid>https://community.sap.com/t5/application-development-and-automation-discussions/catt-capture-screen-value/m-p/3157960#M751233</guid>
      <dc:creator>uwe_schieferstein</dc:creator>
      <dc:date>2007-12-10T04:45:40Z</dc:date>
    </item>
    <item>
      <title>Re: CATT Capture Screen Value</title>
      <link>https://community.sap.com/t5/application-development-and-automation-discussions/catt-capture-screen-value/m-p/3157961#M751234</link>
      <description>&lt;HTML&gt;&lt;HEAD&gt;&lt;/HEAD&gt;&lt;BODY&gt;&lt;P&gt;Thanks for your reply.  I'm using 4.6c and only see the batch number is appear in the text field.  So, there is no message prompted.&lt;/P&gt;&lt;/BODY&gt;&lt;/HTML&gt;</description>
      <pubDate>Mon, 10 Dec 2007 06:01:20 GMT</pubDate>
      <guid>https://community.sap.com/t5/application-development-and-automation-discussions/catt-capture-screen-value/m-p/3157961#M751234</guid>
      <dc:creator>Former Member</dc:creator>
      <dc:date>2007-12-10T06:01:20Z</dc:date>
    </item>
    <item>
      <title>Re: CATT Capture Screen Value</title>
      <link>https://community.sap.com/t5/application-development-and-automation-discussions/catt-capture-screen-value/m-p/3157962#M751235</link>
      <description>&lt;HTML&gt;&lt;HEAD&gt;&lt;/HEAD&gt;&lt;BODY&gt;&lt;P&gt;Hello Kit&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;Do you have any SAP system (&amp;gt;= 6.20 basis release) available in your system landscape?&lt;/P&gt;&lt;P&gt;If so then all you need to use eCATT is a RFC destination from this system to your 4.6c system where you do the scripting.&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;Please note that transaction SECATT enables you to migrate old CATTs to eCATTs.&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;However, if you have no chance to switch to eCATT I would recommend to look for a &amp;lt;b&amp;gt;function module&amp;lt;/b&amp;gt; (or &amp;lt;b&amp;gt;BAPI&amp;lt;/b&amp;gt;) which reads the newly created business object/document and which returns you the required batch number.&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>Mon, 10 Dec 2007 06:05:36 GMT</pubDate>
      <guid>https://community.sap.com/t5/application-development-and-automation-discussions/catt-capture-screen-value/m-p/3157962#M751235</guid>
      <dc:creator>uwe_schieferstein</dc:creator>
      <dc:date>2007-12-10T06:05:36Z</dc:date>
    </item>
    <item>
      <title>Re: CATT Capture Screen Value</title>
      <link>https://community.sap.com/t5/application-development-and-automation-discussions/catt-capture-screen-value/m-p/3157963#M751236</link>
      <description>&lt;HTML&gt;&lt;HEAD&gt;&lt;/HEAD&gt;&lt;BODY&gt;&lt;P&gt;Thx for your suggestion.&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;I have tried to call the BAPI_GOODSMVT_GETDETAIL in my test case with parameter defined. But, it always return:&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;The call to the function module "BAPI_GOODSMVT_GETDETAIL" is incorrect:&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;The function module interface allows you to specify only fields&lt;/P&gt;&lt;P&gt;of a particular type under "MATDOCUMENTYEAR". The field "&amp;amp;MATDOCUMENTYEAR"&lt;/P&gt;&lt;P&gt; specified here&lt;/P&gt;&lt;P&gt;has a different field type.&lt;/P&gt;&lt;/BODY&gt;&lt;/HTML&gt;</description>
      <pubDate>Mon, 10 Dec 2007 07:35:24 GMT</pubDate>
      <guid>https://community.sap.com/t5/application-development-and-automation-discussions/catt-capture-screen-value/m-p/3157963#M751236</guid>
      <dc:creator>Former Member</dc:creator>
      <dc:date>2007-12-10T07:35:24Z</dc:date>
    </item>
  </channel>
</rss>

