Hi,
thanks. But I use a hdbprocedure.
Here the code starts with:
PROCEDURE "CLS_DEV"."saptmp.cls_prototype.procedures::CreateBusinessPartnerLocation"
(IN BP_KEYS "CLS_DEV"."saptmp.cls_prototype.data::cls_prototype.ty_BusinessPartnerKeys",
IN BP_IDENTIFICATIONS "CLS_DEV"."saptmp.cls_prototype.data::cls_prototype.ty_BusinessPartnerIdentification",
IN RULE_PARAMS "CLS_DEV"."saptmp.cls_prototype.data::cls_prototype.ty_RuleParameters" )
LANGUAGE SQLSCRIPT
SQL SECURITY INVOKER
--DEFAULT SCHEMA <default_schema_name>
-- READS SQL DATA
AS
BEGIN
I do not create the procedure on my own. I cannot put an create type statement before that.
Regards,
Alexander