<?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 : BAPI_PO_CREATE in Application Development and Automation Discussions</title>
    <link>https://community.sap.com/t5/application-development-and-automation-discussions/bapi-bapi-po-create/m-p/914575#M57811</link>
    <description>&lt;HTML&gt;&lt;HEAD&gt;&lt;/HEAD&gt;&lt;BODY&gt;&lt;P&gt;Hi Swanand,&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;if I remember correctly, it's possible to create POs automatically during goods receipt (by customizing...). If so, it's much better to change this PO later with BAPI_PO_CHANGE.&lt;/P&gt;&lt;P&gt;I don't recommend to 'manually' link these documents afterwards.&lt;/P&gt;&lt;P&gt;If you're already booking goods receipt by own program, switch order of these two steps. Then goods receipt with reference to PO is possible - if you run into performance problems, do both later offline (e.g. with storing info in Z-tables).&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>Mon, 17 Jan 2005 13:19:28 GMT</pubDate>
    <dc:creator>christian_wohlfahrt</dc:creator>
    <dc:date>2005-01-17T13:19:28Z</dc:date>
    <item>
      <title>BAPI : BAPI_PO_CREATE</title>
      <link>https://community.sap.com/t5/application-development-and-automation-discussions/bapi-bapi-po-create/m-p/914574#M57810</link>
      <description>&lt;HTML&gt;&lt;HEAD&gt;&lt;/HEAD&gt;&lt;BODY&gt;&lt;P&gt;hello everybody,&lt;/P&gt;&lt;P&gt;I am creating PO's using BAPI_PO_CREATE. I want to update the material document created for this PO during this BAPI. Is this possible and if yes how do I do it.&lt;/P&gt;&lt;P&gt;For reference - the material document no. is stored in EKBE as BELNR.&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;Note : I am creating the material document for this PO b4 creating the PO using MB1C. So now i need to update the PO with this created material documents.&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;Regards&lt;/P&gt;&lt;P&gt;Swanand&lt;/P&gt;&lt;/BODY&gt;&lt;/HTML&gt;</description>
      <pubDate>Mon, 17 Jan 2005 12:59:53 GMT</pubDate>
      <guid>https://community.sap.com/t5/application-development-and-automation-discussions/bapi-bapi-po-create/m-p/914574#M57810</guid>
      <dc:creator>Former Member</dc:creator>
      <dc:date>2005-01-17T12:59:53Z</dc:date>
    </item>
    <item>
      <title>Re: BAPI : BAPI_PO_CREATE</title>
      <link>https://community.sap.com/t5/application-development-and-automation-discussions/bapi-bapi-po-create/m-p/914575#M57811</link>
      <description>&lt;HTML&gt;&lt;HEAD&gt;&lt;/HEAD&gt;&lt;BODY&gt;&lt;P&gt;Hi Swanand,&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;if I remember correctly, it's possible to create POs automatically during goods receipt (by customizing...). If so, it's much better to change this PO later with BAPI_PO_CHANGE.&lt;/P&gt;&lt;P&gt;I don't recommend to 'manually' link these documents afterwards.&lt;/P&gt;&lt;P&gt;If you're already booking goods receipt by own program, switch order of these two steps. Then goods receipt with reference to PO is possible - if you run into performance problems, do both later offline (e.g. with storing info in Z-tables).&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>Mon, 17 Jan 2005 13:19:28 GMT</pubDate>
      <guid>https://community.sap.com/t5/application-development-and-automation-discussions/bapi-bapi-po-create/m-p/914575#M57811</guid>
      <dc:creator>christian_wohlfahrt</dc:creator>
      <dc:date>2005-01-17T13:19:28Z</dc:date>
    </item>
    <item>
      <title>Re: BAPI : BAPI_PO_CREATE</title>
      <link>https://community.sap.com/t5/application-development-and-automation-discussions/bapi-bapi-po-create/m-p/914576#M57812</link>
      <description>&lt;HTML&gt;&lt;HEAD&gt;&lt;/HEAD&gt;&lt;BODY&gt;&lt;P&gt;hello christian,&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;my requirement is as follows....&lt;/P&gt;&lt;P&gt;I have a custom screen where in user enters some material and qty and i using custom tables calculate the value depending on conditions. Also simultaneously i do a goods receipt at this point using BAPI's.&lt;/P&gt;&lt;P&gt;My next requirement is i shud use this calculated value in my PO and also link this above created material document to the PO. so i use the BAPI_PO_CREATE. I am thru the majority part except the linking of PO and material document since i want the standard interface of SAP wherein when i go in a PO i cana double click and view the material document.&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;Regards&lt;/P&gt;&lt;P&gt;Swanand&lt;/P&gt;&lt;/BODY&gt;&lt;/HTML&gt;</description>
      <pubDate>Mon, 17 Jan 2005 13:30:12 GMT</pubDate>
      <guid>https://community.sap.com/t5/application-development-and-automation-discussions/bapi-bapi-po-create/m-p/914576#M57812</guid>
      <dc:creator>Former Member</dc:creator>
      <dc:date>2005-01-17T13:30:12Z</dc:date>
    </item>
    <item>
      <title>Re: BAPI : BAPI_PO_CREATE</title>
      <link>https://community.sap.com/t5/application-development-and-automation-discussions/bapi-bapi-po-create/m-p/914577#M57813</link>
      <description>&lt;HTML&gt;&lt;HEAD&gt;&lt;/HEAD&gt;&lt;BODY&gt;&lt;P&gt;Hi Swanand,&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;so your current process flow looks like this:&lt;/P&gt;&lt;P&gt;a) data is entered&lt;/P&gt;&lt;P&gt;b) calculation&lt;/P&gt;&lt;P&gt;c) goods receipt (GR) like MB1C &lt;/P&gt;&lt;P&gt;d) purchase order (PO)&lt;/P&gt;&lt;P&gt;e) link them&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;Do instead&lt;/P&gt;&lt;P&gt;a) data is entered&lt;/P&gt;&lt;P&gt;b) calculation&lt;/P&gt;&lt;P&gt;c) PO&lt;/P&gt;&lt;P&gt;d) GR with reference to PO like MB01&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;Then you will have a correct link between your documents.&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>Mon, 17 Jan 2005 13:56:23 GMT</pubDate>
      <guid>https://community.sap.com/t5/application-development-and-automation-discussions/bapi-bapi-po-create/m-p/914577#M57813</guid>
      <dc:creator>christian_wohlfahrt</dc:creator>
      <dc:date>2005-01-17T13:56:23Z</dc:date>
    </item>
  </channel>
</rss>

