<?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 in Application Development and Automation Discussions</title>
    <link>https://community.sap.com/t5/application-development-and-automation-discussions/bdc/m-p/1237893#M141314</link>
    <description>&lt;HTML&gt;&lt;HEAD&gt;&lt;/HEAD&gt;&lt;BODY&gt;&lt;P&gt;Hi ram,&lt;/P&gt;&lt;P&gt;   You don't need to worry about that message as it is a warning.&lt;/P&gt;&lt;P&gt;These messages will not pop up when you are in recording mode , thereby in the program.&lt;/P&gt;&lt;P&gt;These messages can be collected in an internal table if you use messages into option&lt;/P&gt;&lt;P&gt;call transaction &amp;lt;tcode&amp;gt; using it_bdcdata messages into it_messages....&lt;/P&gt;&lt;P&gt;it_messages should be of type bdcmsgcoll.&lt;/P&gt;&lt;P&gt;REgards,&lt;/P&gt;&lt;P&gt;Ravi&lt;/P&gt;&lt;/BODY&gt;&lt;/HTML&gt;</description>
    <pubDate>Tue, 18 Apr 2006 13:47:48 GMT</pubDate>
    <dc:creator>Former Member</dc:creator>
    <dc:date>2006-04-18T13:47:48Z</dc:date>
    <item>
      <title>BDC</title>
      <link>https://community.sap.com/t5/application-development-and-automation-discussions/bdc/m-p/1237892#M141313</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 bit curious to know how to record a message information while recording transaction code.&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;I am recording VA02 tcode. I entered Sales order number then pressed to go into tcode. I got message 'Consider further documents' and pressed enter. But in the recording it was not recorded. &lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;I know why this message has been appearing as it might have futher documents like delivery and invoice.&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;So when i ran my BDC program, my program stops at that message and needed manual interation to go further. How can we record that message or how to we surpress that message.&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;Thanks in advance.&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;Ram&lt;/P&gt;&lt;/BODY&gt;&lt;/HTML&gt;</description>
      <pubDate>Tue, 18 Apr 2006 13:45:18 GMT</pubDate>
      <guid>https://community.sap.com/t5/application-development-and-automation-discussions/bdc/m-p/1237892#M141313</guid>
      <dc:creator>Former Member</dc:creator>
      <dc:date>2006-04-18T13:45:18Z</dc:date>
    </item>
    <item>
      <title>Re: BDC</title>
      <link>https://community.sap.com/t5/application-development-and-automation-discussions/bdc/m-p/1237893#M141314</link>
      <description>&lt;HTML&gt;&lt;HEAD&gt;&lt;/HEAD&gt;&lt;BODY&gt;&lt;P&gt;Hi ram,&lt;/P&gt;&lt;P&gt;   You don't need to worry about that message as it is a warning.&lt;/P&gt;&lt;P&gt;These messages will not pop up when you are in recording mode , thereby in the program.&lt;/P&gt;&lt;P&gt;These messages can be collected in an internal table if you use messages into option&lt;/P&gt;&lt;P&gt;call transaction &amp;lt;tcode&amp;gt; using it_bdcdata messages into it_messages....&lt;/P&gt;&lt;P&gt;it_messages should be of type bdcmsgcoll.&lt;/P&gt;&lt;P&gt;REgards,&lt;/P&gt;&lt;P&gt;Ravi&lt;/P&gt;&lt;/BODY&gt;&lt;/HTML&gt;</description>
      <pubDate>Tue, 18 Apr 2006 13:47:48 GMT</pubDate>
      <guid>https://community.sap.com/t5/application-development-and-automation-discussions/bdc/m-p/1237893#M141314</guid>
      <dc:creator>Former Member</dc:creator>
      <dc:date>2006-04-18T13:47:48Z</dc:date>
    </item>
    <item>
      <title>Re: BDC</title>
      <link>https://community.sap.com/t5/application-development-and-automation-discussions/bdc/m-p/1237894#M141315</link>
      <description>&lt;HTML&gt;&lt;HEAD&gt;&lt;/HEAD&gt;&lt;BODY&gt;&lt;P&gt;Hi Ravi,&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;I already kept the 'messages into' option for my CALL TRANSACTION. But the information message window still displayed when ran my program. What might be a problem.&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;Thanks for your information.&lt;/P&gt;&lt;/BODY&gt;&lt;/HTML&gt;</description>
      <pubDate>Tue, 18 Apr 2006 13:52:09 GMT</pubDate>
      <guid>https://community.sap.com/t5/application-development-and-automation-discussions/bdc/m-p/1237894#M141315</guid>
      <dc:creator>Former Member</dc:creator>
      <dc:date>2006-04-18T13:52:09Z</dc:date>
    </item>
    <item>
      <title>Re: BDC</title>
      <link>https://community.sap.com/t5/application-development-and-automation-discussions/bdc/m-p/1237895#M141316</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;  First capture your messages into &lt;/P&gt;&lt;P&gt;  i_message of the type bdcmsgcoll&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;  to format the message use FM : FORMAT_MESSAGE &lt;/P&gt;&lt;P&gt;  &lt;/P&gt;&lt;P&gt;Regards,&lt;/P&gt;&lt;P&gt;GSR.&lt;/P&gt;&lt;/BODY&gt;&lt;/HTML&gt;</description>
      <pubDate>Tue, 18 Apr 2006 13:52:28 GMT</pubDate>
      <guid>https://community.sap.com/t5/application-development-and-automation-discussions/bdc/m-p/1237895#M141316</guid>
      <dc:creator>Former Member</dc:creator>
      <dc:date>2006-04-18T13:52:28Z</dc:date>
    </item>
    <item>
      <title>Re: BDC</title>
      <link>https://community.sap.com/t5/application-development-and-automation-discussions/bdc/m-p/1237896#M141317</link>
      <description>&lt;HTML&gt;&lt;HEAD&gt;&lt;/HEAD&gt;&lt;BODY&gt;&lt;P&gt;Hi ram,&lt;/P&gt;&lt;P&gt; Did you run your program in all screen mode?&lt;/P&gt;&lt;P&gt;Try running in No screen mode and see .&lt;/P&gt;&lt;P&gt;also show your code once.&lt;/P&gt;&lt;P&gt;Regards,&lt;/P&gt;&lt;P&gt;Ravi&lt;/P&gt;&lt;/BODY&gt;&lt;/HTML&gt;</description>
      <pubDate>Tue, 18 Apr 2006 13:53:39 GMT</pubDate>
      <guid>https://community.sap.com/t5/application-development-and-automation-discussions/bdc/m-p/1237896#M141317</guid>
      <dc:creator>Former Member</dc:creator>
      <dc:date>2006-04-18T13:53:39Z</dc:date>
    </item>
    <item>
      <title>Re: BDC</title>
      <link>https://community.sap.com/t5/application-development-and-automation-discussions/bdc/m-p/1237897#M141318</link>
      <description>&lt;HTML&gt;&lt;HEAD&gt;&lt;/HEAD&gt;&lt;BODY&gt;&lt;P&gt;Hi Ram,&lt;/P&gt;&lt;P&gt;  &lt;/P&gt;&lt;P&gt;  Information Message is not at all a problem.&lt;/P&gt;&lt;P&gt;  I think UR running the program in Foreground (all &lt;/P&gt;&lt;P&gt;  screen mode). Run the program in no screen mode.&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;Regards,&lt;/P&gt;&lt;P&gt;GSR.&lt;/P&gt;&lt;/BODY&gt;&lt;/HTML&gt;</description>
      <pubDate>Tue, 18 Apr 2006 13:54:42 GMT</pubDate>
      <guid>https://community.sap.com/t5/application-development-and-automation-discussions/bdc/m-p/1237897#M141318</guid>
      <dc:creator>Former Member</dc:creator>
      <dc:date>2006-04-18T13:54:42Z</dc:date>
    </item>
    <item>
      <title>Re: BDC</title>
      <link>https://community.sap.com/t5/application-development-and-automation-discussions/bdc/m-p/1237898#M141319</link>
      <description>&lt;HTML&gt;&lt;HEAD&gt;&lt;/HEAD&gt;&lt;BODY&gt;&lt;P&gt;Hi Ram,&lt;/P&gt;&lt;P&gt;       Nothing to worry in this case. As this is only information message as warning and you will not encounter this message as you did after recording. Your recording will not popup this message. I thought it wont stop processing. &lt;/P&gt;&lt;P&gt;1) To record that message use an internal table of type BDCMSGCOLL. This will store all success/error messages generated by CALL TRANSACTION. You can even display all these messages using internal table of BDCMSGCOLL.For this your call transaction statement should be like as below.&lt;/P&gt;&lt;P&gt;  CALL TRANSACTION tcode USING bdcdata&lt;/P&gt;&lt;P&gt;                   MODE  'N'           &lt;/P&gt;&lt;P&gt;                   UPDATE 'A'             &lt;/P&gt;&lt;P&gt;                   MESSAGES INTO messtab. &lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;2)To supress certain part not to happen in recording, just comment those lines in recording in the program.&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;Thanks,&lt;/P&gt;&lt;P&gt;VinaykumarG&lt;/P&gt;&lt;/BODY&gt;&lt;/HTML&gt;</description>
      <pubDate>Tue, 18 Apr 2006 14:00:46 GMT</pubDate>
      <guid>https://community.sap.com/t5/application-development-and-automation-discussions/bdc/m-p/1237898#M141319</guid>
      <dc:creator>Former Member</dc:creator>
      <dc:date>2006-04-18T14:00:46Z</dc:date>
    </item>
  </channel>
</rss>

