<?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: table for error records in Application Development and Automation Discussions</title>
    <link>https://community.sap.com/t5/application-development-and-automation-discussions/table-for-error-records/m-p/1744045#M323024</link>
    <description>&lt;HTML&gt;&lt;HEAD&gt;&lt;/HEAD&gt;&lt;BODY&gt;&lt;P&gt;Hi&lt;/P&gt;&lt;P&gt;   You can use FM  format_message to capture error records.&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;Regards&lt;/P&gt;&lt;P&gt;Su&lt;/P&gt;&lt;/BODY&gt;&lt;/HTML&gt;</description>
    <pubDate>Wed, 29 Nov 2006 09:44:14 GMT</pubDate>
    <dc:creator>Former Member</dc:creator>
    <dc:date>2006-11-29T09:44:14Z</dc:date>
    <item>
      <title>table for error records</title>
      <link>https://community.sap.com/t5/application-development-and-automation-discussions/table-for-error-records/m-p/1744042#M323021</link>
      <description>&lt;HTML&gt;&lt;HEAD&gt;&lt;/HEAD&gt;&lt;BODY&gt;&lt;P&gt;hai.....&lt;/P&gt;&lt;P&gt;          is there any table where error records are saved in bdc session method....please someone help me as soon as possible....&lt;/P&gt;&lt;P&gt;will be rewarded if helpfull....&lt;/P&gt;&lt;P&gt; &lt;/P&gt;&lt;P&gt;regards,&lt;/P&gt;&lt;P&gt;Jhansi&lt;/P&gt;&lt;/BODY&gt;&lt;/HTML&gt;</description>
      <pubDate>Wed, 29 Nov 2006 09:35:20 GMT</pubDate>
      <guid>https://community.sap.com/t5/application-development-and-automation-discussions/table-for-error-records/m-p/1744042#M323021</guid>
      <dc:creator>Former Member</dc:creator>
      <dc:date>2006-11-29T09:35:20Z</dc:date>
    </item>
    <item>
      <title>Re: table for error records</title>
      <link>https://community.sap.com/t5/application-development-and-automation-discussions/table-for-error-records/m-p/1744043#M323022</link>
      <description>&lt;HTML&gt;&lt;HEAD&gt;&lt;/HEAD&gt;&lt;BODY&gt;&lt;P&gt;remember the BDC Session creates message logs...&lt;/P&gt;&lt;P&gt;You can read these messages in many ways...&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;1.) See table T100 table by passing the MSGID(ARBGB) and MSGNR .&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;2.) See table BDCLM.&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;3.) RSBDCREO is the standard program which will give you the logs generated given the session name .&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;I have not tried them... but know that they will work....&lt;/P&gt;&lt;/BODY&gt;&lt;/HTML&gt;</description>
      <pubDate>Wed, 29 Nov 2006 09:37:05 GMT</pubDate>
      <guid>https://community.sap.com/t5/application-development-and-automation-discussions/table-for-error-records/m-p/1744043#M323022</guid>
      <dc:creator>former_member69765</dc:creator>
      <dc:date>2006-11-29T09:37:05Z</dc:date>
    </item>
    <item>
      <title>Re: table for error records</title>
      <link>https://community.sap.com/t5/application-development-and-automation-discussions/table-for-error-records/m-p/1744044#M323023</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;Error Messages tables &lt;/P&gt;&lt;P&gt;T100         Messages                                     &lt;/P&gt;&lt;P&gt;T100A        Message IDs for T100                         &lt;/P&gt;&lt;P&gt;T100C        Control of messages by the user              &lt;/P&gt;&lt;P&gt;T100O        Assignment of message to object              &lt;/P&gt;&lt;P&gt;T100S        Configurable system messages                 &lt;/P&gt;&lt;P&gt;T100T        Table T100A text                             &lt;/P&gt;&lt;P&gt;T100V        Assignment of messages to tables/views       &lt;/P&gt;&lt;P&gt;T100W        Assign Messages to Workflow                  &lt;/P&gt;&lt;P&gt;T100X        Error Messages: Supplements &lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;rgds&lt;/P&gt;&lt;P&gt;Anver&lt;/P&gt;&lt;/BODY&gt;&lt;/HTML&gt;</description>
      <pubDate>Wed, 29 Nov 2006 09:37:52 GMT</pubDate>
      <guid>https://community.sap.com/t5/application-development-and-automation-discussions/table-for-error-records/m-p/1744044#M323023</guid>
      <dc:creator>anversha_s</dc:creator>
      <dc:date>2006-11-29T09:37:52Z</dc:date>
    </item>
    <item>
      <title>Re: table for error records</title>
      <link>https://community.sap.com/t5/application-development-and-automation-discussions/table-for-error-records/m-p/1744045#M323024</link>
      <description>&lt;HTML&gt;&lt;HEAD&gt;&lt;/HEAD&gt;&lt;BODY&gt;&lt;P&gt;Hi&lt;/P&gt;&lt;P&gt;   You can use FM  format_message to capture error records.&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;Regards&lt;/P&gt;&lt;P&gt;Su&lt;/P&gt;&lt;/BODY&gt;&lt;/HTML&gt;</description>
      <pubDate>Wed, 29 Nov 2006 09:44:14 GMT</pubDate>
      <guid>https://community.sap.com/t5/application-development-and-automation-discussions/table-for-error-records/m-p/1744045#M323024</guid>
      <dc:creator>Former Member</dc:creator>
      <dc:date>2006-11-29T09:44:14Z</dc:date>
    </item>
  </channel>
</rss>

