Update mashup.cds

This commit is contained in:
Dr. David A. Kunz
2021-06-07 14:25:53 +02:00
committed by Uwe Klinger
parent 9dfe62c5c7
commit c854717359

View File

@@ -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);
}
}