Hi There,
Trying to upgrade sql 2000 to sql 2005,
i have followed the latest notes 799058,as part of it we need to drop sap stored procedures and when im running that script, im getting an error <b>" cant find the stored procedure sap_droproc"</b>
System ECC 6.0(ABAp only),
general query= if we install ecc 6.0 abap only will this be called as WAS?
regards
raj
Hello,
you have to switch into your schema first. Try
setuser '<Your SID in lowercase e.g. prd>'
exec sap_droproc
Regards
Clas
Add a comment