<?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: BDC session ? in Application Development and Automation Discussions</title>
    <link>https://community.sap.com/t5/application-development-and-automation-discussions/bdc-session/m-p/4429583#M1051606</link>
    <description>&lt;HTML&gt;&lt;HEAD&gt;&lt;/HEAD&gt;&lt;BODY&gt;&lt;P&gt;Which returning messages ?&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;are you talking about messages which we can use for our evalution of BDC processing?&lt;/P&gt;&lt;P&gt;if yes than you can check them once your session is executed.and see Log files in sm35.&lt;/P&gt;&lt;/BODY&gt;&lt;/HTML&gt;</description>
    <pubDate>Wed, 03 Sep 2008 04:33:16 GMT</pubDate>
    <dc:creator>Former Member</dc:creator>
    <dc:date>2008-09-03T04:33:16Z</dc:date>
    <item>
      <title>BDC session ?</title>
      <link>https://community.sap.com/t5/application-development-and-automation-discussions/bdc-session/m-p/4429582#M1051605</link>
      <description>&lt;HTML&gt;&lt;HEAD&gt;&lt;/HEAD&gt;&lt;BODY&gt;&lt;P&gt;Hi gurus,&lt;/P&gt;&lt;P&gt;I use the FM BDC_OPEN_GROUP to create a session and then insert each record into this session with BDC_INSERT and then use BDC_RECORD_PLAY to execute the BDC session , But by this way I can not get all the returning messages from the call . Could you please help me if there's any FM for doing this .&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;Thanks&lt;/P&gt;&lt;/BODY&gt;&lt;/HTML&gt;</description>
      <pubDate>Wed, 03 Sep 2008 04:28:18 GMT</pubDate>
      <guid>https://community.sap.com/t5/application-development-and-automation-discussions/bdc-session/m-p/4429582#M1051605</guid>
      <dc:creator>Former Member</dc:creator>
      <dc:date>2008-09-03T04:28:18Z</dc:date>
    </item>
    <item>
      <title>Re: BDC session ?</title>
      <link>https://community.sap.com/t5/application-development-and-automation-discussions/bdc-session/m-p/4429583#M1051606</link>
      <description>&lt;HTML&gt;&lt;HEAD&gt;&lt;/HEAD&gt;&lt;BODY&gt;&lt;P&gt;Which returning messages ?&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;are you talking about messages which we can use for our evalution of BDC processing?&lt;/P&gt;&lt;P&gt;if yes than you can check them once your session is executed.and see Log files in sm35.&lt;/P&gt;&lt;/BODY&gt;&lt;/HTML&gt;</description>
      <pubDate>Wed, 03 Sep 2008 04:33:16 GMT</pubDate>
      <guid>https://community.sap.com/t5/application-development-and-automation-discussions/bdc-session/m-p/4429583#M1051606</guid>
      <dc:creator>Former Member</dc:creator>
      <dc:date>2008-09-03T04:33:16Z</dc:date>
    </item>
    <item>
      <title>Re: BDC session ?</title>
      <link>https://community.sap.com/t5/application-development-and-automation-discussions/bdc-session/m-p/4429584#M1051607</link>
      <description>&lt;HTML&gt;&lt;HEAD&gt;&lt;/HEAD&gt;&lt;BODY&gt;&lt;P&gt;yes thank for your quick answer.&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;I my program , I handle the message using call transaction message into wt_message . Here I do not use call transaction any more , I will create the session and the execute it with BDC_RECORD_PLAY and I do no know how to get message for wt_message . &lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;Thanks&lt;/P&gt;&lt;/BODY&gt;&lt;/HTML&gt;</description>
      <pubDate>Wed, 03 Sep 2008 05:17:59 GMT</pubDate>
      <guid>https://community.sap.com/t5/application-development-and-automation-discussions/bdc-session/m-p/4429584#M1051607</guid>
      <dc:creator>Former Member</dc:creator>
      <dc:date>2008-09-03T05:17:59Z</dc:date>
    </item>
    <item>
      <title>Re: BDC session ?</title>
      <link>https://community.sap.com/t5/application-development-and-automation-discussions/bdc-session/m-p/4429585#M1051608</link>
      <description>&lt;HTML&gt;&lt;HEAD&gt;&lt;/HEAD&gt;&lt;BODY&gt;&lt;P&gt;Once you already switch you BDC to session method than you need not to see message in  wt_message.&lt;/P&gt;&lt;P&gt;Just execute the session from SM35 and see the Log files there.&lt;/P&gt;&lt;/BODY&gt;&lt;/HTML&gt;</description>
      <pubDate>Wed, 03 Sep 2008 05:20:09 GMT</pubDate>
      <guid>https://community.sap.com/t5/application-development-and-automation-discussions/bdc-session/m-p/4429585#M1051608</guid>
      <dc:creator>Former Member</dc:creator>
      <dc:date>2008-09-03T05:20:09Z</dc:date>
    </item>
    <item>
      <title>Re: BDC session ?</title>
      <link>https://community.sap.com/t5/application-development-and-automation-discussions/bdc-session/m-p/4429586#M1051609</link>
      <description>&lt;HTML&gt;&lt;HEAD&gt;&lt;/HEAD&gt;&lt;BODY&gt;&lt;P&gt;yes it is not possible to get the messages directly like we get in case of CALL TRANSACTION method&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;You can try using a function call on BDC_PROTOCOL_SELECT and get the log,&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;PRE&gt;&lt;CODE&gt;call function 'BDC_PROTOCOL_SELECT'
         exporting
              name         = d0100-mapn
              client       = sy-mandt
              date_from    = d0100-von
              date_to      = d0100-bis
              status       = '*'
              session_user = d0100-creator
         tables
              apqltab      = logtab_temse
         exceptions
              invalid_data = 1
              others       = 2.&lt;/CODE&gt;&lt;/PRE&gt;&lt;P&gt;&lt;/P&gt;&lt;/BODY&gt;&lt;/HTML&gt;</description>
      <pubDate>Wed, 03 Sep 2008 05:33:41 GMT</pubDate>
      <guid>https://community.sap.com/t5/application-development-and-automation-discussions/bdc-session/m-p/4429586#M1051609</guid>
      <dc:creator>Former Member</dc:creator>
      <dc:date>2008-09-03T05:33:41Z</dc:date>
    </item>
  </channel>
</rss>

