Hi Experts,
I need to develop a file upload program where in I could get functionality of transaction code 'ABUMN'.
As per the requirement I am executing two BAPIs
BAPI AMDP_INPUT_STRUCTURES_INIT before we call the BAPI 'AMDP_BAPI_CALL_ON_TRANSFER'.
But while executing these two BAPIs in test sequence, its giving dump stating "You are trying to use a function that is not available in the SAP
simple finance add-on for SAP Business Suite powered by SAP HANA."
The BAPI internally calls FM 'AMDP_BAPI_CALL_ON_TRANSFER' which also calls the FM 'ACC5_ASSET_ITEMS_CREATE' having Method CL_FINS=>OBJECT_OBSOLETE which is obsolete.
Could you please help me in getting the issue resolved for transaction code ABUMN or suggest any alternative on the same.