<?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 Error Message in Application Development and Automation Discussions</title>
    <link>https://community.sap.com/t5/application-development-and-automation-discussions/catt-error-message/m-p/3513778#M845158</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;check this....check the error log may it helps u,&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;goto sm35.&lt;/P&gt;&lt;P&gt;select the session.In the appl. toolbar press log.&lt;/P&gt;&lt;P&gt;it will take u to log overview. pressdisplay,u can see all the errors during that session.&lt;/P&gt;&lt;P&gt;check this code to display the error mesgs.&lt;/P&gt;&lt;P&gt;CALL TRANSACTION 'MM02' USING IT_BDCDATA MODE 'A' update 'S'&lt;/P&gt;&lt;P&gt;MESSAGES INTO IT_MESSAGES.&lt;/P&gt;&lt;P&gt;CLEAR IT_BDCDATA.&lt;/P&gt;&lt;P&gt;REFRESH IT_BDCDATA.&lt;/P&gt;&lt;P&gt;LEAVE TO LIST-PROCESSING and return to screen 0.&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;WRITE:/ SY-SUBRC.&lt;/P&gt;&lt;P&gt;PERFORM MESGS.&lt;/P&gt;&lt;P&gt;FORM MESGS .&lt;/P&gt;&lt;P&gt;DATA: V_MSG(100) TYPE C.&lt;/P&gt;&lt;P&gt;LOOP AT IT_MESSAGES.&lt;/P&gt;&lt;P&gt;CALL FUNCTION 'FORMAT_MESSAGE'&lt;/P&gt;&lt;P&gt;EXPORTING&lt;/P&gt;&lt;P&gt;ID = SY-MSGID&lt;/P&gt;&lt;P&gt;LANG = 'EN'&lt;/P&gt;&lt;P&gt;NO = SY-MSGNO&lt;/P&gt;&lt;P&gt;V1 = SY-MSGV1&lt;/P&gt;&lt;P&gt;V2 = SY-MSGV2&lt;/P&gt;&lt;P&gt;V3 = SY-MSGV3&lt;/P&gt;&lt;P&gt;V4 = SY-MSGV4&lt;/P&gt;&lt;P&gt;IMPORTING&lt;/P&gt;&lt;P&gt;MSG = V_MSG&lt;/P&gt;&lt;P&gt;EXCEPTIONS&lt;/P&gt;&lt;P&gt;NOT_FOUND = 1&lt;/P&gt;&lt;P&gt;OTHERS = 2.&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;IF SY-SUBRC 0.&lt;/P&gt;&lt;P&gt;MESSAGE ID SY-MSGID TYPE SY-MSGTY NUMBER SY-MSGNO&lt;/P&gt;&lt;P&gt;WITH SY-MSGV1 SY-MSGV2 SY-MSGV3 SY-MSGV4.&lt;/P&gt;&lt;P&gt;ENDIF.&lt;/P&gt;&lt;P&gt;WRITE:/ V_MSG.&lt;/P&gt;&lt;P&gt;clear v_msg.&lt;/P&gt;&lt;P&gt;ENDLOOP.&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;&lt;A href="http://help.sap.com/saphelp_nw04/helpdata/en/d7/e2143b408e11d1896b0000e8322d00/frameset.htm" target="test_blank"&gt;http://help.sap.com/saphelp_nw04/helpdata/en/d7/e2143b408e11d1896b0000e8322d00/frameset.htm&lt;/A&gt;&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;regards,&lt;/P&gt;&lt;P&gt;venkat.&lt;/P&gt;&lt;/BODY&gt;&lt;/HTML&gt;</description>
    <pubDate>Wed, 12 Mar 2008 19:50:17 GMT</pubDate>
    <dc:creator>Former Member</dc:creator>
    <dc:date>2008-03-12T19:50:17Z</dc:date>
    <item>
      <title>CATT Error Message</title>
      <link>https://community.sap.com/t5/application-development-and-automation-discussions/catt-error-message/m-p/3513777#M845157</link>
      <description>&lt;HTML&gt;&lt;HEAD&gt;&lt;/HEAD&gt;&lt;BODY&gt;&lt;P&gt;Hello Guru's,&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;New condition records were created for some items (590 &amp;#150; 690)  the following error log appeared after the upload was complete.  Will anyone guide me what is this issue.&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;Error message:&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;Z_MM_ME32K_OA_PRICE_CIND12_19B/00001  00:00:09  ME2K change contract price w/validity dates 12_1  RUSSELS&lt;/P&gt;&lt;P&gt;H:\CATT\OA PRICE Mods\OA 46_2999 updates VD26 Testing.txt&lt;/P&gt;&lt;P&gt;Error      in application transation ATT377&lt;/P&gt;&lt;P&gt;Control data is obsolete, record(VERBS-NAME: CreateObject CATT &amp;lt;none&amp;gt;&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;&lt;STRONG&gt;&amp;lt;REMOVED BY MODERATOR&amp;gt;&lt;/STRONG&gt;&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;Edited by: Alvaro Tejada Galindo on Mar 12, 2008 6:33 PM&lt;/P&gt;&lt;/BODY&gt;&lt;/HTML&gt;</description>
      <pubDate>Wed, 12 Mar 2008 19:34:30 GMT</pubDate>
      <guid>https://community.sap.com/t5/application-development-and-automation-discussions/catt-error-message/m-p/3513777#M845157</guid>
      <dc:creator>Former Member</dc:creator>
      <dc:date>2008-03-12T19:34:30Z</dc:date>
    </item>
    <item>
      <title>Re: CATT Error Message</title>
      <link>https://community.sap.com/t5/application-development-and-automation-discussions/catt-error-message/m-p/3513778#M845158</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;check this....check the error log may it helps u,&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;goto sm35.&lt;/P&gt;&lt;P&gt;select the session.In the appl. toolbar press log.&lt;/P&gt;&lt;P&gt;it will take u to log overview. pressdisplay,u can see all the errors during that session.&lt;/P&gt;&lt;P&gt;check this code to display the error mesgs.&lt;/P&gt;&lt;P&gt;CALL TRANSACTION 'MM02' USING IT_BDCDATA MODE 'A' update 'S'&lt;/P&gt;&lt;P&gt;MESSAGES INTO IT_MESSAGES.&lt;/P&gt;&lt;P&gt;CLEAR IT_BDCDATA.&lt;/P&gt;&lt;P&gt;REFRESH IT_BDCDATA.&lt;/P&gt;&lt;P&gt;LEAVE TO LIST-PROCESSING and return to screen 0.&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;WRITE:/ SY-SUBRC.&lt;/P&gt;&lt;P&gt;PERFORM MESGS.&lt;/P&gt;&lt;P&gt;FORM MESGS .&lt;/P&gt;&lt;P&gt;DATA: V_MSG(100) TYPE C.&lt;/P&gt;&lt;P&gt;LOOP AT IT_MESSAGES.&lt;/P&gt;&lt;P&gt;CALL FUNCTION 'FORMAT_MESSAGE'&lt;/P&gt;&lt;P&gt;EXPORTING&lt;/P&gt;&lt;P&gt;ID = SY-MSGID&lt;/P&gt;&lt;P&gt;LANG = 'EN'&lt;/P&gt;&lt;P&gt;NO = SY-MSGNO&lt;/P&gt;&lt;P&gt;V1 = SY-MSGV1&lt;/P&gt;&lt;P&gt;V2 = SY-MSGV2&lt;/P&gt;&lt;P&gt;V3 = SY-MSGV3&lt;/P&gt;&lt;P&gt;V4 = SY-MSGV4&lt;/P&gt;&lt;P&gt;IMPORTING&lt;/P&gt;&lt;P&gt;MSG = V_MSG&lt;/P&gt;&lt;P&gt;EXCEPTIONS&lt;/P&gt;&lt;P&gt;NOT_FOUND = 1&lt;/P&gt;&lt;P&gt;OTHERS = 2.&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;IF SY-SUBRC 0.&lt;/P&gt;&lt;P&gt;MESSAGE ID SY-MSGID TYPE SY-MSGTY NUMBER SY-MSGNO&lt;/P&gt;&lt;P&gt;WITH SY-MSGV1 SY-MSGV2 SY-MSGV3 SY-MSGV4.&lt;/P&gt;&lt;P&gt;ENDIF.&lt;/P&gt;&lt;P&gt;WRITE:/ V_MSG.&lt;/P&gt;&lt;P&gt;clear v_msg.&lt;/P&gt;&lt;P&gt;ENDLOOP.&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;&lt;A href="http://help.sap.com/saphelp_nw04/helpdata/en/d7/e2143b408e11d1896b0000e8322d00/frameset.htm" target="test_blank"&gt;http://help.sap.com/saphelp_nw04/helpdata/en/d7/e2143b408e11d1896b0000e8322d00/frameset.htm&lt;/A&gt;&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;regards,&lt;/P&gt;&lt;P&gt;venkat.&lt;/P&gt;&lt;/BODY&gt;&lt;/HTML&gt;</description>
      <pubDate>Wed, 12 Mar 2008 19:50:17 GMT</pubDate>
      <guid>https://community.sap.com/t5/application-development-and-automation-discussions/catt-error-message/m-p/3513778#M845158</guid>
      <dc:creator>Former Member</dc:creator>
      <dc:date>2008-03-12T19:50:17Z</dc:date>
    </item>
    <item>
      <title>Re: CATT Error Message</title>
      <link>https://community.sap.com/t5/application-development-and-automation-discussions/catt-error-message/m-p/3513779#M845159</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;Please check in your input flat file.whether the corresponding screen field (VERBS-NAME) value is there or not.if it is not there you have to give.if it is there pls check the value is correct or not.&lt;/P&gt;&lt;/BODY&gt;&lt;/HTML&gt;</description>
      <pubDate>Thu, 13 Mar 2008 04:06:07 GMT</pubDate>
      <guid>https://community.sap.com/t5/application-development-and-automation-discussions/catt-error-message/m-p/3513779#M845159</guid>
      <dc:creator>Former Member</dc:creator>
      <dc:date>2008-03-13T04:06:07Z</dc:date>
    </item>
  </channel>
</rss>

