cancel
Showing results for 
Search instead for 
Did you mean: 

SAP Datasphere: I_CustSalesPartnerFunc CDC enabled but not working - Why?

MKreitlein
Active Contributor
0 Kudos

Dear CDS View and SAP Datasphere experts,

I've got one more tricky question regarding to data extraction from S4 into SAP Datasphere.

I wanted to use CDS View: I_CustSalesPartnerFunc (ICUSTPARTNERFUNC), which is supposed to have delta extraction:

@AbapCatalog.sqlViewName: 'ICUSTPARTNERFUNC'
@VDM.viewType: #BASIC
@AbapCatalog.compiler.compareFilter: true
@AccessControl.authorizationCheck: #CHECK
@Analytics: {
  dataCategory: #DIMENSION,
  dataExtraction: {
    enabled: true,
    delta.changeDataCapture: {
      automatic: true
    }
  }
}<br>

When trying to trigger it from SAP Datasphere, this message is displayed in SLG1:

I tried to find notes for this error message number, but without success.

When I tried to check that via the RODPS_REPL_TEST program from (DHCDCMON - CDS-View-Replikationsmonitor) this message is displayed:

My developer colleague tried to debug it, and while comparing it with another CDS View, which can provide delta, she found out the following:

Here the last line is missing for CDS View: I_CustSalesPartnerFunc ... she gave up with that...

Who can explain the reason for that? Where are those entries stored? Why does CDC not work here?

Thanks, Martin

MKreitlein
Active Contributor
0 Kudos

maggie.yi ... I found your Wiki posting. Maybe you could have a look here? 🙂

View Entire Topic
maggie_yi
Advisor
Advisor
0 Kudos

Hi m.kreitlein , in my s/4 system, delta of I_CUSTSALESPARTNERFUNC by rodps_repl_test works fine.

Please check if the following note is missing in your S/4 system:

3104226-BW delta extraction enablement and C1 release for Business partner , Customer and Supplier related CDS views

Regards,
Maggie

MKreitlein
Active Contributor
0 Kudos

Hello maggie.yi,

Thanks a lot for your feedback.

Hm, can you let my know which release/version your S4 system is?

Mine is the following, and the note says "not relevant" , "cannot be implemented":

Thanks, Martin

maggie_yi
Advisor
Advisor
0 Kudos

Hi, my system is on S4CORE 109. What's your S4CORE version?