Application Development 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: 

BAPI_FIXEDASSET_CHANGE

Former Member
0 Kudos

Hi there!

I need some help on using this BAPI - BAPI_FIXEDASSET_CHANGE.

Well, I'm using it for inserting timedependent data - plant, location and room. I'm transfering asset number and subnumber to BAPI, but it changes all assetss with given number not regarding subnumber.

Eg.

There is an asset with number 1 and subnumber 1 and 2, and I want to insert plant, location and room only for an asset with subnumber 1, but it updates an asset with subnumer 2 also.

Can anybody help me way is this heppening?

Thnx!

Edited by: Ines Bajramovic on Mar 13, 2008 11:37 AM

5 REPLIES 5

Former Member
0 Kudos

Ok, nobody yet answered.

Maybe folowing could help:

I tried changin asset using transaction AS02 and same thing hapened, asset with same number and different subnumber also changed - plant, location and room fields.

Then I made change directly, with UPDATE in Open SQL, and it was OK.

So, is it possible BAPI is not working properly?

Former Member
0 Kudos

We managed to solve problem.

0 Kudos

Hi, could you tell me how solved the problem?

Thanks

Augusto

0 Kudos

Hi Augusto!

We find out that there was problem with screen setings for certain class of assets.

You'll see what I mean when you open transaction:

SPRO --> Financial Accounting --> Asset Accounting --> Master Data --> Screen Layout --> Define Screen Layout for Asset Master Data .

If you still have some questions, feel free to ask me.

My regards!

0 Kudos

Thanks for the answer i'll try that.