SAP BDL DRAFT TABLE



Get Example source ABAP code based on a different SAP table
  


• DRAFT TABLE ABAP_BDL_PROP

ABAP_RAP - draft table

ABAP_SYNTAX
...
draft table DraftTableName $[query DraftQueryView$]
...

What does it do?
A draft table is only relevant for draft-enabled RAP BOs and for these, it is mandatory. It specifies the DDIC database table used to store draft data. The draft table is derived from the corresponding CDS entity. Additionally, it contains some technical information the RAP transactional engine needs to handle the draft. The technical information is added automatically with the draft admin include.
Draft table: define table DraftTable {
key client : abap.clnt not null;
...
'%admin' : include sych_bdl_draft_admin_inc;}
The draft admin include is the predefined