<?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: CKR1 BDC Problem in Application Development and Automation Discussions</title>
    <link>https://community.sap.com/t5/application-development-and-automation-discussions/ckr1-bdc-problem/m-p/12446353#M1999103</link>
    <description>&lt;P&gt;Kindly use BAPI named BAPI_COSTESTIMATE_DELETE.&lt;BR /&gt;&lt;/P&gt;&lt;P&gt;Happy Helping!&lt;/P&gt;</description>
    <pubDate>Thu, 18 May 2023 10:31:20 GMT</pubDate>
    <dc:creator>sumitgujar</dc:creator>
    <dc:date>2023-05-18T10:31:20Z</dc:date>
    <item>
      <title>CKR1 BDC Problem</title>
      <link>https://community.sap.com/t5/application-development-and-automation-discussions/ckr1-bdc-problem/m-p/12446350#M1999100</link>
      <description>&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' '=E'.), but it does not change the result.&lt;/P&gt;
  &lt;P&gt;If i run ckr1 in foreground same message will come but after click on enter it proceed but dont know how to proceed in batch input it stops once get warning message -"Deleting current standard cost estimates can cause inconsistencies", Message no. CK 669.&lt;/P&gt;
  &lt;P&gt;How can I overcome the problem?&lt;/P&gt;</description>
      <pubDate>Tue, 25 May 2021 10:09:58 GMT</pubDate>
      <guid>https://community.sap.com/t5/application-development-and-automation-discussions/ckr1-bdc-problem/m-p/12446350#M1999100</guid>
      <dc:creator>former_member701505</dc:creator>
      <dc:date>2021-05-25T10:09:58Z</dc:date>
    </item>
    <item>
      <title>Re: CKR1 BDC Problem</title>
      <link>https://community.sap.com/t5/application-development-and-automation-discussions/ckr1-bdc-problem/m-p/12446351#M1999101</link>
      <description>&lt;P&gt;You can always delete the current estimates prior to running.  Or see if one of the BAPIs will work:&lt;/P&gt;&lt;P&gt;BAPI_COSTESTIMATE_ALLOW_MARK   Grant Marking Allowance for Costing
BAPI_COSTESTIMATE_ALLOW_MA_GET Determine Organizational Measures
BAPI_COSTESTIMATE_CREATE_SPLIT Create Cost Estimate with Cost Component Split
BAPI_COSTESTIMATE_DELETE       Delete Cost Estimate
BAPI_COSTESTIMATE_DELETE_MULTI Delete Cost Estimates
BAPI_COSTESTIMATE_GETDETAIL    Determine Detailed Information for a Cost Estimate
BAPI_COSTESTIMATE_GETEXPLOSION Determine BOM Explosion for a Cost Estimate
BAPI_COSTESTIMATE_GETLIST      Determine Cost Estimate Lists
BAPI_COSTESTIMATE_ITEMIZATION  Determine Itemization for a Cost Estimate
BAPI_COSTESTIMATE_MARKING      Marking Standard Cost Estimate
BAPI_COSTESTIMATE_RELEASING    Release of Marked Standard Cost Estimates
BAPI_COSTESTIMATE_UPDATE_PRICE Update of Prices in Material Master&lt;/P&gt;</description>
      <pubDate>Tue, 25 May 2021 12:03:50 GMT</pubDate>
      <guid>https://community.sap.com/t5/application-development-and-automation-discussions/ckr1-bdc-problem/m-p/12446351#M1999101</guid>
      <dc:creator>mmcisme1</dc:creator>
      <dc:date>2021-05-25T12:03:50Z</dc:date>
    </item>
    <item>
      <title>Re: CKR1 BDC Problem</title>
      <link>https://community.sap.com/t5/application-development-and-automation-discussions/ckr1-bdc-problem/m-p/12446352#M1999102</link>
      <description>&lt;P&gt;Difficult to say what your actual problem is.&lt;/P&gt;&lt;P&gt;A "true" warning message does not stop the batch input, it's ignored (and logged in the "MESSAGES INTO" internal table).&lt;/P&gt;&lt;P&gt;What SY-SUBRC value is it? What messages do you have in "MESSAGES INTO"?&lt;/P&gt;&lt;P&gt;BDC_OKCODE '=E' is not Enter. Enter is the function code 0 (usually '=00'). Anyway, you don't need to Execute Enter for a Warning message as I said.&lt;/P&gt;&lt;P&gt;If you don't have any message, maybe it stops because of a COMMIT WORK (by default it stops the batch input). You may force it to continue with "OPTIONS FROM structure" with structure-racommit = 'X'.&lt;/P&gt;</description>
      <pubDate>Tue, 25 May 2021 19:40:13 GMT</pubDate>
      <guid>https://community.sap.com/t5/application-development-and-automation-discussions/ckr1-bdc-problem/m-p/12446352#M1999102</guid>
      <dc:creator>Sandra_Rossi</dc:creator>
      <dc:date>2021-05-25T19:40:13Z</dc:date>
    </item>
    <item>
      <title>Re: CKR1 BDC Problem</title>
      <link>https://community.sap.com/t5/application-development-and-automation-discussions/ckr1-bdc-problem/m-p/12446353#M1999103</link>
      <description>&lt;P&gt;Kindly use BAPI named BAPI_COSTESTIMATE_DELETE.&lt;BR /&gt;&lt;/P&gt;&lt;P&gt;Happy Helping!&lt;/P&gt;</description>
      <pubDate>Thu, 18 May 2023 10:31:20 GMT</pubDate>
      <guid>https://community.sap.com/t5/application-development-and-automation-discussions/ckr1-bdc-problem/m-p/12446353#M1999103</guid>
      <dc:creator>sumitgujar</dc:creator>
      <dc:date>2023-05-18T10:31:20Z</dc:date>
    </item>
    <item>
      <title>Re: CKR1 BDC Problem</title>
      <link>https://community.sap.com/t5/application-development-and-automation-discussions/ckr1-bdc-problem/m-p/12446354#M1999104</link>
      <description>&lt;P&gt;When SAP copies the price for the new period, I first process ckr1 and then ckme. It asks for cost approvals within the period, what is the reason?&lt;/P&gt;</description>
      <pubDate>Wed, 20 Sep 2023 05:10:15 GMT</pubDate>
      <guid>https://community.sap.com/t5/application-development-and-automation-discussions/ckr1-bdc-problem/m-p/12446354#M1999104</guid>
      <dc:creator>coll038</dc:creator>
      <dc:date>2023-09-20T05:10:15Z</dc:date>
    </item>
  </channel>
</rss>

