<?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 Message Variables in Application Development and Automation Discussions</title>
    <link>https://community.sap.com/t5/application-development-and-automation-discussions/catt-message-variables/m-p/2270815#M493262</link>
    <description>&lt;HTML&gt;&lt;HEAD&gt;&lt;/HEAD&gt;&lt;BODY&gt;&lt;P&gt;Hi Walter&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;As you will be aware, each message can contain upto 4 variables - I was looking for access to the variables of messages prior to the last one.  As in my reply to Timo, there is a way of doing this which is explained within the above document.&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;Thanks for your reply.&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;Kind regards&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;Andy&lt;/P&gt;&lt;/BODY&gt;&lt;/HTML&gt;</description>
    <pubDate>Tue, 15 May 2007 13:14:46 GMT</pubDate>
    <dc:creator>Former Member</dc:creator>
    <dc:date>2007-05-15T13:14:46Z</dc:date>
    <item>
      <title>CATT Message Variables</title>
      <link>https://community.sap.com/t5/application-development-and-automation-discussions/catt-message-variables/m-p/2270811#M493258</link>
      <description>&lt;HTML&gt;&lt;HEAD&gt;&lt;/HEAD&gt;&lt;BODY&gt;&lt;P&gt;Hi All&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;I have created a CATT test procedure, which creates a Sales Document. A number of messages are created as the Transaction runs and I need to access the data in the messages.  I can get to the data from the last message that is created but I also need to get data from a previous message.  Is there any way that I can do this?&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;Thanks&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;Andy&lt;/P&gt;&lt;/BODY&gt;&lt;/HTML&gt;</description>
      <pubDate>Tue, 15 May 2007 10:04:57 GMT</pubDate>
      <guid>https://community.sap.com/t5/application-development-and-automation-discussions/catt-message-variables/m-p/2270811#M493258</guid>
      <dc:creator>Former Member</dc:creator>
      <dc:date>2007-05-15T10:04:57Z</dc:date>
    </item>
    <item>
      <title>Re: CATT Message Variables</title>
      <link>https://community.sap.com/t5/application-development-and-automation-discussions/catt-message-variables/m-p/2270812#M493259</link>
      <description>&lt;HTML&gt;&lt;HEAD&gt;&lt;/HEAD&gt;&lt;BODY&gt;&lt;P&gt;Hi.&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;We did that once, we selected the value right out of the database.&lt;/P&gt;&lt;P&gt;Table CATJ for CATT run data&lt;/P&gt;&lt;P&gt;-&amp;gt; errorcodes from CATL&lt;/P&gt;&lt;P&gt;In errorcodes you can then select the messages you want&lt;/P&gt;&lt;P&gt;MSID1 '&amp;lt;MessageClass&amp;gt;'&lt;/P&gt;&lt;P&gt;MSNR1 '&amp;lt;MessageNr&amp;gt;'&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;And cause you know the expected message you can easily use offset(length) to get the desired value out of the message.&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;Regards,&lt;/P&gt;&lt;P&gt;Timo.&lt;/P&gt;&lt;/BODY&gt;&lt;/HTML&gt;</description>
      <pubDate>Tue, 15 May 2007 12:45:39 GMT</pubDate>
      <guid>https://community.sap.com/t5/application-development-and-automation-discussions/catt-message-variables/m-p/2270812#M493259</guid>
      <dc:creator>Former Member</dc:creator>
      <dc:date>2007-05-15T12:45:39Z</dc:date>
    </item>
    <item>
      <title>Re: CATT Message Variables</title>
      <link>https://community.sap.com/t5/application-development-and-automation-discussions/catt-message-variables/m-p/2270813#M493260</link>
      <description>&lt;HTML&gt;&lt;HEAD&gt;&lt;/HEAD&gt;&lt;BODY&gt;&lt;P&gt;Hi Timo&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;Thanks for your reply, I will bear it in mind, however,I've managed to find the following SAP Help document that details how to do it:&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;&amp;lt;a href="http://help.sap.com/saphelp_nw04/helpdata/en/d7/e21503408e11d1896b0000e8322d00/frameset.htm"&amp;gt;CHEERR - Check system message&amp;lt;/a&amp;gt;&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;Kind regards&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;Andy&lt;/P&gt;&lt;/BODY&gt;&lt;/HTML&gt;</description>
      <pubDate>Tue, 15 May 2007 13:10:22 GMT</pubDate>
      <guid>https://community.sap.com/t5/application-development-and-automation-discussions/catt-message-variables/m-p/2270813#M493260</guid>
      <dc:creator>Former Member</dc:creator>
      <dc:date>2007-05-15T13:10:22Z</dc:date>
    </item>
    <item>
      <title>Re: CATT Message Variables</title>
      <link>https://community.sap.com/t5/application-development-and-automation-discussions/catt-message-variables/m-p/2270814#M493261</link>
      <description>&lt;HTML&gt;&lt;HEAD&gt;&lt;/HEAD&gt;&lt;BODY&gt;&lt;P&gt;Hello,&lt;/P&gt;&lt;P&gt;Do you need more than the four lat ones?&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;If a transaction sends more than one system message, the message variables &amp;amp;M01 to &amp;amp;M04 contain the variable parts of the last message issued. &lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;Regards,&lt;/P&gt;&lt;P&gt;Walter&lt;/P&gt;&lt;/BODY&gt;&lt;/HTML&gt;</description>
      <pubDate>Tue, 15 May 2007 13:10:47 GMT</pubDate>
      <guid>https://community.sap.com/t5/application-development-and-automation-discussions/catt-message-variables/m-p/2270814#M493261</guid>
      <dc:creator>Former Member</dc:creator>
      <dc:date>2007-05-15T13:10:47Z</dc:date>
    </item>
    <item>
      <title>Re: CATT Message Variables</title>
      <link>https://community.sap.com/t5/application-development-and-automation-discussions/catt-message-variables/m-p/2270815#M493262</link>
      <description>&lt;HTML&gt;&lt;HEAD&gt;&lt;/HEAD&gt;&lt;BODY&gt;&lt;P&gt;Hi Walter&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;As you will be aware, each message can contain upto 4 variables - I was looking for access to the variables of messages prior to the last one.  As in my reply to Timo, there is a way of doing this which is explained within the above document.&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;Thanks for your reply.&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;Kind regards&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;Andy&lt;/P&gt;&lt;/BODY&gt;&lt;/HTML&gt;</description>
      <pubDate>Tue, 15 May 2007 13:14:46 GMT</pubDate>
      <guid>https://community.sap.com/t5/application-development-and-automation-discussions/catt-message-variables/m-p/2270815#M493262</guid>
      <dc:creator>Former Member</dc:creator>
      <dc:date>2007-05-15T13:14:46Z</dc:date>
    </item>
    <item>
      <title>Re: CATT Message Variables</title>
      <link>https://community.sap.com/t5/application-development-and-automation-discussions/catt-message-variables/m-p/2270816#M493263</link>
      <description>&lt;HTML&gt;&lt;HEAD&gt;&lt;/HEAD&gt;&lt;BODY&gt;&lt;P&gt;OOps, typo error.&lt;/P&gt;&lt;P&gt;But I was looking at the same page in the docu &lt;span class="lia-unicode-emoji" title=":grinning_face_with_big_eyes:"&gt;😃&lt;/span&gt;&lt;/P&gt;&lt;/BODY&gt;&lt;/HTML&gt;</description>
      <pubDate>Tue, 15 May 2007 13:40:02 GMT</pubDate>
      <guid>https://community.sap.com/t5/application-development-and-automation-discussions/catt-message-variables/m-p/2270816#M493263</guid>
      <dc:creator>Former Member</dc:creator>
      <dc:date>2007-05-15T13:40:02Z</dc:date>
    </item>
  </channel>
</rss>

