<?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 problem in Application Development and Automation Discussions</title>
    <link>https://community.sap.com/t5/application-development-and-automation-discussions/bdc-problem/m-p/902830#M55475</link>
    <description>&lt;HTML&gt;&lt;HEAD&gt;&lt;/HEAD&gt;&lt;BODY&gt;&lt;P&gt;Could the warning be something like "dynpro not found?"&lt;/P&gt;&lt;P&gt;If yes - then it would work in forground but not in background.  But then it would not explain why submit or the bapi would have the same problem - could you provide some info?&lt;/P&gt;&lt;P&gt;Christian&lt;/P&gt;&lt;/BODY&gt;&lt;/HTML&gt;</description>
    <pubDate>Sun, 13 Mar 2005 17:08:51 GMT</pubDate>
    <dc:creator>ChristianFi</dc:creator>
    <dc:date>2005-03-13T17:08:51Z</dc:date>
    <item>
      <title>BDC problem</title>
      <link>https://community.sap.com/t5/application-development-and-automation-discussions/bdc-problem/m-p/902821#M55466</link>
      <description>&lt;HTML&gt;&lt;HEAD&gt;&lt;/HEAD&gt;&lt;BODY&gt;&lt;P&gt;Hi, &lt;/P&gt;&lt;P&gt;I use the batch input for transaction CKR1. &lt;/P&gt;&lt;P&gt;After the execution, I get a warning message, which stops the process until pressing the ENTER key. &lt;/P&gt;&lt;P&gt;The problem is that the enter is not recorded and when running the batch input SUBRC is not 0. &lt;/P&gt;&lt;P&gt;I tried adding the ENTER before the CALL TRANSACTION &lt;/P&gt;&lt;P&gt;(perform bdc_field using 'BDC_OKCODE' '=ENTR'.), but it does not change the result. &lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;How can I overcome the problem? &lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;Thanks, &lt;/P&gt;&lt;P&gt;Hagit.&lt;/P&gt;&lt;/BODY&gt;&lt;/HTML&gt;</description>
      <pubDate>Sun, 27 Feb 2005 06:49:37 GMT</pubDate>
      <guid>https://community.sap.com/t5/application-development-and-automation-discussions/bdc-problem/m-p/902821#M55466</guid>
      <dc:creator>Former Member</dc:creator>
      <dc:date>2005-02-27T06:49:37Z</dc:date>
    </item>
    <item>
      <title>Re: BDC problem</title>
      <link>https://community.sap.com/t5/application-development-and-automation-discussions/bdc-problem/m-p/902822#M55467</link>
      <description>&lt;HTML&gt;&lt;HEAD&gt;&lt;/HEAD&gt;&lt;BODY&gt;&lt;P&gt;Hi Hagit,&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;it's just a report. Give &lt;/P&gt;&lt;PRE&gt;&lt;CODE&gt;submit SAPRCKR1 with P_BUKRS eq '0001' sign 'I' ...&lt;/CODE&gt;&lt;/PRE&gt;&lt;P&gt;a chance.&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;(Or try out to 'enter' with '/00' instead of '=ENTR'.)&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;Regards,&lt;/P&gt;&lt;P&gt;Christian&lt;/P&gt;&lt;/BODY&gt;&lt;/HTML&gt;</description>
      <pubDate>Sun, 27 Feb 2005 08:13:44 GMT</pubDate>
      <guid>https://community.sap.com/t5/application-development-and-automation-discussions/bdc-problem/m-p/902822#M55467</guid>
      <dc:creator>christian_wohlfahrt</dc:creator>
      <dc:date>2005-02-27T08:13:44Z</dc:date>
    </item>
    <item>
      <title>Re: BDC problem</title>
      <link>https://community.sap.com/t5/application-development-and-automation-discussions/bdc-problem/m-p/902823#M55468</link>
      <description>&lt;HTML&gt;&lt;HEAD&gt;&lt;/HEAD&gt;&lt;BODY&gt;&lt;P&gt;Hi Christian,&lt;/P&gt;&lt;P&gt;Thank's for the reply.&lt;/P&gt;&lt;P&gt;I have tried both your suggestions but both off them did not overcome the  problem.&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;I have also tried finding the message and change its type to another type then warning so it won't appear but I couldn't find it.&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;Do you have any more ideas for a solution?&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;Thank's,&lt;/P&gt;&lt;P&gt;Hagit.&lt;/P&gt;&lt;/BODY&gt;&lt;/HTML&gt;</description>
      <pubDate>Wed, 02 Mar 2005 11:56:32 GMT</pubDate>
      <guid>https://community.sap.com/t5/application-development-and-automation-discussions/bdc-problem/m-p/902823#M55468</guid>
      <dc:creator>Former Member</dc:creator>
      <dc:date>2005-03-02T11:56:32Z</dc:date>
    </item>
    <item>
      <title>Re: BDC problem</title>
      <link>https://community.sap.com/t5/application-development-and-automation-discussions/bdc-problem/m-p/902824#M55469</link>
      <description>&lt;HTML&gt;&lt;HEAD&gt;&lt;/HEAD&gt;&lt;BODY&gt;&lt;P&gt;Hi Hagit!&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;Which problems did you have using submit? Did you try to run your program in background?&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;If background execution brings just an entry in job-log, you might live with this.&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;If you want to spend some more time, have a look at BAPIs &lt;/P&gt;&lt;P&gt;BAPI_COSTESTIMATE_DELETE and BAPI_COSTESTIMATE_DELETE_MULTI.&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;Regards,&lt;/P&gt;&lt;P&gt;Christian&lt;/P&gt;&lt;/BODY&gt;&lt;/HTML&gt;</description>
      <pubDate>Wed, 02 Mar 2005 13:13:26 GMT</pubDate>
      <guid>https://community.sap.com/t5/application-development-and-automation-discussions/bdc-problem/m-p/902824#M55469</guid>
      <dc:creator>christian_wohlfahrt</dc:creator>
      <dc:date>2005-03-02T13:13:26Z</dc:date>
    </item>
    <item>
      <title>Re: BDC problem</title>
      <link>https://community.sap.com/t5/application-development-and-automation-discussions/bdc-problem/m-p/902825#M55470</link>
      <description>&lt;HTML&gt;&lt;HEAD&gt;&lt;/HEAD&gt;&lt;BODY&gt;&lt;P&gt;In BDC,  warning and information messages are ignored.  I don't believe that the BDC is stopping because of a warning message.  There has to be something else which is not correct.  &lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;Regards,&lt;/P&gt;&lt;P&gt;Rich Heilman&lt;/P&gt;&lt;/BODY&gt;&lt;/HTML&gt;</description>
      <pubDate>Wed, 02 Mar 2005 13:20:46 GMT</pubDate>
      <guid>https://community.sap.com/t5/application-development-and-automation-discussions/bdc-problem/m-p/902825#M55470</guid>
      <dc:creator>RichHeilman</dc:creator>
      <dc:date>2005-03-02T13:20:46Z</dc:date>
    </item>
    <item>
      <title>Re: BDC problem</title>
      <link>https://community.sap.com/t5/application-development-and-automation-discussions/bdc-problem/m-p/902826#M55471</link>
      <description>&lt;HTML&gt;&lt;HEAD&gt;&lt;/HEAD&gt;&lt;BODY&gt;&lt;P&gt;Hi Rich,&lt;/P&gt;&lt;P&gt;You are right, the BDC does not stop but it fails.&lt;/P&gt;&lt;P&gt;It gets subrc 1001.&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;Hagit.&lt;/P&gt;&lt;/BODY&gt;&lt;/HTML&gt;</description>
      <pubDate>Thu, 03 Mar 2005 13:07:59 GMT</pubDate>
      <guid>https://community.sap.com/t5/application-development-and-automation-discussions/bdc-problem/m-p/902826#M55471</guid>
      <dc:creator>Former Member</dc:creator>
      <dc:date>2005-03-03T13:07:59Z</dc:date>
    </item>
    <item>
      <title>Re: BDC problem</title>
      <link>https://community.sap.com/t5/application-development-and-automation-discussions/bdc-problem/m-p/902827#M55472</link>
      <description>&lt;HTML&gt;&lt;HEAD&gt;&lt;/HEAD&gt;&lt;BODY&gt;&lt;P&gt;Yea....I think that you are getting the 1001 for other reasons.   Warning and info messages are not suppose to stop/fail a BDC.  &lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;Regards,&lt;/P&gt;&lt;P&gt;Rich Heilman&lt;/P&gt;&lt;/BODY&gt;&lt;/HTML&gt;</description>
      <pubDate>Thu, 03 Mar 2005 13:16:00 GMT</pubDate>
      <guid>https://community.sap.com/t5/application-development-and-automation-discussions/bdc-problem/m-p/902827#M55472</guid>
      <dc:creator>RichHeilman</dc:creator>
      <dc:date>2005-03-03T13:16:00Z</dc:date>
    </item>
    <item>
      <title>Re: BDC problem</title>
      <link>https://community.sap.com/t5/application-development-and-automation-discussions/bdc-problem/m-p/902828#M55473</link>
      <description>&lt;HTML&gt;&lt;HEAD&gt;&lt;/HEAD&gt;&lt;BODY&gt;&lt;P&gt;What mode are you running the transaction in....&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;CALL TRANSACTION 'CKR1' mode &amp;lt;What is the value here&amp;gt;.&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;Regards,&lt;/P&gt;&lt;P&gt;Rich Heilman&lt;/P&gt;&lt;/BODY&gt;&lt;/HTML&gt;</description>
      <pubDate>Thu, 03 Mar 2005 13:45:53 GMT</pubDate>
      <guid>https://community.sap.com/t5/application-development-and-automation-discussions/bdc-problem/m-p/902828#M55473</guid>
      <dc:creator>RichHeilman</dc:creator>
      <dc:date>2005-03-03T13:45:53Z</dc:date>
    </item>
    <item>
      <title>Re: BDC problem</title>
      <link>https://community.sap.com/t5/application-development-and-automation-discussions/bdc-problem/m-p/902829#M55474</link>
      <description>&lt;HTML&gt;&lt;HEAD&gt;&lt;/HEAD&gt;&lt;BODY&gt;&lt;P&gt;Hi Rich,&lt;/P&gt;&lt;P&gt;Sorry for the delay.&lt;/P&gt;&lt;P&gt;I'm using mode 'N', but I have used mode 'A' in order to see what the problem is and when I've reached the warning message the process stopped until I have pressed the 'Enter', that is why I have figured out that this is the reason for the BDC's failure.&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;Hagit.&lt;/P&gt;&lt;/BODY&gt;&lt;/HTML&gt;</description>
      <pubDate>Sun, 13 Mar 2005 06:58:58 GMT</pubDate>
      <guid>https://community.sap.com/t5/application-development-and-automation-discussions/bdc-problem/m-p/902829#M55474</guid>
      <dc:creator>Former Member</dc:creator>
      <dc:date>2005-03-13T06:58:58Z</dc:date>
    </item>
    <item>
      <title>Re: BDC problem</title>
      <link>https://community.sap.com/t5/application-development-and-automation-discussions/bdc-problem/m-p/902830#M55475</link>
      <description>&lt;HTML&gt;&lt;HEAD&gt;&lt;/HEAD&gt;&lt;BODY&gt;&lt;P&gt;Could the warning be something like "dynpro not found?"&lt;/P&gt;&lt;P&gt;If yes - then it would work in forground but not in background.  But then it would not explain why submit or the bapi would have the same problem - could you provide some info?&lt;/P&gt;&lt;P&gt;Christian&lt;/P&gt;&lt;/BODY&gt;&lt;/HTML&gt;</description>
      <pubDate>Sun, 13 Mar 2005 17:08:51 GMT</pubDate>
      <guid>https://community.sap.com/t5/application-development-and-automation-discussions/bdc-problem/m-p/902830#M55475</guid>
      <dc:creator>ChristianFi</dc:creator>
      <dc:date>2005-03-13T17:08:51Z</dc:date>
    </item>
    <item>
      <title>Re: BDC problem</title>
      <link>https://community.sap.com/t5/application-development-and-automation-discussions/bdc-problem/m-p/902831#M55476</link>
      <description>&lt;HTML&gt;&lt;HEAD&gt;&lt;/HEAD&gt;&lt;BODY&gt;&lt;P&gt;No, the warning is not "dynpro not found".&lt;/P&gt;&lt;P&gt;The warning is " Deleting current standard cost estimates can cause inconsistencies", Message no. CK 669.&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;I guess it's a matter of customization to hide it, I just couldn't find where.&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;Thanks,&lt;/P&gt;&lt;P&gt;Hagit.&lt;/P&gt;&lt;/BODY&gt;&lt;/HTML&gt;</description>
      <pubDate>Tue, 15 Mar 2005 12:02:48 GMT</pubDate>
      <guid>https://community.sap.com/t5/application-development-and-automation-discussions/bdc-problem/m-p/902831#M55476</guid>
      <dc:creator>Former Member</dc:creator>
      <dc:date>2005-03-15T12:02:48Z</dc:date>
    </item>
    <item>
      <title>Re: BDC problem</title>
      <link>https://community.sap.com/t5/application-development-and-automation-discussions/bdc-problem/m-p/902832#M55477</link>
      <description>&lt;P&gt;I am also facing the same issue please please update if your problem is solved or not&lt;/P&gt;</description>
      <pubDate>Tue, 25 May 2021 10:02:04 GMT</pubDate>
      <guid>https://community.sap.com/t5/application-development-and-automation-discussions/bdc-problem/m-p/902832#M55477</guid>
      <dc:creator>former_member701505</dc:creator>
      <dc:date>2021-05-25T10:02:04Z</dc:date>
    </item>
  </channel>
</rss>

