cancel
Showing results for 
Search instead for 
Did you mean: 

hi

Former Member
0 Kudos

hi i have a dought,on extractor queue,

extractor queue maintains the logs,where i can see those logs.

can u explain in detail.

Accepted Solutions (0)

Answers (1)

Answers (1)

former_member228339
Contributor
0 Kudos

Hi..

Go to transaction RSA7.

You can see that the delta queue has been successfully filled

if v3

When the extract structure is activated for updating, the data is written to the extract structures immediately - online as well as when you fill the tables for restructuring.

The data is updated with the V3 update and is ready to be transferred with the batch operator to the central delta management.

Define job parameters such as start time and printer settings, and schedule the batch jobs at this point.

Schedule the job and check the job overview in SM37

Serialized V3 Update

Transaction data is collected in the R/3 update table

Data in the update tables is transferred through a periodic update process to BW Delta queue

Delta loads from BW retrieve the data from this BW Delta queue

Transaction postings lead to:

Records in transaction tables and in update tables

A periodically scheduled job transfers these postings into the BW delta queue

This BW Delta queue is read when a delta load is executed

Direct Delta

Each document posting is directly transferred into the BW delta queue

Each document posting with delta extraction leads to exactly one LUW in the respective BW delta queues

Transaction postings lead to:

Records in transaction tables and in update tables

A periodically scheduled job transfers these postings into the BW delta queue

This BW Delta queue is read when a delta load is executed.

Queued Delta

Extraction data is collected for the affected application in an extraction queue

Collective run as usual for transferring data into the BW delta queue

Transaction postings lead to:

Records in transaction tables and in extraction queue

A periodically scheduled job transfers these postings into the BW delta queue

This BW Delta queue is read when a delta load is executed.

Un-Serialized V3 Update

Extraction data for written as before into the update tables with a V3 update module

V3 collective run transfers the data to BW Delta queue

In contrast to serialized V3, the data in the updating collective run is without regard to sequence from the update tables

Transaction postings lead to:

Records in transaction tables and in update table

A periodically scheduled job transfers these postings into the BW delta queue

This BW Delta queue is read when a delta load is executed.