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

Fixed Asset Creation

Former Member
0 Likes
525

Dear All,

I am using FM BAPI_FIXEDASSET_CREATE1 to create a fixed asset.

When i tested in SE37 with all the parameters, it gave me the new asset number.

but when i tried to see newly created asset number in AS03, i am getting message "Asset xxxxx not in company code yyy".

i have created a program & used the same above FM to create a fixed asset.

i am getting the same error.

I gave the bapi_transaction_commit also.

Pls. help me out.

Thanks

sekaran

Dear All,

I am using FM BAPI_FIXEDASSET_CREATE1 to create a fixed asset.

When i tested in SE37 with all the parameters, it gave me the new asset number.

but when i tried to see newly created asset number in AS03, i am getting message "Asset xxxxx not in company code yyy".

i have created a program & used the same above FM to create a fixed asset.

i am getting the same error.

I gave the bapi_transaction_commit also.

Pls. help me out.

Thanks

sekaran

3 REPLIES 3
Read only

Former Member
0 Likes
478

Hi

Perhaps you need to export company code in the exporting parameter "KEY" of the FM.

Regards

Read only

Former Member
0 Likes
478

HI Seekaran,

Is the return table empty after the call to the bapi?

I think you must be missing some information that is mandatory to create an asset.

REgards,

Ravi

Read only

Former Member
0 Likes
478

Did you try to put the leading zero ?

You can also check new entries in ANLA with creation date !

Hope this helps,

Erwan