- Positioning of Cockpit extraction
- Overview data flow
- Update Methods
Overview data flow
Transaction postings lead to:
- Records in transaction tables
- For an initial load a setup needs to be executed which reads the transaction data and stores the data in a setup table.
- These setup tables are read during an initial or full load.
- Further transactions are posted into the transaction tables and also caught into Update tables / 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.
- Direct Delta
- Queued Delta
- Unserialized v3 update
- 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
- Not suitable for environments with high number of document changes
- Setup and delta initialization have to be executed successfully before document postings are resumed
- V1 is more heavily burdened
- Extraction is independent of V2 update
- Less monitoring overhead of update data or extraction queue
In this Extraction data is collected for the affected application in an extraction queue the collective run as usual for transferring data into the BW delta queue.
- 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.
- V1 is more heavily burdened compared to V3
- Administrative overhead of extraction queue
- Extraction is independent of V2 update
- Suitable for environments with high number of document changes
- Downtime is reduced to running the setup
- Up to 10000 delta extractions of documents for an LUW are compressed for each DataSource into the BW delta queue, depending on the application.
- 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
- 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
- Only suitable for data target design for which correct sequence of changes is not important e.g. Material Movements.
- V2 update has to be successful
Queued delta: Up to 10000 delta extractions of documents for an LUW are compressed for each DataSource into the BW delta queue.
Direct delta for small volumes and sufficient downtime possible.
By,
Praveen Yagnamurthy,
SAP BI Consultant,
Blue Marlin Systems-INDIA.
http://bluemarlinsys.com/bi .
For a Excellent Online Resource for SAP EP and SAP Web Dynpro ABAP, Visit Learn SAP Online
ReplyDeleteSAP EP - Standard Portal Services
Portal Eventing and Navigation
Portal Look and Feel - Branding the Portal
How to Develop Portal Applications
SAP EP-Developing portal content and assigning permissions
SAP EP-Role maintenance
SAP EP-How to make Enterprise Portal highly available
SAP Material Management Introduction
SAP EP-J2EE architechture
and many more...
Basics of Web Dynpro ABAP
ABAP Data Types and Objects
ABAP Statements
WD4A - Topics to be covered in the upcoming posts
WD4A - Introduction
WDA - SAP Logon Procedures
WD4A-Format the Values appearing on value Axis of Business Graphic
WD4A-Navigate from one view to another and back to previous view
WD4A - How to Calculate next 12 months from current month in web dynpro ABAP
WD4A - Validate Inputs in a web dynpro ABAP Application
Web Dynpro ABAP application
and many more...