<?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: Okcode for warning message in BDC in Application Development and Automation Discussions</title>
    <link>https://community.sap.com/t5/application-development-and-automation-discussions/okcode-for-warning-message-in-bdc/m-p/3648606#M878765</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;when we execute in background it doesn't care about the info messages and warning messages. i think u r missing some thing in the screen, analyze the error and pass the required info are take some corrective actions to avoid the message. &lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;Thanks,&lt;/P&gt;&lt;P&gt;Rajinikanth&lt;/P&gt;&lt;/BODY&gt;&lt;/HTML&gt;</description>
    <pubDate>Fri, 04 Apr 2008 13:41:16 GMT</pubDate>
    <dc:creator>Former Member</dc:creator>
    <dc:date>2008-04-04T13:41:16Z</dc:date>
    <item>
      <title>Okcode for warning message in BDC</title>
      <link>https://community.sap.com/t5/application-development-and-automation-discussions/okcode-for-warning-message-in-bdc/m-p/3648602#M878761</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 created a BDC for creation of cost center (Tcode : KS01).&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;When i run BDC in forground, i m getting warning message for one of the field in Ks01 transaction,which i m bypassing by hitiing enter.&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;When i am running BDC i background it is getting failed because of this warning message.&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;please let me know what i suppose to do&lt;/P&gt;&lt;/BODY&gt;&lt;/HTML&gt;</description>
      <pubDate>Fri, 04 Apr 2008 12:34:54 GMT</pubDate>
      <guid>https://community.sap.com/t5/application-development-and-automation-discussions/okcode-for-warning-message-in-bdc/m-p/3648602#M878761</guid>
      <dc:creator>Former Member</dc:creator>
      <dc:date>2008-04-04T12:34:54Z</dc:date>
    </item>
    <item>
      <title>Re: Okcode for warning message in BDC</title>
      <link>https://community.sap.com/t5/application-development-and-automation-discussions/okcode-for-warning-message-in-bdc/m-p/3648603#M878762</link>
      <description>&lt;HTML&gt;&lt;HEAD&gt;&lt;/HEAD&gt;&lt;BODY&gt;&lt;P&gt;do you use BDCMSGCOLL structure to catch the messages? &lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;regards&lt;/P&gt;&lt;/BODY&gt;&lt;/HTML&gt;</description>
      <pubDate>Fri, 04 Apr 2008 12:45:49 GMT</pubDate>
      <guid>https://community.sap.com/t5/application-development-and-automation-discussions/okcode-for-warning-message-in-bdc/m-p/3648603#M878762</guid>
      <dc:creator>Former Member</dc:creator>
      <dc:date>2008-04-04T12:45:49Z</dc:date>
    </item>
    <item>
      <title>Re: Okcode for warning message in BDC</title>
      <link>https://community.sap.com/t5/application-development-and-automation-discussions/okcode-for-warning-message-in-bdc/m-p/3648604#M878763</link>
      <description>&lt;HTML&gt;&lt;HEAD&gt;&lt;/HEAD&gt;&lt;BODY&gt;&lt;P&gt;hi&lt;/P&gt;&lt;P&gt;  try by putting one additional ok code for ENTER in ur BDC prg.&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;perform bdc_field       using 'BDC_OKCODE'&lt;/P&gt;&lt;P&gt;                                '/00'.&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;and write all code of OK_CODE under this.&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;then put that OK_CODE after code &lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;perform bdc_field       using 'BDC_OKCODE'&lt;/P&gt;&lt;P&gt;                                '&amp;lt;put OK_CODE&amp;gt;'.&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;rest prg remain same&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;reward if helpful.&lt;/P&gt;&lt;/BODY&gt;&lt;/HTML&gt;</description>
      <pubDate>Fri, 04 Apr 2008 12:52:34 GMT</pubDate>
      <guid>https://community.sap.com/t5/application-development-and-automation-discussions/okcode-for-warning-message-in-bdc/m-p/3648604#M878763</guid>
      <dc:creator>Former Member</dc:creator>
      <dc:date>2008-04-04T12:52:34Z</dc:date>
    </item>
    <item>
      <title>Re: Okcode for warning message in BDC</title>
      <link>https://community.sap.com/t5/application-development-and-automation-discussions/okcode-for-warning-message-in-bdc/m-p/3648605#M878764</link>
      <description>&lt;HTML&gt;&lt;HEAD&gt;&lt;/HEAD&gt;&lt;BODY&gt;&lt;P&gt;OK Code varies from screen to screen. These are the below possible OK codes for transaction code &amp;lt;KS01&amp;gt;&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;                              '/00'.&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;/BODY&gt;&lt;/HTML&gt;</description>
      <pubDate>Fri, 04 Apr 2008 12:54:45 GMT</pubDate>
      <guid>https://community.sap.com/t5/application-development-and-automation-discussions/okcode-for-warning-message-in-bdc/m-p/3648605#M878764</guid>
      <dc:creator>Former Member</dc:creator>
      <dc:date>2008-04-04T12:54:45Z</dc:date>
    </item>
    <item>
      <title>Re: Okcode for warning message in BDC</title>
      <link>https://community.sap.com/t5/application-development-and-automation-discussions/okcode-for-warning-message-in-bdc/m-p/3648606#M878765</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;when we execute in background it doesn't care about the info messages and warning messages. i think u r missing some thing in the screen, analyze the error and pass the required info are take some corrective actions to avoid the message. &lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;Thanks,&lt;/P&gt;&lt;P&gt;Rajinikanth&lt;/P&gt;&lt;/BODY&gt;&lt;/HTML&gt;</description>
      <pubDate>Fri, 04 Apr 2008 13:41:16 GMT</pubDate>
      <guid>https://community.sap.com/t5/application-development-and-automation-discussions/okcode-for-warning-message-in-bdc/m-p/3648606#M878765</guid>
      <dc:creator>Former Member</dc:creator>
      <dc:date>2008-04-04T13:41:16Z</dc:date>
    </item>
  </channel>
</rss>

