‎2007 Jan 31 4:29 PM
Hi,
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.
Any guidance would be appreciated.
Rory
‎2007 Jan 31 4:31 PM
Asset creation can be done via AS01 or using BAPI_FIXEDASSET_CREATE.
But I don't think it's possible using <b>SAP std process</b> to couple the PO with an Asset creation.
For your purpose, you can use the BAPI, after the BAPI_PO_CREATE in your own process.
Erwan
Message was edited by:
Erwan LE BRUN
‎2007 Jan 31 4:31 PM
Asset creation can be done via AS01 or using BAPI_FIXEDASSET_CREATE.
But I don't think it's possible using <b>SAP std process</b> to couple the PO with an Asset creation.
For your purpose, you can use the BAPI, after the BAPI_PO_CREATE in your own process.
Erwan
Message was edited by:
Erwan LE BRUN
‎2007 Jan 31 4:32 PM
Hi Rory,
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.
REgards,
Ravi
‎2007 Jan 31 4:40 PM
Many thanks Guys,
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.
Thanks again guys.
‎2007 Feb 28 5:23 PM
HI Rory,
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
Thanks
Amit
‎2007 Apr 03 3:23 PM
I used BAPI_FIXEDASSET_CREATE and it worked perfectly.
Many thanks,
Rory