cancel
Showing results for 
Search instead for 
Did you mean: 

CDS View on BSAD/BSID tables with Change Date for Delta Records

venkat_kodi
Participant
0 Kudos

Hi all,

I am creating the ABAP CDS View on BSAD/BASID Accounts Receivables Closed & Open Item tables. These tables have Create Date only, but no Change Date for which I am looking to get the Changed Records as Delta records. What is the best way to capture the Changed Records based on Change Date, please? There is no standard CDS View based on BSAD/BSD tables.

Regards,

Venkat.

Accepted Solutions (0)

Answers (1)

Answers (1)

former_member6443
Contributor
0 Kudos

Hi,

You can create a Custom CDS View using the below annotation . Have a look at the Note 2884410

dataExtraction: { enabled: true, delta.changeDataCapture: { automatic : true } } 

Good Luck

Afshin