Application Development and Automation Discussions
Join the discussions or start your own on all things application development, including tools and APIs, programming models, and keeping your skills sharp.
cancel
Showing results for 
Search instead for 
Did you mean: 
Read only

Delta Extract

Former Member
0 Likes
625

Hi All,

The System Landscape of current environment is Development, Quality, Pre-Production & Production. In production system has live data / transaction data. On a daily basis, we need to extract the delta of Master Data from production system and push it to pre-production system.

Master Data like..........Article, Vendor, Customer etc.,

If anyone has idea, please pass on the same.

Regards,

Ramki.

4 REPLIES 4
Read only

Former Member
0 Likes
582

If I get you correctly you might be trying to extract delta data . In every master table their will be date field(say Changed on ).

When u create an extractor u need to use this field in the Generic delta tab.

Revert back if more help is required.

Rhea.

Read only

0 Likes
582

Hi Rhea,

As an Example, Vendor & Customer table does not have change date. Please let me know.

Regards,

Ramki.

Read only

Former Member
0 Likes
582

One more approach is having data from CDHDR & CDPOS. Every correction in SAP will make an entry in these tables. We need to get the basic key information like object class, date, time, transaction, change indicator. Retrieve information from CDHDR & CDPOS and collect the master data values per type like Vendor, Customer etc. Finally you will get a list of master data to be retrieved. Then use interfaces to transfer data between systems.

Could get only this approach for now and will update you if come across other alternatives.

Regards,

Prasanth

Read only

Former Member
0 Likes
582

Standard extractors are available for most of the master data .

For ex 0customer_attr for customer data.

Rhea.