‎2007 Jun 10 3:51 AM
Hi Guys,
Im looking to transfer Fixed Asset Data to SAP using BAPI's. can some one help me how to use BAPI's in transfering legacy data step by step please??
Thanks.
Mahesh
‎2007 Jun 11 2:34 AM
hi, you can develop a program, which read your legacy system's asset information, and call BAPI BAPI_FIXEDASSET_CREATE1 to create asset.
‎2007 Jun 11 5:01 AM
‎2007 Jun 11 5:03 AM
hi,
use the BAPI BAPI_FIXEDASSET_CREATE1 .
BAPI-step by step
http://www.sapgenie.com/abap/bapi/example.htm
list of all bapis
http://www.planetsap.com/LIST_ALL_BAPIs.htm
for BAPI's
http://www.sappoint.com/abap/bapiintro.pdf
http://www.sappoint.com/abap/bapiprg.pdf
http://www.sappoint.com/abap/bapiactx.pdf
http://www.sappoint.com/abap/bapilst.pdf
‎2007 Jun 11 7:15 AM
Hi,
What do u want to do ?
If you need to create new assets, the BAPI is :
BAPI_FIXEDASSET_CREATE
( AS01 )
If you need to create/copy an asset from another system ( legacy ), as this is not a new asset, you'll need to use :
BAPI_FIXEDASSET_OVRTAKE_CREATE
( AS91 )
Regards