SAP extractor with "nested/dependent" entity queries

Related products: Extractors

The statement problem is we have two SAP standard api, 

one is Material Document Header : /sap/opu/odata/sap/API_MATERIAL_DOCUMENT_SRV/A_MaterialDocumentHeader
another is Material document item: /sap/opu/odata/sap/API_MATERIAL_DOCUMENT_SRV/A_MaterialDocumentItem
Both APIs share the common field "MaterialDocument."

Since the Material document item API lacks date fields, to get delta records our approach is to retrieve the latest changed row from the header API, 
extract the materialDocument value, and then utilize this value in the item API to fetch the delta. We've implemented a custom SAP extractor with this logic.

Please enhance the SAP extractor with nested queries 

Hi @shubha k v

Thank you for reaching out to us with your request. Your suggestion has been noted, and we've added it to our backlog for consideration. Rest assured, we'll prioritize this feature request in line with our development strategy.

Best regards,

Elka