<?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 Capturing information message and response using BDC in Application Development and Automation Discussions</title>
    <link>https://community.sap.com/t5/application-development-and-automation-discussions/capturing-information-message-and-response-using-bdc/m-p/2938621#M692699</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 am facing a problem while posting a payment lot, using transaction FP05.  An information message pops up on clicking the POST button, and the posting happens only after I hit on the 'OK' button of the information message dialog.  But while BDC recording, the information message pop up is not recorded.  &lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;If anyone knows how to capture this pop up in BDC, please respond.&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;Will reward if helpful.&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, 17 Oct 2007 10:17:47 GMT</pubDate>
    <dc:creator>Former Member</dc:creator>
    <dc:date>2007-10-17T10:17:47Z</dc:date>
    <item>
      <title>Capturing information message and response using BDC</title>
      <link>https://community.sap.com/t5/application-development-and-automation-discussions/capturing-information-message-and-response-using-bdc/m-p/2938621#M692699</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 am facing a problem while posting a payment lot, using transaction FP05.  An information message pops up on clicking the POST button, and the posting happens only after I hit on the 'OK' button of the information message dialog.  But while BDC recording, the information message pop up is not recorded.  &lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;If anyone knows how to capture this pop up in BDC, please respond.&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;Will reward if helpful.&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, 17 Oct 2007 10:17:47 GMT</pubDate>
      <guid>https://community.sap.com/t5/application-development-and-automation-discussions/capturing-information-message-and-response-using-bdc/m-p/2938621#M692699</guid>
      <dc:creator>Former Member</dc:creator>
      <dc:date>2007-10-17T10:17:47Z</dc:date>
    </item>
    <item>
      <title>Re: Capturing information message and response using BDC</title>
      <link>https://community.sap.com/t5/application-development-and-automation-discussions/capturing-information-message-and-response-using-bdc/m-p/2938622#M692700</link>
      <description>&lt;HTML&gt;&lt;HEAD&gt;&lt;/HEAD&gt;&lt;BODY&gt;&lt;P&gt;i think nothing special needs to be done.&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;while recording with shdb, just go thru the popup and it will be recorded&lt;/P&gt;&lt;/BODY&gt;&lt;/HTML&gt;</description>
      <pubDate>Wed, 17 Oct 2007 10:19:54 GMT</pubDate>
      <guid>https://community.sap.com/t5/application-development-and-automation-discussions/capturing-information-message-and-response-using-bdc/m-p/2938622#M692700</guid>
      <dc:creator>hymavathi_oruganti</dc:creator>
      <dc:date>2007-10-17T10:19:54Z</dc:date>
    </item>
    <item>
      <title>Re: Capturing information message and response using BDC</title>
      <link>https://community.sap.com/t5/application-development-and-automation-discussions/capturing-information-message-and-response-using-bdc/m-p/2938623#M692701</link>
      <description>&lt;HTML&gt;&lt;HEAD&gt;&lt;/HEAD&gt;&lt;BODY&gt;&lt;P&gt;Hi,&lt;/P&gt;&lt;P&gt;No need to capture this Information Pop up, in the BDC, SAP ignores the Information Popups, so ignore the popup and write the BDC code, SAP will not trigger/popup the Information message in the No screen(N) mode&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;Regards&lt;/P&gt;&lt;P&gt; Sudheer&lt;/P&gt;&lt;/BODY&gt;&lt;/HTML&gt;</description>
      <pubDate>Wed, 17 Oct 2007 10:20:44 GMT</pubDate>
      <guid>https://community.sap.com/t5/application-development-and-automation-discussions/capturing-information-message-and-response-using-bdc/m-p/2938623#M692701</guid>
      <dc:creator>Former Member</dc:creator>
      <dc:date>2007-10-17T10:20:44Z</dc:date>
    </item>
    <item>
      <title>Re: Capturing information message and response using BDC</title>
      <link>https://community.sap.com/t5/application-development-and-automation-discussions/capturing-information-message-and-response-using-bdc/m-p/2938624#M692702</link>
      <description>&lt;HTML&gt;&lt;HEAD&gt;&lt;/HEAD&gt;&lt;BODY&gt;&lt;P&gt;Hey Sheron,&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;  This situation is pretty common in BDCs.&lt;/P&gt;&lt;P&gt;  It all depends on the type of message that you are getting.&lt;/P&gt;&lt;P&gt;  If it is an type 'I' message, it will not come in the BDC(background processing), so no need for any additional coding.&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;Thanks and Regards,&lt;/P&gt;&lt;P&gt;Ravi Bhatnagar&lt;/P&gt;&lt;/BODY&gt;&lt;/HTML&gt;</description>
      <pubDate>Wed, 17 Oct 2007 10:20:45 GMT</pubDate>
      <guid>https://community.sap.com/t5/application-development-and-automation-discussions/capturing-information-message-and-response-using-bdc/m-p/2938624#M692702</guid>
      <dc:creator>Former Member</dc:creator>
      <dc:date>2007-10-17T10:20:45Z</dc:date>
    </item>
    <item>
      <title>Re: Capturing information message and response using BDC</title>
      <link>https://community.sap.com/t5/application-development-and-automation-discussions/capturing-information-message-and-response-using-bdc/m-p/2938625#M692703</link>
      <description>&lt;HTML&gt;&lt;HEAD&gt;&lt;/HEAD&gt;&lt;BODY&gt;&lt;P&gt;hi! Sheron&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;Just Try this&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;DATA:  msgtab LIKE bdcmsgcoll OCCURS 0 WITH HEADER LINE.&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;  CALL TRANSACTION 'QM01' USING bdc_tab MODE 'A' UPDATE 'L'&lt;/P&gt;&lt;P&gt;  &amp;lt;b&amp;gt;MESSAGES INTO msgtab&amp;lt;/b&amp;gt;.&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt; Instead of the statement - perform bdc_transaction using 'TCode'.&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;use this code. &lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;1. this will through the data from the message table  to your itab.&lt;/P&gt;&lt;P&gt;2. from this itab based on the Condition i,e msgid(message ID) etc you can get the neede data .&lt;/P&gt;&lt;P&gt;3. store it in a variable and pass this in the next BDC of the same program.&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;Regards,&lt;/P&gt;&lt;P&gt;Nagulan&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;Reward me if its Useful.&lt;/P&gt;&lt;/BODY&gt;&lt;/HTML&gt;</description>
      <pubDate>Wed, 17 Oct 2007 10:33:31 GMT</pubDate>
      <guid>https://community.sap.com/t5/application-development-and-automation-discussions/capturing-information-message-and-response-using-bdc/m-p/2938625#M692703</guid>
      <dc:creator>Former Member</dc:creator>
      <dc:date>2007-10-17T10:33:31Z</dc:date>
    </item>
    <item>
      <title>Re: Capturing information message and response using BDC</title>
      <link>https://community.sap.com/t5/application-development-and-automation-discussions/capturing-information-message-and-response-using-bdc/m-p/2938626#M692704</link>
      <description>&lt;HTML&gt;&lt;HEAD&gt;&lt;/HEAD&gt;&lt;BODY&gt;&lt;P&gt;thanks for the reply&lt;/P&gt;&lt;/BODY&gt;&lt;/HTML&gt;</description>
      <pubDate>Fri, 26 Oct 2007 13:17:30 GMT</pubDate>
      <guid>https://community.sap.com/t5/application-development-and-automation-discussions/capturing-information-message-and-response-using-bdc/m-p/2938626#M692704</guid>
      <dc:creator>Former Member</dc:creator>
      <dc:date>2007-10-26T13:17:30Z</dc:date>
    </item>
  </channel>
</rss>

