‎2014 Aug 07 12:43 PM
Hi All,
When i am calling AMDP method i am getting the error "cannot use duplicate name of function or procedure".
so do we need to delete the already created procedure before calling an AMDP method?
Thanks & Regards,
Viswamurthy
‎2014 Aug 11 9:48 AM
Hi Viswamurthy,
the entire lifecycle of ABAP managed Database Procedures is maintained by the AMDP runtime. This means if you created an AMDP (respectively the ABAP method with the "BY DATABASE PROCEDURE..." statement) and called the AMDP, the corresponding database procedure is created and called. Following this procedure there is no need to manually create/delete artifacts.
Please see http://scn.sap.com/docs/DOC-51146 for more details on how to create and consume an AMDP.
Cheers,
Jasmin
‎2014 Aug 11 9:48 AM
Hi Viswamurthy,
the entire lifecycle of ABAP managed Database Procedures is maintained by the AMDP runtime. This means if you created an AMDP (respectively the ABAP method with the "BY DATABASE PROCEDURE..." statement) and called the AMDP, the corresponding database procedure is created and called. Following this procedure there is no need to manually create/delete artifacts.
Please see http://scn.sap.com/docs/DOC-51146 for more details on how to create and consume an AMDP.
Cheers,
Jasmin