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_FIXEDASSET_CREATE-ASSET CLASS ERROR

Former Member
0 Likes
931

Hi everyone,

I am trying to create an asset using the BAPI_FIXEDASSET_CREATE. I tested it with a single test and it returned with a success message along with the asset number thats been created. But when I try to call the same BAPI within my report which I developed to make a call to commit BAPI soon after I call the create BAPI, it is giving error message saying that asset class has not been entered. I made sure every input parameter is the same when compared to the single test I did. Please advise me if you have any idea on this.

Thanks,

Bhavana

2 REPLIES 2
Read only

Former Member
0 Likes
619

Maybe you should do a ALPHA conversion on the Asset Number, or subnumber.

The se37 will convert it for you, but if you call directly in your application, you should do it by yourself.

Read only

Former Member
0 Likes
619

It seems to be obvious but,

Did you check the GENERALDATAX-ASSETCLASS = 'X' ?

Regards,

Erwan