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_CHANGE

Former Member
2,792

Hi,

I am trying to updated the Scrap Value and Percentage for the Asset Number as per the Real Depreciation Area in AS02 transaction using BAPI_FIXEDASSET_CHANGE. I filled in the parameters and executed the BAPI and got the return message as "No change parameter given for depreciation area 12".

I filled the Company Code, Asset Number, Sub Asset Number, Depreciation Area, Scrap Value and the Scrap Value Percentage. I dont know if we have missed any fields to populate.

Is BPAI the best way to fill the Scrap values and Percentage or to go with BDC Recording.

Help and Suggestio would be much appreciated.

Thanks

RK.

2 REPLIES 2
Read only

Former Member
0 Likes
1,102

Hi,

You can check with these links.

Regards,

Shamma

Read only

0 Likes
1,102

Hi,

I had the same error until I found and implement the OSS Note 1491266 (For 6.0)

Or 418589 , 401537 (For 4.6 to 5.0)

This is the summary of the note 1491266 [https://websmp230.sap-ag.de/sap(bD1lbiZjPTAwMQ==)/bc/bsp/spn/sapnotes/index2.htm?numm=1491266]:

-


Symptom

You change fixed assets using the BAPI_FIXEDASSET_CHANGE. In this process, you want to define time-dependent depreciation terms for fixed assets or you want to change existing time-dependent depreciation terms. However, the BAPI does not support any change to time-dependent depreciation terms (the table ANLBZA) in the current version.

Other terms

ANLBZA, BAPI

Reason and Prerequisites

The relevant function is missing.

Solution

The function to change time-dependent depreciation terms is provided with the Support Package specified.

If you have to use this function in a lower Support Package, you can also implement the note manually. The corrections are extensive and cannot be fully implemented automatically. Therefore, the corrections should be implemented by experienced developers only.

To implement the note manually, carry out the manual tasks described in the attachment. You can then implement the attached correction instructions.