on 2024 Nov 22 2:04 PM
Dear Datasphere Experts,
This pertains to the extraction of LO extractors (2LIS*) from ECC to a third-party target, such as AWS, using a "replication flow" facilitated by premium outbound connectivity.
According to SAP documentation, only an initial load is supported when the source object lacks a primary key for ODP artifacts.
Here are my questions:
This is a common requirement as It work perfectly in SAP BW, and I believe it warrants attention. I would appreciate your guidance.
BR,
Yatendra
Request clarification before answering.
Consider CDS views. Extractors are obsolete 🙂
https://help.sap.com/docs/SAP_S4HANA_CLOUD/c0c54048d35849128be8e872df5bea6d/5418de55938d1d22e1000000...--> S/4 CDS views for extraction
Check OSS 2500202 as well.
I also found a nice blog while searching: https://community.sap.com/t5/enterprise-resource-planning-blogs-by-sap/cds-views-vs-lis-in-pm-how-to...
Cheers
Martin
You must be a registered user to add a comment. If you've already registered, sign in. Otherwise, register and sign in.
Thank you, Martin.
Currently, we are still on ECC and might take a few more years to transition to S/4HANA, where we can leverage CDS views instead of extractors. In the meantime, we are seeking a solution to continue utilizing SAPI extractors or any insights on SAP's plans for supporting delta functionality for extractors moving forward in replication flow.
Hi Yatendra, right, you wrote ECC :). Means my response is irrelevant. I never had such a challenge, therefore can only suggest the following:
#1 ABAP CDS views. Limited compared to HANA CDS, but still a good option.
#2 try to create the delta in the DSP instead. Something like generic delta, but... you can do this only for tables/cds/ODP, not for the extractor self.
Approach will be complex and error-prone. Because you need to rebuild the extractor logic and the LIS ones are a level more complex then the rest due to the two-steps delta mechanism (I was always 'very happy' to enhance the LIS extractors. Getting a posting free time slot was always quite a long-run)
#3 Can you try ODP? I am not sure if LIS can be used in ODP.
Cheers,
Martin
Here I found the similar issue
User | Count |
---|---|
72 | |
18 | |
10 | |
7 | |
7 | |
4 | |
4 | |
4 | |
4 | |
3 |
You must be a registered user to add a comment. If you've already registered, sign in. Otherwise, register and sign in.