0% found this document useful (0 votes)
288 views3 pages

Delta Differences Advantages Disadvantages

This document discusses three different types of delta update modes for transferring extraction data from SAP to SAP BW: direct delta, queued delta, and unserialized V3 update. Direct delta transfers each document change directly to the BW delta queue as an individual logical unit of work (LUW). Queued delta aggregates up to 10,000 document changes into a single LUW in the queue before transferring to BW. Unserialized V3 update writes extraction data to update tables without maintaining sequence, requiring a job to regularly transfer the data.

Uploaded by

jayaece415
Copyright
© Attribution Non-Commercial (BY-NC)
We take content rights seriously. If you suspect this is your content, claim it here.
Available Formats
Download as DOC, PDF, TXT or read online on Scribd
0% found this document useful (0 votes)
288 views3 pages

Delta Differences Advantages Disadvantages

This document discusses three different types of delta update modes for transferring extraction data from SAP to SAP BW: direct delta, queued delta, and unserialized V3 update. Direct delta transfers each document change directly to the BW delta queue as an individual logical unit of work (LUW). Queued delta aggregates up to 10,000 document changes into a single LUW in the queue before transferring to BW. Unserialized V3 update writes extraction data to update tables without maintaining sequence, requiring a job to regularly transfer the data.

Uploaded by

jayaece415
Copyright
© Attribution Non-Commercial (BY-NC)
We take content rights seriously. If you suspect this is your content, claim it here.
Available Formats
Download as DOC, PDF, TXT or read online on Scribd
You are on page 1/ 3

http://www.bitheway.ning.

com
.
+91 9440719852 (040)-27844208

Delta Differences, Advantages & Disadvantages

Direct Delta:
=========
With each document posting the extraction data is transferred directly to the BW Delta
Queue.
Here each document posted is converted to one LUW.

Direct Delta Advantages:


We dont need to schedule a job at regular (LBWE – Job Control) in order to transfer the
data to the BW Delta Queue.
Serialization of the document is ensured by using the enqueue concept.

Direct Delta Disadvantages:


Different document changes are not summarized into one LUW in the BW Delta Queue.
Hence the number of LUWs per datasource in the BW delta queue increases significantly.

Direct Delta Recommended For:


Customers with low occurrence of documents(max 10000 doc changes between 2 delta
http://www.bitheway.ning.com
.
+91 9440719852 (040)-27844208

extracttions). The reason for this is that a large number of LUWs can cause a dump
during the extraction process.

Queued Delta:
==========
With queued delta update mode, the extraction data is written in an extraction queue and
is transferred to the BW Delta Queues by an update collective run.
Upto 10000 document delta/change to one LUW are cumulated per Datasource in the
BW Delta Queue.

Queued Delta - Advantages:


Serialization is ensured using the enqueue concept.
Works good when the occurrence of documents is high.

Queued Delta - Disadvantages:


In this case we would need to schedule a job (LBWE-Job Control) to regularly transfer
the data to BW Delta Queue.
Subsequently additional monitoring of the extraction queue is required.

Queued Delta Recommended For:


Customers with high occurrence of documents (more than 10000 document changes
between delta extractions).

Unserialized V3 Update :
==================
The extraction data continues to be written to the update tables using a V3 update module
and then is read and processed by a collective update run through LBWE.
Data is read in the update collective run without taking the sequence number into
account.

Unserialized V3 Update - Advantages:


Works good when the occurrence of documents is high.

Unserialized V3 Update - Disadvantages:


Serialization is not ensured.
In this case we would need to schedule a job (LBWE-Job Control) to regularly transfer
the data.
Subsequently additional monitoring of the extraction queue is required.

Unserialized V3 Update Recommended For:


Only if its irrelevant whether or not the extraction data is transferred to BW in exactly the
http://www.bitheway.ning.com
.
+91 9440719852 (040)-27844208

same sequence (serialization) in which the data was generated in R/3. Basically the
functional data flow should not require a correct temporal sequence.

=============================================================

You might also like