!--a11y-->
BAPIs 
A Business Application Programming Interface (BAPI) is a programming interface by means of which you can access the business data and processes of the SAP System from a different system.
The BAPIs listed below can be used for Asset Accounting:
BAPI_FIXEDASSET_GETLIST (display information on selected assets)
BAPI_FIXEDASSET_GETDETAIL (display detail information on an asset)
BAPI_FIXEDASSET_CREATE (create asset)
BAPI_FIXEDASSET_CHANGE (change asset)
BAPI_FIXEDASSET_OVRTAKE_CREATE (asset legacy data transfer)
BAPI_ASSET_ACQUISITION_CHECK (check asset acquisition)
BAPI_ASSET_ACQUISITION_POST (post asset acquisition)
BAPI_ASSET_POSTCAP_CHECK (check post-capitalization)
BAPI_ASSET_POSTCAP_POST (post post-capitalization)
BAPI_ASSET_RETIREMENT_CHECK (check asset retirement)
BAPI_ASSET_RETIREMENT_POST (post asset retirement)
BAPI_ASSET_REVERSAL_CHECK (check reversal of asset document)
BAPI_ASSET_REVERSAL_POST (post reversal of asset document)

For more information, see the documentation for the BAPIs and their parameters in the system, as well as CA Business Framework Architecture in the SAP Library.
