Hello,
think that's the way to do it.
'bapi_fixedasset_create1' creates the master data of the asset. Without commitung, there is no asset you could book a acquisition on.
So the logic would be:
'bapi_fixedasset_create1'
commit
'bapi_asset_acquisition_check'
if ok
'bapi_asset_acquisition_post'
commit
Regards Wolfgang
Add comment