Hi,
I am trying to transport a Procedure from HANA DEV to HANA QA.
In DEV, the schema is "ECC_SLT_HBD".
In QA, the schema is "ECC_SLT_HBQ".
In the DEV, i need to use the below line to activate my "Procedure"
PROCEDURE "ECC_SLT_HBD".".Procedure_SWWLOGHIST::UPDATE_LOGHIST"
when i transport the same to QA HANA via change list, i get error that "schema
"ECC_SLT_HBD" is not active" in the QA system
If i put the QA schema in DEV, it will never get activated as the QA schema is not available in the "DEV" system.
Can you guide me to transport the Procedure ??