on 2024 Aug 29 1:32 PM
Hello Experts,
We have created a ABAP CDS delta extractor on NSDM_E_MCHBH (replacement of MCHBH) using CDC. SAP recommends to use replacement if available. When the extractor is used in DataSphere Replication flow, the delta load is failing.
Error - CDS view is Inconsistent and Definition of the view is too complex for automatic CDC
Note - We are getting warning "Definition of view is too complex for automatic CDS" and "Data extraction of CDS entity not possible" in ABAP perspective. We ignored the warning as it was for other extractor's as well and they are fine.
Note , even extractor on MCHBH we faced the same issue.
Please let me know how we can get delta from table MCHBH using ABAP CDS view extractor.
Thanks,
Hello Vinay,
Hope you are doing good.
The aggregate tables MCHB, MARD etc are not filled up in S/4, so getting delta based on these tables is not possible. they are used only as master data tables.
I think you have built a wrapper view on top of NSDM_E_MCHBH and provided the annotations
@analytics.dataExtraction.enabled: true
@analytics.dataExtraction.delta.changeDataCapture.automatic: true
With this the delta is not possible because
My solution would be
You must be a registered user to add a comment. If you've already registered, sign in. Otherwise, register and sign in.
User | Count |
---|---|
71 | |
11 | |
11 | |
10 | |
9 | |
9 | |
7 | |
6 | |
5 | |
4 |
You must be a registered user to add a comment. If you've already registered, sign in. Otherwise, register and sign in.