<?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_PO_CREATE in Application Development and Automation Discussions</title>
    <link>https://community.sap.com/t5/application-development-and-automation-discussions/bapi-po-create/m-p/1696267#M305439</link>
    <description>&lt;HTML&gt;&lt;HEAD&gt;&lt;/HEAD&gt;&lt;BODY&gt;&lt;P&gt;Hi Prabha&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;That araises one more doubt, howz the PO created&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;1. Is it via through a Program using BAPI or some mechanism using PR&lt;/P&gt;&lt;P&gt;2. Is it Online w.r.t PR&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;In both cases, you can consider using FM: BAPI_PR_CHANGE for changing the PR.&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;Ofcourse the process seems to be weird to me considering below example:&lt;/P&gt;&lt;P&gt;Suppose the PR Initially holds 100 qty&lt;/P&gt;&lt;P&gt;PO is created for 80 qty&lt;/P&gt;&lt;P&gt;Next changed the PR qty to 20.&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;Now the scenario will be in PR - &lt;/P&gt;&lt;P&gt;&amp;lt;b&amp;gt;PR Quantity - 20(MENGE)&lt;/P&gt;&lt;P&gt;and Ordered Quantity - 80(BSMNG).&amp;lt;/b&amp;gt;&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;Hope you understand what i mean...&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;Kind Regards&lt;/P&gt;&lt;P&gt;Eswar&lt;/P&gt;&lt;/BODY&gt;&lt;/HTML&gt;</description>
    <pubDate>Tue, 28 Nov 2006 10:35:25 GMT</pubDate>
    <dc:creator>Former Member</dc:creator>
    <dc:date>2006-11-28T10:35:25Z</dc:date>
    <item>
      <title>BAPI_PO_CREATE</title>
      <link>https://community.sap.com/t5/application-development-and-automation-discussions/bapi-po-create/m-p/1696262#M305434</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'm using BAPI_PO_CREATE1 to create PO. I want to deduct the Qty in the PR(purchase requistion)  by the amount for which PO is created.&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;Can anyone pls help to how to achive this in the BAPI BAPI_PO_CREATE1.&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;Pls help&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;Thanks&lt;/P&gt;&lt;P&gt;Ram&lt;/P&gt;&lt;/BODY&gt;&lt;/HTML&gt;</description>
      <pubDate>Tue, 28 Nov 2006 09:43:00 GMT</pubDate>
      <guid>https://community.sap.com/t5/application-development-and-automation-discussions/bapi-po-create/m-p/1696262#M305434</guid>
      <dc:creator>Former Member</dc:creator>
      <dc:date>2006-11-28T09:43:00Z</dc:date>
    </item>
    <item>
      <title>Re: BAPI_PO_CREATE</title>
      <link>https://community.sap.com/t5/application-development-and-automation-discussions/bapi-po-create/m-p/1696263#M305435</link>
      <description>&lt;HTML&gt;&lt;HEAD&gt;&lt;/HEAD&gt;&lt;BODY&gt;&lt;P&gt;HI Prabha&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;Can you be more clear on the requirement...&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;1. Do you need to create a PO w.r.t PR the same quantity as in PR???&lt;/P&gt;&lt;P&gt;2. Do you need to change PR after creating PO to make the quantity same as in PO???&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;Kind Regards&lt;/P&gt;&lt;P&gt;Eswar&lt;/P&gt;&lt;/BODY&gt;&lt;/HTML&gt;</description>
      <pubDate>Tue, 28 Nov 2006 10:04:07 GMT</pubDate>
      <guid>https://community.sap.com/t5/application-development-and-automation-discussions/bapi-po-create/m-p/1696263#M305435</guid>
      <dc:creator>Former Member</dc:creator>
      <dc:date>2006-11-28T10:04:07Z</dc:date>
    </item>
    <item>
      <title>Re: BAPI_PO_CREATE</title>
      <link>https://community.sap.com/t5/application-development-and-automation-discussions/bapi-po-create/m-p/1696264#M305436</link>
      <description>&lt;HTML&gt;&lt;HEAD&gt;&lt;/HEAD&gt;&lt;BODY&gt;&lt;P&gt;Hello Prabha,&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;What is the reason for reducing the PR by the QTY of PO. If you are worried that somebody may just create a PO more than the PR QTY then I think this will not happen. As soon as u exhaust the PR qty by creating the PO u will not be able to create new PO. &lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;Now if you are trying to create the PO independant of PR then what I would suggest is u can use the exits available in the BAPI and validate the PR qty and accordingly raise the error.&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;EXIT_SAPL2012_001 (at start of BAPI)&lt;/P&gt;&lt;P&gt;                                   &lt;/P&gt;&lt;P&gt;EXIT_SAPL2012_003 (at end of BAPI)&lt;/P&gt;&lt;/BODY&gt;&lt;/HTML&gt;</description>
      <pubDate>Tue, 28 Nov 2006 10:07:42 GMT</pubDate>
      <guid>https://community.sap.com/t5/application-development-and-automation-discussions/bapi-po-create/m-p/1696264#M305436</guid>
      <dc:creator>Former Member</dc:creator>
      <dc:date>2006-11-28T10:07:42Z</dc:date>
    </item>
    <item>
      <title>Re: BAPI_PO_CREATE</title>
      <link>https://community.sap.com/t5/application-development-and-automation-discussions/bapi-po-create/m-p/1696265#M305437</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;U cant achieve this thru Only BAPI_PO_CREATE. What u can do is, after creating PO u can use the BAPI_PR_CHANGE to update the qty in PR&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;Sreedhar&lt;/P&gt;&lt;/BODY&gt;&lt;/HTML&gt;</description>
      <pubDate>Tue, 28 Nov 2006 10:09:11 GMT</pubDate>
      <guid>https://community.sap.com/t5/application-development-and-automation-discussions/bapi-po-create/m-p/1696265#M305437</guid>
      <dc:creator>Former Member</dc:creator>
      <dc:date>2006-11-28T10:09:11Z</dc:date>
    </item>
    <item>
      <title>Re: BAPI_PO_CREATE</title>
      <link>https://community.sap.com/t5/application-development-and-automation-discussions/bapi-po-create/m-p/1696266#M305438</link>
      <description>&lt;HTML&gt;&lt;HEAD&gt;&lt;/HEAD&gt;&lt;BODY&gt;&lt;P&gt;Hi Eswat,&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;Tahnks for reply,&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;Yes i need to update PR Qty by the amount for which PO was created.&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;Say i need to create PO for Qty 10.&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;and PR has Qty 100. I need to update the PR qty to 90&lt;/P&gt;&lt;/BODY&gt;&lt;/HTML&gt;</description>
      <pubDate>Tue, 28 Nov 2006 10:21:53 GMT</pubDate>
      <guid>https://community.sap.com/t5/application-development-and-automation-discussions/bapi-po-create/m-p/1696266#M305438</guid>
      <dc:creator>Former Member</dc:creator>
      <dc:date>2006-11-28T10:21:53Z</dc:date>
    </item>
    <item>
      <title>Re: BAPI_PO_CREATE</title>
      <link>https://community.sap.com/t5/application-development-and-automation-discussions/bapi-po-create/m-p/1696267#M305439</link>
      <description>&lt;HTML&gt;&lt;HEAD&gt;&lt;/HEAD&gt;&lt;BODY&gt;&lt;P&gt;Hi Prabha&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;That araises one more doubt, howz the PO created&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;1. Is it via through a Program using BAPI or some mechanism using PR&lt;/P&gt;&lt;P&gt;2. Is it Online w.r.t PR&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;In both cases, you can consider using FM: BAPI_PR_CHANGE for changing the PR.&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;Ofcourse the process seems to be weird to me considering below example:&lt;/P&gt;&lt;P&gt;Suppose the PR Initially holds 100 qty&lt;/P&gt;&lt;P&gt;PO is created for 80 qty&lt;/P&gt;&lt;P&gt;Next changed the PR qty to 20.&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;Now the scenario will be in PR - &lt;/P&gt;&lt;P&gt;&amp;lt;b&amp;gt;PR Quantity - 20(MENGE)&lt;/P&gt;&lt;P&gt;and Ordered Quantity - 80(BSMNG).&amp;lt;/b&amp;gt;&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;Hope you understand what i mean...&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;Kind Regards&lt;/P&gt;&lt;P&gt;Eswar&lt;/P&gt;&lt;/BODY&gt;&lt;/HTML&gt;</description>
      <pubDate>Tue, 28 Nov 2006 10:35:25 GMT</pubDate>
      <guid>https://community.sap.com/t5/application-development-and-automation-discussions/bapi-po-create/m-p/1696267#M305439</guid>
      <dc:creator>Former Member</dc:creator>
      <dc:date>2006-11-28T10:35:25Z</dc:date>
    </item>
    <item>
      <title>Re: BAPI_PO_CREATE</title>
      <link>https://community.sap.com/t5/application-development-and-automation-discussions/bapi-po-create/m-p/1696268#M305440</link>
      <description>&lt;HTML&gt;&lt;HEAD&gt;&lt;/HEAD&gt;&lt;BODY&gt;&lt;P&gt;as abijit told u can achiveve in the exits...&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;i have already worked on this use the exit use the Exit  EXIT_SAPL2012_001.. it will be triggred before the PO gets updated on the DB&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;Regars &lt;/P&gt;&lt;P&gt;Naresh Reddy..&lt;/P&gt;&lt;/BODY&gt;&lt;/HTML&gt;</description>
      <pubDate>Tue, 28 Nov 2006 10:44:21 GMT</pubDate>
      <guid>https://community.sap.com/t5/application-development-and-automation-discussions/bapi-po-create/m-p/1696268#M305440</guid>
      <dc:creator>Former Member</dc:creator>
      <dc:date>2006-11-28T10:44:21Z</dc:date>
    </item>
  </channel>
</rss>

