Você está na página 1de 18

Setting up Delta Process for LO

Extractors for First Time Using


Queued Delta

Applies to:
Delta-setup process for LO Extractors. For more information, visit the Business Intelligence homepage.

Summary
This Article summarizes the complete process for setting up the delta process for LO Cockpit. This article
discusses, how to delete setup table, how to set up Initialization, how to set up delta Jobs in SAP R/3.
There are various approaches in which the delta setup can be achieved for LO Cockpit. Our article discusses
one of those various approaches .This approach discussing the process when you set up delta process for
the very first time
Author:

Aakash Deep Arora / Nikhil Santosh Saxena

Company: Infosys Technologies Ltd


Created on: 15 September 2008

Author Bio
Aakash and Nikhil are presently working with Infosys Technologies Ltd. They are working on SAP BI 7.0 and
are mainly responsible for execution of SAP BW/BI projects

SAP DEVELOPER NETWORK | sdn.sap.com


2008 SAP AG

BUSINESS PROCESS EXPERT COMMUNITY | bpx.sap.com


1

Setting up Delta Process for LO Extractors for First Time Using Queued Delta

Table of Contents
What are Set-up Tables......................................................................................................................................3
Various Type of Delta Options............................................................................................................................3
High Level Steps to Set-up delta Process for LO extractors ..............................................................................4
Delete Data from Setup Table and Queues .......................................................................................................4
Create InfoPackage for Initialization...................................................................................................................7
Load Setup Tables and Queues .........................................................................................................................9
Create InfoPackage for Repair and Delta Load................................................................................................15
Final Steps ........................................................................................................................................................17
Disclaimer and Liability Notice..........................................................................................................................18

SAP DEVELOPER NETWORK | sdn.sap.com


2008 SAP AG

BUSINESS PROCESS EXPERT COMMUNITY | bpx.sap.com


2

Setting up Delta Process for LO Extractors for First Time Using Queued Delta

What are Set-up Tables


Set up table is a cluster table that is used to extract data from R/3 tables of same application. The use of
setup table is to store your data in them before updating to the target system. Once you fillup the setup
tables with the data, you need not go to the application tables again and again which in turn will increase
your system performance.

We have to fill the setup tables in LO by using OLI*BW or also by going to SBIW- Settings for
Application-Specific Data Sources->Logistics->Managing Extract Structures->Initialization->Filling in
Setup tables-Application specific setup table of statistical data

We can delete the setup tables also by using LBWG code. You can also delete setup
tablesapplication wise by going to SBIW-> Settings for Application-Specific Data Sources>Logistics->Managing Extract Structures->Initialization->Delete the Contents of the Setup Table

Applications in LO cockpit do need filling up of setup tables and deleting setup tables

Filling up of setup tables is only for initial loads

Technical Name of Setup table is Extractstruc-setup for example suppose Data source name
2LIS_11_VAHDR. And extract structure name is MC11VA0HDR then setup table name will be
MC11VA0HDRSETUP.

Various Type of Delta Options

Queued Delta : Extraction data from the application will be collected in an extraction queue before
transferred into delta queue

Direct Delta : In this Method each document posting the data is transferred into Delta Queue from
application table

Unserialized V3 Updates : Direct delta method, for each document posting the data is transferred
into Delta Queue from application table

In this document we will be discussing using the delta setup approach using Queued Delta approach only.

SAP DEVELOPER NETWORK | sdn.sap.com


2008 SAP AG

BUSINESS PROCESS EXPERT COMMUNITY | bpx.sap.com


3

Setting up Delta Process for LO Extractors for First Time Using Queued Delta

High Level Steps to Set-up delta Process for LO extractors


1. Delete Setup table
2. Initialization at BW side with data transfer
3. Filling up set-up tables
4. Transferring Setup Table data to BW by Full repair request
5. Setting up delta jobs in R/3
User Lock out is not required we first load data to DSO with an overwrite option for all the key figures. Any
Process chains already running for the same load should be stopped
One another approach could be
1. Delete Setup table
2. Fill Setup table
3. Initialization at BW side without data transfer
4. Transferring Setup Table data to BW with Full Repair
5. Setting up delta jobs in R/3
User Lock out is not required we first load data to DSO with an overwrite option for all the key figures . Any
Process chains already running for the same load should be stopped
Both of the above approaches are similar in terms of navigation, we have tried to define 1st approach of the
above 2

Delete Data from Setup Table and Queues

Go to SAP source system (SAP R/3 or Equivalent) . Enter the code T-code SBIW

Navigate to path as shown in screen shot in Fig1 below

Open Setup tables

SAP DEVELOPER NETWORK | sdn.sap.com


2008 SAP AG

BUSINESS PROCESS EXPERT COMMUNITY | bpx.sap.com


4

Setting up Delta Process for LO Extractors for First Time Using Queued Delta

Fig 1 .

This can also be executed with the help of T-code LBWG and data can be deleted for respective application

Click on execute and press F4

Fig 2

SAP DEVELOPER NETWORK | sdn.sap.com


2008 SAP AG

BUSINESS PROCESS EXPERT COMMUNITY | bpx.sap.com


5

Setting up Delta Process for LO Extractors for First Time Using Queued Delta

A confirmation box will open. Click on Yes to proceed

Fig 3

Go to LBWQ (outbound queue), select the relevant extract queue and delete data from delta
queue. Check if there is a outbound queue already there ( If generated during various testing phases
before Go-Live)

Fig 4

Go to RSA7 (delta queue), select same table and delete data from delta queue ( If generated
during various testing phases before Go-Live)

Fig 5

SAP DEVELOPER NETWORK | sdn.sap.com


2008 SAP AG

BUSINESS PROCESS EXPERT COMMUNITY | bpx.sap.com


6

Setting up Delta Process for LO Extractors for First Time Using Queued Delta

Create InfoPackage for Initialization

Go to SAP BW /BI Enter the T-code RSA1 and within that to equivalent DSO. Create a new
Infopackage

Fig 6

Fig 7

SAP DEVELOPER NETWORK | sdn.sap.com


2008 SAP AG

BUSINESS PROCESS EXPERT COMMUNITY | bpx.sap.com


7

Setting up Delta Process for LO Extractors for First Time Using Queued Delta

Go to the tab Update and set Update Mode as Initialization with Data Transfer

Fig 8

Go to the tab Schedule and Start the job. (Note: You will have to save the info package).. So data
from setup table will be Loaded to the respective DSO

SAP DEVELOPER NETWORK | sdn.sap.com


2008 SAP AG

BUSINESS PROCESS EXPERT COMMUNITY | bpx.sap.com


8

Setting up Delta Process for LO Extractors for First Time Using Queued Delta

Load Setup Tables and Queues

Go to SAP Source System and enter the T-code RSA7. There should be one successfully message
against your initialization

Fig 10

If you are able to see this message, start filling setup table. (Note: Use the code SBIW)

Fig 11

SAP DEVELOPER NETWORK | sdn.sap.com


2008 SAP AG

BUSINESS PROCESS EXPERT COMMUNITY | bpx.sap.com


9

Setting up Delta Process for LO Extractors for First Time Using Queued Delta

Fig 12

By default, you will see Date of termination based on system date and time. Change this to a future
date or time. Click on Program Execute in background

Fig 14

SAP DEVELOPER NETWORK | sdn.sap.com


2008 SAP AG

BUSINESS PROCESS EXPERT COMMUNITY | bpx.sap.com


10

Setting up Delta Process for LO Extractors for First Time Using Queued Delta

Set the relevant Output device or set output Device as locl

Fig 15

Fig 16

SAP DEVELOPER NETWORK | sdn.sap.com


2008 SAP AG

BUSINESS PROCESS EXPERT COMMUNITY | bpx.sap.com


11

Setting up Delta Process for LO Extractors for First Time Using Queued Delta

Now we have to load from Outbound queue to delta queue {RSA7}. Go to LBWE and click on Job
Control

Fig 17

By default Start Date and Print parameter have status Red. Adjust setting for both.

Fig 18

SAP DEVELOPER NETWORK | sdn.sap.com


2008 SAP AG

BUSINESS PROCESS EXPERT COMMUNITY | bpx.sap.com


12

Setting up Delta Process for LO Extractors for First Time Using Queued Delta

Fig 19

Fig 20

SAP DEVELOPER NETWORK | sdn.sap.com


2008 SAP AG

BUSINESS PROCESS EXPERT COMMUNITY | bpx.sap.com


13

Setting up Delta Process for LO Extractors for First Time Using Queued Delta

Again, set output device as locl or any relevant Output device

Fig 21

Fig 22

Check SM37 and ensure that setup job is complete. If not, wait till it is complete.

SAP DEVELOPER NETWORK | sdn.sap.com


2008 SAP AG

BUSINESS PROCESS EXPERT COMMUNITY | bpx.sap.com


14

Setting up Delta Process for LO Extractors for First Time Using Queued Delta

Create InfoPackage for Repair and Delta Load

Go to DBW or equivalent. Enter the T-code RSA1 and create another infopackage

Fig 23

Click on Scheduler and select Repair Full Request

Fig 24

Fig 25

Run this info package. This can be deleted after completion of task.

SAP DEVELOPER NETWORK | sdn.sap.com


2008 SAP AG

BUSINESS PROCESS EXPERT COMMUNITY | bpx.sap.com


15

Setting up Delta Process for LO Extractors for First Time Using Queued Delta

Now create another info package for delta load. Set Update Mode as delta load. You can use this
in process chains for normal loading.

Fig 26

SAP DEVELOPER NETWORK | sdn.sap.com


2008 SAP AG

BUSINESS PROCESS EXPERT COMMUNITY | bpx.sap.com


16

Setting up Delta Process for LO Extractors for First Time Using Queued Delta

Final Steps
The Full upload from setup tables is now completed along with Delta setup and Process chains will now run
as per the set-up done in step up done as above.

SAP DEVELOPER NETWORK | sdn.sap.com


2008 SAP AG

BUSINESS PROCESS EXPERT COMMUNITY | bpx.sap.com


17

Setting up Delta Process for LO Extractors for First Time Using Queued Delta

Disclaimer and Liability Notice


This document may discuss sample coding or other information that does not include SAP official interfaces and therefore is not
supported by SAP. Changes made based on this information are not supported and can be overwritten during an upgrade.
SAP will not be held liable for any damages caused by using or misusing the information, code or methods suggested in this document,
and anyone using these methods does so at his/her own risk.
SAP offers no guarantees and assumes no responsibility or liability of any type with respect to the content of this technical article or
code sample, including any liability resulting from incompatibility between the content within this document and the materials and
services offered by SAP. You agree that you will not hold, or seek to hold, SAP responsible or liable with respect to the content of this
document.

SAP DEVELOPER NETWORK | sdn.sap.com


2008 SAP AG

BUSINESS PROCESS EXPERT COMMUNITY | bpx.sap.com


18

Você também pode gostar