AMDP - ABAP managed database procedures - can contain any code that the underlying database support for its stored procedures.
That means, if you can put your ALTER... statement directly in a HANA SQLSCript procedure than this would work. But... that's not possible.
Instead, you will have to use dynamic SQL for the ALTER statements in your procedure.