<?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: PROBLEM IN BDC ERROR MESSAGE PART in Application Development and Automation Discussions</title>
    <link>https://community.sap.com/t5/application-development-and-automation-discussions/problem-in-bdc-error-message-part/m-p/1756013#M327527</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;In Message Tab, there will be Message Id, Message Number. You can check in SE91 what exactly the error message description is. Also one thing You can do in your code. For all the BDC_OKCODEs pass the OKCODE value along with "=". for example if the OKCODE is "USB" then pass as "=USB". then your BDC will work even in No Display Mode.&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;thanks,&lt;/P&gt;&lt;P&gt;sksingh&lt;/P&gt;&lt;/BODY&gt;&lt;/HTML&gt;</description>
    <pubDate>Fri, 08 Dec 2006 14:24:16 GMT</pubDate>
    <dc:creator>Former Member</dc:creator>
    <dc:date>2006-12-08T14:24:16Z</dc:date>
    <item>
      <title>PROBLEM IN BDC ERROR MESSAGE PART</title>
      <link>https://community.sap.com/t5/application-development-and-automation-discussions/problem-in-bdc-error-message-part/m-p/1756012#M327526</link>
      <description>&lt;HTML&gt;&lt;HEAD&gt;&lt;/HEAD&gt;&lt;BODY&gt;&lt;P&gt;DEAR ABAPERS ,&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;              I HAVE ONE PROBLEM IN BDC ERROR MESSGAE,I AM RUNNING BDC FOR TWO CONDITION , FOR ONE CONDTION BDC IS WORKING IN BOTH MODE ,&lt;/P&gt;&lt;P&gt;BUT IN SECOND CONDTION ,IT IS WORKING FINE IN DISPLAY MODE  BUT NOT IN NO DISPLAY MODE .&lt;/P&gt;&lt;P&gt;IN MESSAGE TAB ALSWAYS THROWING AS 'E' WHAT MAY BE THE REASON . &lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;MOST URGENT..&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;REGARDS&lt;/P&gt;&lt;P&gt;VEERA.&lt;/P&gt;&lt;/BODY&gt;&lt;/HTML&gt;</description>
      <pubDate>Fri, 08 Dec 2006 12:52:35 GMT</pubDate>
      <guid>https://community.sap.com/t5/application-development-and-automation-discussions/problem-in-bdc-error-message-part/m-p/1756012#M327526</guid>
      <dc:creator>Former Member</dc:creator>
      <dc:date>2006-12-08T12:52:35Z</dc:date>
    </item>
    <item>
      <title>Re: PROBLEM IN BDC ERROR MESSAGE PART</title>
      <link>https://community.sap.com/t5/application-development-and-automation-discussions/problem-in-bdc-error-message-part/m-p/1756013#M327527</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;In Message Tab, there will be Message Id, Message Number. You can check in SE91 what exactly the error message description is. Also one thing You can do in your code. For all the BDC_OKCODEs pass the OKCODE value along with "=". for example if the OKCODE is "USB" then pass as "=USB". then your BDC will work even in No Display Mode.&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;thanks,&lt;/P&gt;&lt;P&gt;sksingh&lt;/P&gt;&lt;/BODY&gt;&lt;/HTML&gt;</description>
      <pubDate>Fri, 08 Dec 2006 14:24:16 GMT</pubDate>
      <guid>https://community.sap.com/t5/application-development-and-automation-discussions/problem-in-bdc-error-message-part/m-p/1756013#M327527</guid>
      <dc:creator>Former Member</dc:creator>
      <dc:date>2006-12-08T14:24:16Z</dc:date>
    </item>
    <item>
      <title>Re: PROBLEM IN BDC ERROR MESSAGE PART</title>
      <link>https://community.sap.com/t5/application-development-and-automation-discussions/problem-in-bdc-error-message-part/m-p/1756014#M327528</link>
      <description>&lt;HTML&gt;&lt;HEAD&gt;&lt;/HEAD&gt;&lt;BODY&gt;&lt;P&gt;try to record for both conditions again and check for screens could be dynamic screens for enjoy transactions screen changes&lt;/P&gt;&lt;/BODY&gt;&lt;/HTML&gt;</description>
      <pubDate>Fri, 08 Dec 2006 16:05:07 GMT</pubDate>
      <guid>https://community.sap.com/t5/application-development-and-automation-discussions/problem-in-bdc-error-message-part/m-p/1756014#M327528</guid>
      <dc:creator>Former Member</dc:creator>
      <dc:date>2006-12-08T16:05:07Z</dc:date>
    </item>
    <item>
      <title>Re: PROBLEM IN BDC ERROR MESSAGE PART</title>
      <link>https://community.sap.com/t5/application-development-and-automation-discussions/problem-in-bdc-error-message-part/m-p/1756015#M327529</link>
      <description>&lt;HTML&gt;&lt;HEAD&gt;&lt;/HEAD&gt;&lt;BODY&gt;&lt;P&gt;hi &lt;/P&gt;&lt;P&gt;  in bdc ok code the code is like that  only..&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;perform bdc_field       using 'BDC_OKCODE'&lt;/P&gt;&lt;P&gt;                              '=BU'.&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;veera&lt;/P&gt;&lt;/BODY&gt;&lt;/HTML&gt;</description>
      <pubDate>Sat, 09 Dec 2006 01:41:23 GMT</pubDate>
      <guid>https://community.sap.com/t5/application-development-and-automation-discussions/problem-in-bdc-error-message-part/m-p/1756015#M327529</guid>
      <dc:creator>Former Member</dc:creator>
      <dc:date>2006-12-09T01:41:23Z</dc:date>
    </item>
    <item>
      <title>Re: PROBLEM IN BDC ERROR MESSAGE PART</title>
      <link>https://community.sap.com/t5/application-development-and-automation-discussions/problem-in-bdc-error-message-part/m-p/1756016#M327530</link>
      <description>&lt;HTML&gt;&lt;HEAD&gt;&lt;/HEAD&gt;&lt;BODY&gt;&lt;P&gt;use this FM TB_MESSAGE_BUILD_TEXT    and give the message number , id and check out what the error says&lt;/P&gt;&lt;/BODY&gt;&lt;/HTML&gt;</description>
      <pubDate>Sat, 09 Dec 2006 04:40:15 GMT</pubDate>
      <guid>https://community.sap.com/t5/application-development-and-automation-discussions/problem-in-bdc-error-message-part/m-p/1756016#M327530</guid>
      <dc:creator>Former Member</dc:creator>
      <dc:date>2006-12-09T04:40:15Z</dc:date>
    </item>
  </channel>
</rss>

