SAP ABAP CDS View - CDC based delta - Nuts & Bolts

Поділитися
Вставка
  • Опубліковано 29 сер 2024
  • This video provides insights into:
    1. SAP ABAP CDS Views - the new CDC (Change Data Capture) based delta functionality.
    2. Provides the behind-the-scenes working of the CDC framework.
    3. Demonstrates, with a real-world business scenario, how the changes to source data trigger the CDC and how the CDC captures and sends deltas to the target BW system.
    4. Provide important SAP Notes and Support related details.
    5. Answers most frequently asked questions about the CDC functionality
    Link for Material: 1drv.ms/b/s!Al...

КОМЕНТАРІ • 9

  • @SyedAli-iv9iw
    @SyedAli-iv9iw 7 місяців тому +3

    Good Work mate. Detailed explanation with good insights on tables and tcodes which ain't mentioned frequently in most of the blogs related to ABAP CDS....

  • @niranjanreddy09
    @niranjanreddy09 6 місяців тому

    Very detailed explanation sir
    Glad to see with new topic after long time 😊

  • @Vinodkumar-kt2bs
    @Vinodkumar-kt2bs Місяць тому

    Thanks for the insights, apricate it. after upgrade we have an issue with CDC deltas,
    Init delta loads are working fine however when tried to run delta we are getting error message saying "change data capture is broken", can you give details on how to resolve the issue?

  • @sherifelkoumy3131
    @sherifelkoumy3131 6 місяців тому

    awsome work Mukherjee, I have a small question, at 53:16, you said, when a record get deleted. a new record get created. What does that mean exactly? because when an entry get deleted from form acdocp, the CDS delivers two records, one record with recordmode x and second record is empty except the key fields. both records come with same key, but one with recordmode x which get deleted in adso while activation and second record which is empty except the key get entered in active table and makes # at all fields, so I have and active table, same lines like acdocp and others with # and all others with # come always when a record get deleted in s4. Did you see that before? regards, Sherif

  • @david56681
    @david56681 6 місяців тому

    Thanks. Can CDC work without BW? If I just want to download the delta table in a file and then delete them for the delta table?

  • @anilkumar-uq7vz
    @anilkumar-uq7vz 6 місяців тому

    Hello sir , could you please let me know how to register for course

  • @andrewsimmonite5583
    @andrewsimmonite5583 7 місяців тому

    Does this CDS View with CDC work as a Delta into SAP SAC ?

    • @DebanshuMukherjee
      @DebanshuMukherjee  7 місяців тому

      For SAC to consume ABAP CDS Views - we need to have certain annotations such as @Analytics.query, @Odata.publish etc. However, as per my understanding, extraction-related annotations, such as CDC, don't work well with query or Odata annotations. By that, I would infer that CDC delta won't work with SAC.
      Having said that, I believe SAP is working towards enabling CDC not just for BW but for SAC as well.
      In case you manage to make it work, please let us know so that everyone can benefit.