Hi Yujun,
There's a difference on procedure you create with statement "CREATE PROCEDURE.." direct on console and procedures .hdbprocedure and procedures created on information view on package.
Maintain the creation of procedures in one or several scripts will always lead you to do it manually.
In HANA you should por it to files .hdbprocedure and generate DU (Maintaining Delivery Units - SAP HANA Developer Guide for SAP HANA Studio - SAP Library)
DU can be imported on server or on SAP HANA Studio all at once.
The activation itself is made by HANA and you have the guarantee of landscape. (Always maintain on DEV and generate a DU. It save a lot of recurrent errors)
Is this feasible to you?
Best regards, Fernando Da Rós
----
Other options:
- use hdbsql (client command line)
- use a batch file to create ONE file with consolidation as all your files (Will not be a good option if generate a big file... Studio don't like scripts with more than +- 2000 lines)