By statement:
CREATE COLUMN VIEW "_SYS_BIC"."test.sap.bc.hwf.integration.api.api_tn.v1.api/Scalar" WITH PARAMETERS (indexType=11,
'PROCEDURE_SCHEMA'='_SYS_BIC',
'PROCEDURE_NAME'='test.sap.bc.hwf.integration.api.api_tn.v1.api/Scalar/proc')
a column view is created. For it there is also a public synonym
"PUBLIC"."test.sap.bc.hwf.integration.api.api_tn.v1.api::Scalar
Questions: Is it ensured that always a public synonym is generated?
Thanks
Peter