<?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: BAPI_REQUISITION_CREATE in Application Development and Automation Discussions</title>
    <link>https://community.sap.com/t5/application-development-and-automation-discussions/bapi-requisition-create/m-p/12755394#M2022084</link>
    <description>&lt;P&gt;Hi Carlos,&lt;/P&gt;&lt;P&gt;I just want to know the include or method in BAPI_Requisition_create where it will get the error message - Budget exceed error message.&lt;/P&gt;&lt;P&gt;I had tried to check but unable to find exact place where we get this error message.&lt;/P&gt;&lt;P&gt;Any help on this.&lt;/P&gt;</description>
    <pubDate>Sat, 11 Nov 2023 06:15:37 GMT</pubDate>
    <dc:creator>rockingstar</dc:creator>
    <dc:date>2023-11-11T06:15:37Z</dc:date>
    <item>
      <title>BAPI_REQUISITION_CREATE</title>
      <link>https://community.sap.com/t5/application-development-and-automation-discussions/bapi-requisition-create/m-p/12755389#M2022079</link>
      <description>&lt;P&gt;BAPI_REQUISITION_CREATE is creating PR even if the budget exceeded error coming. Error message BP-603&lt;BR /&gt;&lt;BR /&gt;It should not create any PR if any error occurs but it's creating PR.&lt;/P&gt;
  &lt;P&gt;How to resolve this ? Input is appreciated.&lt;/P&gt;</description>
      <pubDate>Wed, 08 Nov 2023 16:05:38 GMT</pubDate>
      <guid>https://community.sap.com/t5/application-development-and-automation-discussions/bapi-requisition-create/m-p/12755389#M2022079</guid>
      <dc:creator>rockingstar</dc:creator>
      <dc:date>2023-11-08T16:05:38Z</dc:date>
    </item>
    <item>
      <title>Re: BAPI_REQUISITION_CREATE</title>
      <link>https://community.sap.com/t5/application-development-and-automation-discussions/bapi-requisition-create/m-p/12755390#M2022080</link>
      <description>&lt;UL&gt;&lt;LI&gt;For several years now, BAPI_REQUISITION_CREATE (ME51) has been &lt;A href="https://me.sap.com/notes/1803189/E"&gt;obsolete&lt;/A&gt;, use BAPI_PR_CREATE (ME51N).&lt;/LI&gt;&lt;LI&gt;Check SKIP_ITEMS_WITH_ERROR parameter&lt;/LI&gt;&lt;LI&gt;Put a break-point in FM ME_STATISTICS_EBAN_RKO&lt;/LI&gt;&lt;/UL&gt;</description>
      <pubDate>Wed, 08 Nov 2023 16:40:15 GMT</pubDate>
      <guid>https://community.sap.com/t5/application-development-and-automation-discussions/bapi-requisition-create/m-p/12755390#M2022080</guid>
      <dc:creator>RaymondGiuseppi</dc:creator>
      <dc:date>2023-11-08T16:40:15Z</dc:date>
    </item>
    <item>
      <title>Re: BAPI_REQUISITION_CREATE</title>
      <link>https://community.sap.com/t5/application-development-and-automation-discussions/bapi-requisition-create/m-p/12755391#M2022081</link>
      <description>&lt;P&gt;Hi,&lt;/P&gt;&lt;P&gt;I had checked this SKIP_ITEMS_WITH_ERROR parameter but we are not using it.&lt;BR /&gt;&lt;BR /&gt;I had tried to post the same values to BAPI_PR_CREATE but I am getting - Enter WBS Value.&lt;/P&gt;&lt;P&gt;As we are using BAPI_REQUISITION_CREATE I don't want to disturb the existing logic but I want to know why it is creating PR even though we are getting budget exceeded error not in the BAPI_REQUISITION_CREATE return table but the error is coming in the BAPI_PR_CHANGE.&lt;/P&gt;&lt;P&gt;Thanks,&lt;/P&gt;&lt;P&gt;Haneesh.&lt;/P&gt;</description>
      <pubDate>Fri, 10 Nov 2023 13:05:48 GMT</pubDate>
      <guid>https://community.sap.com/t5/application-development-and-automation-discussions/bapi-requisition-create/m-p/12755391#M2022081</guid>
      <dc:creator>rockingstar</dc:creator>
      <dc:date>2023-11-10T13:05:48Z</dc:date>
    </item>
    <item>
      <title>Re: BAPI_REQUISITION_CREATE</title>
      <link>https://community.sap.com/t5/application-development-and-automation-discussions/bapi-requisition-create/m-p/12755392#M2022082</link>
      <description>&lt;P&gt;BAPI_PR_CHANGE and ME52N are at level with BAPI_PR_CREATE and ME51N&lt;/P&gt;&lt;UL&gt;
&lt;LI&gt;There is a good chance that BAPI_REQUISITION_CHANGE at level with ME52 allows the change&lt;/LI&gt;&lt;LI&gt;There is also a good chance that BAPI_REQUISITION_CREATE didn't update the commitment table against any project budget. (could you check) &lt;/LI&gt;&lt;LI&gt;Read &lt;A href="https://me.sap.com/notes/1803189/E"&gt;1803189 - FAQ: End of Support of ME21, ME51, BAPI_PO_CREATE and Archiving Reports etc.&lt;/A&gt; and &lt;A href="https://me.sap.com/notes/499627/E"&gt;499627 - FAQ: BAPIs for purchase requisitions&lt;/A&gt; on why you should no longuer use those objects.&lt;/LI&gt;&lt;/UL&gt;</description>
      <pubDate>Fri, 10 Nov 2023 13:30:36 GMT</pubDate>
      <guid>https://community.sap.com/t5/application-development-and-automation-discussions/bapi-requisition-create/m-p/12755392#M2022082</guid>
      <dc:creator>RaymondGiuseppi</dc:creator>
      <dc:date>2023-11-10T13:30:36Z</dc:date>
    </item>
    <item>
      <title>Re: BAPI_REQUISITION_CREATE</title>
      <link>https://community.sap.com/t5/application-development-and-automation-discussions/bapi-requisition-create/m-p/12755393#M2022083</link>
      <description>&lt;P&gt;Hi Haneesh, &lt;/P&gt;&lt;P&gt;In this case you are using a FM that avoid several restrictions. When you exceed your budget, the message its just a warning message, so the FM execute and create the PR. You can try to change the message to an error message to stop the process without a document post. (Configuration step that sends you directly to the enhancement spot). &lt;/P&gt;&lt;P&gt;If this solution doesnt work and you still want to keep using BAPI_REQUISITION_CREATE, befor you call the FM, you need to check your actual budget and the limit of your budget.&lt;/P&gt;&lt;P&gt;Add the amount of the future PR to your actual budget and if this its bigger than your limit budget, you dont execute the FM and rise an error message that you are trying to create the internal orden but you exceed your limit.&lt;/P&gt;&lt;P&gt;I hope this solve your requirement. &lt;/P&gt;</description>
      <pubDate>Fri, 10 Nov 2023 15:57:39 GMT</pubDate>
      <guid>https://community.sap.com/t5/application-development-and-automation-discussions/bapi-requisition-create/m-p/12755393#M2022083</guid>
      <dc:creator>Carlos_Idiaquez</dc:creator>
      <dc:date>2023-11-10T15:57:39Z</dc:date>
    </item>
    <item>
      <title>Re: BAPI_REQUISITION_CREATE</title>
      <link>https://community.sap.com/t5/application-development-and-automation-discussions/bapi-requisition-create/m-p/12755394#M2022084</link>
      <description>&lt;P&gt;Hi Carlos,&lt;/P&gt;&lt;P&gt;I just want to know the include or method in BAPI_Requisition_create where it will get the error message - Budget exceed error message.&lt;/P&gt;&lt;P&gt;I had tried to check but unable to find exact place where we get this error message.&lt;/P&gt;&lt;P&gt;Any help on this.&lt;/P&gt;</description>
      <pubDate>Sat, 11 Nov 2023 06:15:37 GMT</pubDate>
      <guid>https://community.sap.com/t5/application-development-and-automation-discussions/bapi-requisition-create/m-p/12755394#M2022084</guid>
      <dc:creator>rockingstar</dc:creator>
      <dc:date>2023-11-11T06:15:37Z</dc:date>
    </item>
    <item>
      <title>Re: BAPI_REQUISITION_CREATE</title>
      <link>https://community.sap.com/t5/application-development-and-automation-discussions/bapi-requisition-create/m-p/12755395#M2022085</link>
      <description>&lt;P&gt;Why do you both keep talking about BAPI_REQUISITION_CREATE?&lt;/P&gt;&lt;P&gt;You &lt;STRONG&gt;must&lt;/STRONG&gt; use &lt;STRONG&gt;BAPI_PR_CREATE&lt;/STRONG&gt;, as Raymond explained.&lt;/P&gt;&lt;P&gt;Excerpts from &lt;A href="https://me.sap.com/notes/1803189/E"&gt;1803189 - FAQ: End of Support of ME21, ME51, BAPI_PO_CREATE and Archiving Reports etc. - SAP for Me&lt;/A&gt;:&lt;/P&gt;&lt;UL&gt;
&lt;LI&gt;&lt;EM&gt;Starting with release SAP R/3 4.6C the "old" transactions and BAPIs related to business objects Purchase Order and Purchase Requisition were replaced by new single-screen (Enjoy-)transactions, new IDocs and new BAPIs. All of these new transactions, IDocs and BAPIs are available with SAP R/3 Enterprise Release 4.70 and in subsequent releases.&lt;/EM&gt;&lt;/LI&gt;&lt;LI&gt;&lt;EM&gt;Therefore, from April 2013 onwards, all functionality that is available through the "new" transactions, IDocs and BAPIs are NO longer supported in the "old" transactions, IDocs and BAPIs (see list below).&lt;BR /&gt;&lt;/EM&gt;&lt;/LI&gt;&lt;LI&gt;&lt;EM&gt;"old" FMs of function group MEWQ -&amp;gt; will be replaced by "new" FMs of function group 2105, e.g.:&lt;/EM&gt;&lt;/LI&gt;&lt;LI&gt;&lt;EM&gt;&lt;STRONG&gt;BAPI_REQUISITION_CREATE, BAPI_REQUISITION_CHANGE -&amp;gt; BAPI_PR_CREATE, BAPI_PR_CHANGE&lt;/STRONG&gt;&lt;/EM&gt;&lt;/LI&gt;&lt;/UL&gt;</description>
      <pubDate>Sat, 11 Nov 2023 09:37:07 GMT</pubDate>
      <guid>https://community.sap.com/t5/application-development-and-automation-discussions/bapi-requisition-create/m-p/12755395#M2022085</guid>
      <dc:creator>Sandra_Rossi</dc:creator>
      <dc:date>2023-11-11T09:37:07Z</dc:date>
    </item>
  </channel>
</rss>

