I am trying to update data in multiple table using BOPF-CDS View. following are the cds annotation to update in one table. Can you guys tell me what should i change in this code to update data in multi table.
@ObjectModel:{
modelCategory: #BUSINESS_OBJECT,
compositionRoot: true,
transactionalProcessingEnabled: true,
createEnabled: true,
updateEnabled: true,
deleteEnabled: true,
writeActivePersistence: 'ZOFT_FLIGHT_MEAL'
}