Application Development and Automation Discussions
Join the discussions or start your own on all things application development, including tools and APIs, programming models, and keeping your skills sharp.
cancel
Showing results for 
Search instead for 
Did you mean: 
Read only

Create Assets using BAPI_PO_CREATE or BAPI_PO_CREATE1

Former Member
0 Likes
1,461

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

1 ACCEPTED SOLUTION
Read only

Former Member
0 Likes
1,036

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

5 REPLIES 5
Read only

Former Member
0 Likes
1,037

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

Read only

Former Member
0 Likes
1,036

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

Read only

Former Member
0 Likes
1,036

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.

Read only

0 Likes
1,036

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

Read only

Former Member
0 Likes
1,036

I used BAPI_FIXEDASSET_CREATE and it worked perfectly.

Many thanks,

Rory