<?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 Create Assets using BAPI_PO_CREATE or BAPI_PO_CREATE1 in Application Development and Automation Discussions</title>
    <link>https://community.sap.com/t5/application-development-and-automation-discussions/create-assets-using-bapi-po-create-or-bapi-po-create1/m-p/1843637#M358247</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 need to create an Asset while creating a PO using BAPI_PO_CREATE or BAPI_PO_CREATE1. Has anyone done this before? It is possible through ME21N and ME21. &lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;Any guidance would be appreciated.&lt;/P&gt;&lt;P&gt;Rory&lt;/P&gt;&lt;/BODY&gt;&lt;/HTML&gt;</description>
    <pubDate>Wed, 31 Jan 2007 16:29:36 GMT</pubDate>
    <dc:creator>Former Member</dc:creator>
    <dc:date>2007-01-31T16:29:36Z</dc:date>
    <item>
      <title>Create Assets using BAPI_PO_CREATE or BAPI_PO_CREATE1</title>
      <link>https://community.sap.com/t5/application-development-and-automation-discussions/create-assets-using-bapi-po-create-or-bapi-po-create1/m-p/1843637#M358247</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 need to create an Asset while creating a PO using BAPI_PO_CREATE or BAPI_PO_CREATE1. Has anyone done this before? It is possible through ME21N and ME21. &lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;Any guidance would be appreciated.&lt;/P&gt;&lt;P&gt;Rory&lt;/P&gt;&lt;/BODY&gt;&lt;/HTML&gt;</description>
      <pubDate>Wed, 31 Jan 2007 16:29:36 GMT</pubDate>
      <guid>https://community.sap.com/t5/application-development-and-automation-discussions/create-assets-using-bapi-po-create-or-bapi-po-create1/m-p/1843637#M358247</guid>
      <dc:creator>Former Member</dc:creator>
      <dc:date>2007-01-31T16:29:36Z</dc:date>
    </item>
    <item>
      <title>Re: Create Assets using BAPI_PO_CREATE or BAPI_PO_CREATE1</title>
      <link>https://community.sap.com/t5/application-development-and-automation-discussions/create-assets-using-bapi-po-create-or-bapi-po-create1/m-p/1843638#M358248</link>
      <description>&lt;HTML&gt;&lt;HEAD&gt;&lt;/HEAD&gt;&lt;BODY&gt;&lt;P&gt;Asset creation can be done via AS01 or using BAPI_FIXEDASSET_CREATE.&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;But I don't think it's possible using &amp;lt;b&amp;gt;SAP std process&amp;lt;/b&amp;gt; to couple the PO with an Asset creation.&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;For your purpose, you can use the BAPI, after the BAPI_PO_CREATE in your own process.&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;Erwan&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;Message was edited by: &lt;/P&gt;&lt;P&gt;        Erwan LE BRUN&lt;/P&gt;&lt;/BODY&gt;&lt;/HTML&gt;</description>
      <pubDate>Wed, 31 Jan 2007 16:31:44 GMT</pubDate>
      <guid>https://community.sap.com/t5/application-development-and-automation-discussions/create-assets-using-bapi-po-create-or-bapi-po-create1/m-p/1843638#M358248</guid>
      <dc:creator>Former Member</dc:creator>
      <dc:date>2007-01-31T16:31:44Z</dc:date>
    </item>
    <item>
      <title>Re: Create Assets using BAPI_PO_CREATE or BAPI_PO_CREATE1</title>
      <link>https://community.sap.com/t5/application-development-and-automation-discussions/create-assets-using-bapi-po-create-or-bapi-po-create1/m-p/1843639#M358249</link>
      <description>&lt;HTML&gt;&lt;HEAD&gt;&lt;/HEAD&gt;&lt;BODY&gt;&lt;P&gt;Hi Rory,&lt;/P&gt;&lt;P&gt;  I have heard of the bapi BAPI_FIXEDASSET_CREATE and BAPI_FIXEDASSET_CREATE1 doing the creation of an asset but never heard of the PO Bapis do that. I'm not sure though.&lt;/P&gt;&lt;P&gt;REgards,&lt;/P&gt;&lt;P&gt;Ravi&lt;/P&gt;&lt;/BODY&gt;&lt;/HTML&gt;</description>
      <pubDate>Wed, 31 Jan 2007 16:32:47 GMT</pubDate>
      <guid>https://community.sap.com/t5/application-development-and-automation-discussions/create-assets-using-bapi-po-create-or-bapi-po-create1/m-p/1843639#M358249</guid>
      <dc:creator>Former Member</dc:creator>
      <dc:date>2007-01-31T16:32:47Z</dc:date>
    </item>
    <item>
      <title>Re: Create Assets using BAPI_PO_CREATE or BAPI_PO_CREATE1</title>
      <link>https://community.sap.com/t5/application-development-and-automation-discussions/create-assets-using-bapi-po-create-or-bapi-po-create1/m-p/1843640#M358250</link>
      <description>&lt;HTML&gt;&lt;HEAD&gt;&lt;/HEAD&gt;&lt;BODY&gt;&lt;P&gt;Many thanks Guys,&lt;/P&gt;&lt;P&gt;I justed assumed as it is possible in the standard transaction(ME21/ME21N), it was possible in the BAPIs too. But i think i will embed the BAPI_FIXEDASSET_CREATE in a user exit or BADI to create the assets. &lt;/P&gt;&lt;P&gt;Thanks again guys.&lt;/P&gt;&lt;/BODY&gt;&lt;/HTML&gt;</description>
      <pubDate>Wed, 31 Jan 2007 16:40:41 GMT</pubDate>
      <guid>https://community.sap.com/t5/application-development-and-automation-discussions/create-assets-using-bapi-po-create-or-bapi-po-create1/m-p/1843640#M358250</guid>
      <dc:creator>Former Member</dc:creator>
      <dc:date>2007-01-31T16:40:41Z</dc:date>
    </item>
    <item>
      <title>Re: Create Assets using BAPI_PO_CREATE or BAPI_PO_CREATE1</title>
      <link>https://community.sap.com/t5/application-development-and-automation-discussions/create-assets-using-bapi-po-create-or-bapi-po-create1/m-p/1843641#M358251</link>
      <description>&lt;HTML&gt;&lt;HEAD&gt;&lt;/HEAD&gt;&lt;BODY&gt;&lt;P&gt;HI Rory,&lt;/P&gt;&lt;P&gt;   I am also facing the same problem. If you have solved the problem can you please send me the detail in the same link or by mail on bits01@indiatimes.com&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;Thanks &lt;/P&gt;&lt;P&gt;Amit&lt;/P&gt;&lt;/BODY&gt;&lt;/HTML&gt;</description>
      <pubDate>Wed, 28 Feb 2007 17:23:55 GMT</pubDate>
      <guid>https://community.sap.com/t5/application-development-and-automation-discussions/create-assets-using-bapi-po-create-or-bapi-po-create1/m-p/1843641#M358251</guid>
      <dc:creator>Former Member</dc:creator>
      <dc:date>2007-02-28T17:23:55Z</dc:date>
    </item>
    <item>
      <title>Re: Create Assets using BAPI_PO_CREATE or BAPI_PO_CREATE1</title>
      <link>https://community.sap.com/t5/application-development-and-automation-discussions/create-assets-using-bapi-po-create-or-bapi-po-create1/m-p/1843642#M358252</link>
      <description>&lt;HTML&gt;&lt;HEAD&gt;&lt;/HEAD&gt;&lt;BODY&gt;&lt;P&gt;I used BAPI_FIXEDASSET_CREATE and it worked perfectly.&lt;/P&gt;&lt;P&gt;Many thanks,&lt;/P&gt;&lt;P&gt;Rory&lt;/P&gt;&lt;/BODY&gt;&lt;/HTML&gt;</description>
      <pubDate>Tue, 03 Apr 2007 14:23:21 GMT</pubDate>
      <guid>https://community.sap.com/t5/application-development-and-automation-discussions/create-assets-using-bapi-po-create-or-bapi-po-create1/m-p/1843642#M358252</guid>
      <dc:creator>Former Member</dc:creator>
      <dc:date>2007-04-03T14:23:21Z</dc:date>
    </item>
  </channel>
</rss>

