With the latest release 2508 of SAP BTP ABAP Environment a new feature called Collaborative Draft has been delivered. This feature allows that several users can work on the same draft instance of an entity of a RAP Business Object.
So similar like collaborating on a file in Microsoft Teams it is now possible that several users can perform changes on an entity of a RAP Business Object at the same time.
The cool thing is that every draft enabled RAP BO can be enhanced so that it also supports Collaborative Draft without the need to change the existing implementation of your behavior implementation. It is only required to change a few lines of code in the behavior defintion, the behavior projection and you have to create a draft query view which projects all fields of the draft table. of the “authorization master” entity which in most cases this is the root entity of your business object.
With the latest release 2508 of SAP BTP ABAP Environment a new feature called Collaborative Draft has been delivered. This feature allows that several users can work on the same draft instance of an entity of a RAP Business Object. So similar like collaborating on a file in Microsoft Teams it is now possible that several users can perform changes on an entity of a RAP Business Object at the same time.The cool thing is that every draft enabled RAP BO can be enhanced so that it also supports Collaborative Draft without the need to change the existing implementation of your behavior implementation. It is only required to change a few lines of code in the behavior defintion, the behavior projection and you have to create a draft query view which projects all fields of the draft table. of the “authorization master” entity which in most cases this is the root entity of your business object. Read More Technology Blog Posts by SAP articles
#SAP
#SAPTechnologyblog