cancel
Showing results for 
Search instead for 
Did you mean: 

How to transport hana catalog objects to another schema on same system

0 Kudos

Hi,

We have some customization work done in sap b1 hana.

For the same, we have written few stored procedures in development schema.

These procedures are not part of hana modelling.

We want to migrate the same to QC schema, as part of deployment.

We are looking for solution equivalent to SQL scripts.

Thanks in advance.

Accepted Solutions (0)

Answers (2)

Answers (2)

ssurampally
Active Contributor
0 Kudos

Import command can be used to transfer to different schema, below is relply from Lars on the similar thre

https://archive.sap.com/discussions/thread/3409793

SergioG_TX
Active Contributor
0 Kudos

in order to transport objects you will need run time objects (hdbprocedure)

otherwise, for catalog objects / (run time objects) you will need to open the sql script from your source environment and copy the sql into the target environment and run it to create that object on the target environment