‎2006 Mar 30 7:37 PM
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.
‎2006 Mar 30 7:44 PM
Hi Ryan,
Please try to add BAPI <b>BAPI_TRANSACTION_COMMIT</b> at the end.
Hope this will help.
Regards,
Ferry Lianto
‎2006 Mar 30 8:07 PM
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.