<?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/2745146#M638101</link>
    <description>&lt;HTML&gt;&lt;HEAD&gt;&lt;/HEAD&gt;&lt;BODY&gt;&lt;P&gt;Create a table first for your message&lt;/P&gt;&lt;PRE&gt;&lt;CODE&gt;
DATA  BEGIN OF bdc_msg OCCURS 0.
        INCLUDE STRUCTURE bdcmsgcoll.
DATA END OF bdc_msg.
&lt;/CODE&gt;&lt;/PRE&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;And use that table when calling the transaction.&lt;/P&gt;&lt;PRE&gt;&lt;CODE&gt;
  CALL TRANSACTION 'XXXX'
  USING bdc_tab
        MODE my_mode
        UPDATE 'S'
        MESSAGES INTO bdc_msg.
&lt;/CODE&gt;&lt;/PRE&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;Check the table for messages.&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;Or run your session using a different mode  so you know what is happening in your BDC session.&lt;/P&gt;&lt;/BODY&gt;&lt;/HTML&gt;</description>
    <pubDate>Mon, 17 Sep 2007 12:55:04 GMT</pubDate>
    <dc:creator>Former Member</dc:creator>
    <dc:date>2007-09-17T12:55:04Z</dc:date>
    <item>
      <title>BDC_SESSION</title>
      <link>https://community.sap.com/t5/application-development-and-automation-discussions/bdc-session/m-p/2745145#M638100</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;I have to display the report output for the BDC Session program.&lt;/P&gt;&lt;P&gt;Is there any way i can track the message of the BDC Session(RSBDCSUB).&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;Thanks &amp;amp; Regards&lt;/P&gt;&lt;P&gt;Suresh Kumar&lt;/P&gt;&lt;/BODY&gt;&lt;/HTML&gt;</description>
      <pubDate>Mon, 17 Sep 2007 12:51:09 GMT</pubDate>
      <guid>https://community.sap.com/t5/application-development-and-automation-discussions/bdc-session/m-p/2745145#M638100</guid>
      <dc:creator>Former Member</dc:creator>
      <dc:date>2007-09-17T12:51: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/2745146#M638101</link>
      <description>&lt;HTML&gt;&lt;HEAD&gt;&lt;/HEAD&gt;&lt;BODY&gt;&lt;P&gt;Create a table first for your message&lt;/P&gt;&lt;PRE&gt;&lt;CODE&gt;
DATA  BEGIN OF bdc_msg OCCURS 0.
        INCLUDE STRUCTURE bdcmsgcoll.
DATA END OF bdc_msg.
&lt;/CODE&gt;&lt;/PRE&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;And use that table when calling the transaction.&lt;/P&gt;&lt;PRE&gt;&lt;CODE&gt;
  CALL TRANSACTION 'XXXX'
  USING bdc_tab
        MODE my_mode
        UPDATE 'S'
        MESSAGES INTO bdc_msg.
&lt;/CODE&gt;&lt;/PRE&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;Check the table for messages.&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;Or run your session using a different mode  so you know what is happening in your BDC session.&lt;/P&gt;&lt;/BODY&gt;&lt;/HTML&gt;</description>
      <pubDate>Mon, 17 Sep 2007 12:55:04 GMT</pubDate>
      <guid>https://community.sap.com/t5/application-development-and-automation-discussions/bdc-session/m-p/2745146#M638101</guid>
      <dc:creator>Former Member</dc:creator>
      <dc:date>2007-09-17T12:55:04Z</dc:date>
    </item>
    <item>
      <title>Re: BDC_SESSION</title>
      <link>https://community.sap.com/t5/application-development-and-automation-discussions/bdc-session/m-p/2745147#M638102</link>
      <description>&lt;HTML&gt;&lt;HEAD&gt;&lt;/HEAD&gt;&lt;BODY&gt;&lt;P&gt;Hi Adjhan,&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;   I am not using call transaction.I am using session method to upload.&lt;/P&gt;&lt;P&gt;  So how can i retrive the messages.&lt;/P&gt;&lt;/BODY&gt;&lt;/HTML&gt;</description>
      <pubDate>Mon, 17 Sep 2007 13:00:02 GMT</pubDate>
      <guid>https://community.sap.com/t5/application-development-and-automation-discussions/bdc-session/m-p/2745147#M638102</guid>
      <dc:creator>Former Member</dc:creator>
      <dc:date>2007-09-17T13:00:02Z</dc:date>
    </item>
  </channel>
</rss>

