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

BAPI to data conversion

Former Member
0 Likes
1,053

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

4 REPLIES 4
Read only

Former Member
0 Likes
691

hi, you can develop a program, which read your legacy system's asset information, and call BAPI BAPI_FIXEDASSET_CREATE1 to create asset.

Read only

Former Member
0 Likes
691

HI,

R u using BAPI in abap program or LSMW?

Regards

Suresh.d

Read only

Former Member
0 Likes
691

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