doesn' work with hana

This commit is contained in:
Daniel
2019-12-19 15:26:03 +01:00
parent de149ea9b3
commit 226094e85c

View File

@@ -22,11 +22,11 @@ extend service API_BUSINESS_PARTNER with {
* Re-modelling the event which is currently not available declaratively from S/4 * Re-modelling the event which is currently not available declaratively from S/4
*/ */
// @messaging.topic:'${prefix}/BusinessPartner/Changed' // @messaging.topic:'${prefix}/BusinessPartner/Changed'
event "BusinessPartner/Changed" { // event "BusinessPartner/Changed" {
"KEY": array of { // "KEY": array of {
BUSINESSPARTNER : external.A_BusinessPartner.BusinessPartner // BUSINESSPARTNER : external.A_BusinessPartner.BusinessPartner
} // }
} // }
} }