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

Problems creating an Asset

Former Member
0 Likes
433

Hi everyone,

I'm trying to create Assets through BAPIs, but the assets I have to create have Z fields that were added in table ANLU.

The Bapis I found are:

BAPI_FIXEDASSET_CREATE1

BAPI_FIXEDASSET_OVRTAKE_CREATE

RA_ASSET_MODIFIKATION

I'm not sure if these bapis can generate the number of the asset or if I need to give them the number.

Do you know others bapis? or function?

I hope you could help me.

Thanks.

Karla.

1 REPLY 1
Read only

Former Member
0 Likes
364

Use this one BAPI_FIXEDASSET_CREATE instead of create1.

You can explicitly pass asset number to ASSET in the Import parameter.

Thanks,

Kartavya