<?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: BDCMSGCOLL in Application Development and Automation Discussions</title>
    <link>https://community.sap.com/t5/application-development-and-automation-discussions/bdcmsgcoll/m-p/1092338#M101159</link>
    <description>&lt;HTML&gt;&lt;HEAD&gt;&lt;/HEAD&gt;&lt;BODY&gt;&lt;P&gt;If you are using call transaction, then you must use the extension of ths statement.&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;PRE&gt;&lt;CODE&gt;

data: messtab type table of BDCMSGCOLL with header line.

Call transaction 'SM50' using bdcdata
                              mode 'N'
                              &amp;lt;b&amp;gt;messages in messtab&amp;lt;/b&amp;gt;.&lt;/CODE&gt;&lt;/PRE&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;Regards,&lt;/P&gt;&lt;P&gt;Rich Heilman&lt;/P&gt;&lt;/BODY&gt;&lt;/HTML&gt;</description>
    <pubDate>Sun, 18 Dec 2005 17:56:44 GMT</pubDate>
    <dc:creator>RichHeilman</dc:creator>
    <dc:date>2005-12-18T17:56:44Z</dc:date>
    <item>
      <title>BDCMSGCOLL</title>
      <link>https://community.sap.com/t5/application-development-and-automation-discussions/bdcmsgcoll/m-p/1092336#M101157</link>
      <description>&lt;HTML&gt;&lt;HEAD&gt;&lt;/HEAD&gt;&lt;BODY&gt;&lt;P&gt;dear consultants,&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;good day,&lt;/P&gt;&lt;P&gt;i heard the in BDC-sessions,all the error records will saved in the log-file,BDCMSGCOLL,&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;how to see that log-file,in SE11? or at SM35?&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;my thanks&amp;amp; regards,&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;kcc&lt;/P&gt;&lt;/BODY&gt;&lt;/HTML&gt;</description>
      <pubDate>Sun, 18 Dec 2005 04:58:38 GMT</pubDate>
      <guid>https://community.sap.com/t5/application-development-and-automation-discussions/bdcmsgcoll/m-p/1092336#M101157</guid>
      <dc:creator>Former Member</dc:creator>
      <dc:date>2005-12-18T04:58:38Z</dc:date>
    </item>
    <item>
      <title>Re: BDCMSGCOLL</title>
      <link>https://community.sap.com/t5/application-development-and-automation-discussions/bdcmsgcoll/m-p/1092337#M101158</link>
      <description>&lt;HTML&gt;&lt;HEAD&gt;&lt;/HEAD&gt;&lt;BODY&gt;&lt;P&gt;Hi Kc,&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;Goto SM35, double click the session that ended in error. This will take you to another screen with three TABS, namely   Transaction, Screen, and Log. The log details can be found in the log tab.&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;Hope that solves your problem.&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;Cheers&lt;/P&gt;&lt;P&gt;Kathirvel&lt;/P&gt;&lt;/BODY&gt;&lt;/HTML&gt;</description>
      <pubDate>Sun, 18 Dec 2005 05:03:32 GMT</pubDate>
      <guid>https://community.sap.com/t5/application-development-and-automation-discussions/bdcmsgcoll/m-p/1092337#M101158</guid>
      <dc:creator>Former Member</dc:creator>
      <dc:date>2005-12-18T05:03:32Z</dc:date>
    </item>
    <item>
      <title>Re: BDCMSGCOLL</title>
      <link>https://community.sap.com/t5/application-development-and-automation-discussions/bdcmsgcoll/m-p/1092338#M101159</link>
      <description>&lt;HTML&gt;&lt;HEAD&gt;&lt;/HEAD&gt;&lt;BODY&gt;&lt;P&gt;If you are using call transaction, then you must use the extension of ths statement.&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;PRE&gt;&lt;CODE&gt;

data: messtab type table of BDCMSGCOLL with header line.

Call transaction 'SM50' using bdcdata
                              mode 'N'
                              &amp;lt;b&amp;gt;messages in messtab&amp;lt;/b&amp;gt;.&lt;/CODE&gt;&lt;/PRE&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;Regards,&lt;/P&gt;&lt;P&gt;Rich Heilman&lt;/P&gt;&lt;/BODY&gt;&lt;/HTML&gt;</description>
      <pubDate>Sun, 18 Dec 2005 17:56:44 GMT</pubDate>
      <guid>https://community.sap.com/t5/application-development-and-automation-discussions/bdcmsgcoll/m-p/1092338#M101159</guid>
      <dc:creator>RichHeilman</dc:creator>
      <dc:date>2005-12-18T17:56:44Z</dc:date>
    </item>
    <item>
      <title>Re: BDCMSGCOLL</title>
      <link>https://community.sap.com/t5/application-development-and-automation-discussions/bdcmsgcoll/m-p/1092339#M101160</link>
      <description>&lt;HTML&gt;&lt;HEAD&gt;&lt;/HEAD&gt;&lt;BODY&gt;&lt;P&gt;Hi Mouli,&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;In the call transaction statement:&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;&amp;lt;b&amp;gt;Example:&amp;lt;/b&amp;gt;&lt;/P&gt;&lt;P&gt;DATA BEGIN OF MESSTAB OCCURS 10.&lt;/P&gt;&lt;P&gt;       INCLUDE STRUCTURE BDCMSGCOLL.&lt;/P&gt;&lt;P&gt;DATA END OF MESSTAB.&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;CALL TRANSACTION 'SE38'  USING BDCDATA  MODE 'N'&lt;/P&gt;&lt;P&gt;                         MESSAGES INTO MESSTAB.&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;Messtab is an internal table which holds all the messages(Success,Error etc)..&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;You can read / loop on this internal table to see the messages.&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;Regards,&lt;/P&gt;&lt;P&gt;Raj&lt;/P&gt;&lt;/BODY&gt;&lt;/HTML&gt;</description>
      <pubDate>Sun, 18 Dec 2005 20:05:34 GMT</pubDate>
      <guid>https://community.sap.com/t5/application-development-and-automation-discussions/bdcmsgcoll/m-p/1092339#M101160</guid>
      <dc:creator>Former Member</dc:creator>
      <dc:date>2005-12-18T20:05:34Z</dc:date>
    </item>
  </channel>
</rss>

