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
0 Likes
1,219

Is there any guru use BAPI_FIXEDASSET_CHANGE before? I try to use it to update the asset in the master table. After I input company code, asset number, sub number and general data I run it with the output information: 291 no change made. Is there any more neccesary fields? Thanks.

2 REPLIES 2
Read only

ferry_lianto
Active Contributor
0 Likes
585

Hi Ryan,

Please try to add BAPI <b>BAPI_TRANSACTION_COMMIT</b> at the end.

Hope this will help.

Regards,

Ferry Lianto

Read only

0 Likes
585

Thanks for your line. I know the commit part. I already figured out myself. Just for the person who need to use this bapi in the future. This bapi is special, you need to fill a change table to indicate which area of the master table need to be changed. For example, I need to change the general data, I need to fill the general data table, and an extra change check table generalx to indecate which field I need the bapi to update the master table.