From c854717359214789943569160312631a6279c345 Mon Sep 17 00:00:00 2001 From: "Dr. David A. Kunz" Date: Mon, 7 Jun 2021 14:25:53 +0200 Subject: [PATCH] Update mashup.cds --- suppliers/srv/mashup.cds | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/suppliers/srv/mashup.cds b/suppliers/srv/mashup.cds index 3b7894f7..5bf85ed9 100644 --- a/suppliers/srv/mashup.cds +++ b/suppliers/srv/mashup.cds @@ -81,6 +81,6 @@ extend projection CatalogService.ListOfBooks with { extend service S4 { @topic: 'BusinessPartner/Changed' event BusinessPartner.Changed { - BusinessPartner: S4.A_BusinessPartner:BusinessPartner; + BusinessPartner: String(10); } } \ No newline at end of file