SlideShare une entreprise Scribd logo
1  sur  70
DATA STORE
OBJECTS
- Yasmin Banu A
INTRODUCTION
WHAT IS A DSO?
 Data Store Object (DSO) is a two-dimensional storage unit
 It mainly stores consolidated and cleansed transaction data
 Data is stored at detailed level
 With DSO’s, its also possible to overwrite data fields
 Detailed level reporting can be obtained from DSO
 DSO contains:
 Key fields - Such as document number & document item
number
 Data fields – Can have key figures & character fields such
as Customer, Sales Quantity, Order Status
 Data in DSO is stored in transparent flat database tables
TYPES OF DSO
TYPES OF DSO:
TYPE OF
DSO
STRUCTURE SUPPLY
OF DATA
SID
GENERATION
Standard Consists of 3 tables :
 New table
 Active table
 Change Log table
From data
transfer
process
Yes
Write-
Optimized
Consists of the table
of active data only
From data
transfer
process
No
Direct
Update
Consists of the table
of active data only
From APIs No
TYPE 1: STANDARD
DSO
STRUCTURE OF STANDARD DSO
 Standard DSO contains the following 3 tables:
a) New data table – Holds the records that
are to be updated, not yet been
activated. After activation, this data is
deleted if all requests in the new table have
been activated
b) Active table – A table containing the active
data (A table)
c) Change log table – Holds the change
history for delta loads
STRUCTURE OF STANDARD DSO (CONTD.)
 The tables of active table are built according to the
DSO definition.
 This means that key fields and data fields are
specified when the DataStore object is defined
 The new table & change log are identical in
structure:
 New table – has SID as its key, package ID and the
record number
 Change Log – has request ID as its key, the package ID
and Record Number
 Data arrives in the change log from the new table
and is written to the table for active data upon
activation
EXAMPLE OF ACTIVATING & UPDATING DATA:
Staging Engine
Req1 Req2 Req3
New data table
Active table
Change Log table
REQU1 | P1 | Rec. 1 | 3511 | 10
REQU2 | P1 | Rec. 1 | 3511 | 30
3511 | 10
3511 | 30
Req. ID | Pack. ID | Rec. No.
DSORx | P1 | Rec. 1 | 3511 | 10
DSORy | P1 | Rec. 1 | 3511 | -10
DSORy | P1 | Rec. 1 | 3511 | +30
Activation
 Request 1 with amount 10 and Request 2 with
amount 30 are loaded parallel into the DSO. It take
us to the new data table. We are given a unique
Request ID
 When activation is performed, the requests are
sorted by key, transferred into the table containing
the active data, and immediately deleted from the
new data table. In Active table, the amount 10 is
replaced by 30 (Since Overwrite is set as the
Update type)
 When we activate the data, the change log is also
notified. The old record from the active table is
saved as a negative (-10) and the new record is
stored as a positive (+30)
0RECORDMODE :
 When activation is done over the standard DSO,
SAP Netweaver BW adds the 0RECORDMODE
Info object to the definition of the Standard DSO
and to all the three tables (New, Change & Active
tables)
 This Info Object is used internally by SAP
Netweaver BW
 Delta is a feature of extractor, which refers to
changes (new/modified entries)
 Record Mode is used in Delta process
 The record mode describes the type of change that
a data record contains
 If a datasource is delta capable, the field
ROCANCEL which is part of the datasource, holds
the changes from R/3 side
0RECORDMODE (CONTD.):
 This field for the DataSource is assigned to the Info
Object 0RECORDMODE in the BW system
 ROCANCEL serves the same purpose at R/3 side
which its counterpart 0RECORDMODE does at BW
side
 The values for 0recordmode are:
VALUE MEANING
Blank The record provides an after image
X The record provides a before image
A The record provides an additive image
D The record must be deleted
R The record provides a reverse image
N The record provides a new image
DESIGNING OF
STANDARD DSO
DESIGNING A STANDARD DSO:
 Step 1: Create the flat file in csv format
 Step 2: Create Data Source
DESIGNING A STANDARD DSO (CONTD.):
 Step 3: Give the name for data source & the data
source type as transaction data
DESIGNING A STANDARD DSO (CONTD.):
 Step 4: In the ‘General’ tab, give the short, medium
& long descriptions
DESIGNING A STANDARD DSO (CONTD.):
 Step 5: In the ‘Extraction’ tab, specify the file name,
header rows to be ignored, data format & data
separator
DESIGNING A STANDARD DSO (CONTD.):
 Step 6: In ‘Proposal’ tab, click on ‘Load Example
Data’ to have view of how the loaded data will
appear
DESIGNING A STANDARD DSO (CONTD.):
 Step 7: In the ‘Fields’ tab, the list of fields available
in the flat file gets added automatically
 Step 8: In ‘Preview’ tab, first check & activate the
data source. Then choose the ‘Read Preview Data’
DESIGNING A STANDARD DSO (CONTD.):
 Result appears as below
DESIGNING A STANDARD DSO (CONTD.):
 Step 9: Now, we have to create the Info Package to
load data into the PSA
DESIGNING A STANDARD DSO (CONTD.):
 Give the description for Info Package & continue
DESIGNING A STANDARD DSO (CONTD.):
 Step 10: Go to ‘Schedule’ tab & click on Start.
Monitor the load to PSA
DESIGNING A STANDARD DSO (CONTD.):
DESIGNING A STANDARD DSO (CONTD.):
 Step 11: Create the DSO by giving the technical
name & description
DESIGNING A STANDARD DSO (CONTD.):
DESIGNING A STANDARD DSO (CONTD.):
 Step 12: Click on the Info Object Catalog
(Characteristics first & then Key Figures
Catalog),then choose the key fields & data fields
DESIGNING A STANDARD DSO (CONTD.):
DESIGNING A STANDARD DSO (CONTD.):
DESIGNING A STANDARD DSO (CONTD.):
DESIGNING A STANDARD DSO (CONTD.):
DESIGNING A STANDARD DSO (CONTD.):
 Step 13: Create the transformation. Check the
details in the pop up screen like object type & data
source
DESIGNING A STANDARD DSO (CONTD.):
DESIGNING A STANDARD DSO (CONTD.):
 Step 14: Create the mapping between data source
fields & target fields. Save & Activate
DESIGNING A STANDARD DSO (CONTD.):
 Step 15: Create the DTP (Data Transfer Process),
to load data from PSA to DSO. Click Continue
DESIGNING A STANDARD DSO (CONTD.):
DESIGNING A STANDARD DSO (CONTD.):
 Step 16: In order to press the ‘Execute’ button, we
will have to activate the DTP
DESIGNING A STANDARD DSO (CONTD.):
DESIGNING A STANDARD DSO (CONTD.):
DESIGNING A STANDARD DSO (CONTD.):
 Step 17: Now, check the status of the data load by
going to the Manage screen of the DSO
DESIGNING A STANDARD DSO (CONTD.):
 The reporting icon is not available, which means it
will not be available for reporting, hence, we have
to activate the data.
DESIGNING A STANDARD DSO (CONTD.):
 Step 18: The New data table will have the loaded
records, we can check by selecting the ‘New Data
Table’ in the contents tab
DESIGNING A STANDARD DSO (CONTD.):
 The New table data contents appear as below
DESIGNING A STANDARD DSO (CONTD.):
 Step 19: Since we have still not activated the
Request, the Active data will be empty. Let’s see
the contents of the Active table
DESIGNING A STANDARD DSO (CONTD.):
DESIGNING A STANDARD DSO (CONTD.):
 Step 20: Now, to activate the Request & make data
available for reporting, we follow the below steps to
activate
 Select the Request ID to be activated. Click
Activate
DESIGNING A STANDARD DSO (CONTD.):
 In the pop-up below, choose the Request ID &
press ‘Refresh’. Wait till the Request ID disappears
from this screen
DESIGNING A STANDARD DSO (CONTD.):
DESIGNING A STANDARD DSO (CONTD.):
DESIGNING A STANDARD DSO (CONTD.):
 Step 21: Press ‘Refresh’ button to see the reporting
icon in the Manage screen
DESIGNING A STANDARD DSO (CONTD.):
DESIGNING A STANDARD DSO (CONTD.):
 Step 22: Now, after Activation, if we check the New
Data table, it will have no records. The Active table
& Change Log table will have the loaded records in
them now
DESIGNING A STANDARD DSO (CONTD.):
DESIGNING A STANDARD DSO (CONTD.):
DESIGNING A STANDARD DSO (CONTD.):
 Data In Active Table
DESIGNING A STANDARD DSO (CONTD.):
DESIGNING A STANDARD DSO (CONTD.):
 Data In Change Log Table
0RECORDMODE has values
as ‘N’ which means New
records
TYPE 2: WRITE-
OPTIMIZED DSO
INTRODUCTION TO WRITE-OPTIMIZED DSO:
 Write Optimized DSO is used when DSO is
required for storing lowest granularity records
such as address & when overwrite functionality
is not needed
 It consists of Active data only, hence no need
for data activation which increases data
process
 It is used a temporary storage are for large set
of data
 Write Optimized DSO has been primarily
designed to be the initial staging of the source
system data from where the data could be
transferred to the Standard DSO or Info Cube
WRITE-OPTIMIZED DSO PROPERTIES:
 It is used for initial staging of source system
data
 Data stored is of lowest granularity
 Data loads can be faster since it doesn’t
have the separate activation step
 Every record has a technical key and hence
aggregation of records is not possible. New
records are inserted every time
DESIGNING OF
WRITE OPTIMIZED
DSO
DESIGNING A WRITE-OPTIMIZED DSO (CONTD.):
 Step 1: Create the DSO by right clicking on the Info
Area & choosing the option ‘Create Data Store
Object’
DESIGNING A WRITE-OPTIMIZED DSO (CONTD.):
 Step 2: Enter the Technical name, description. Click
on Create button
DESIGNING A WRITE-OPTIMIZED DSO (CONTD.):
 Step 3: Click on the Edit button of ‘Type of Data
Store Object’
DESIGNING A WRITE-OPTIMIZED DSO (CONTD.):
 Step 4: Choose the Type ‘Write-Optimized’ & click
on Continue
DESIGNING A WRITE-OPTIMIZED DSO (CONTD.):
 Step 5: The following screen appears
DESIGNING A WRITE-OPTIMIZED DSO (CONTD.):
 Technical keys
 Include Request ID, Data package, Data Record number. No
additional objects can be included under this.
 Semantic keys
 Are similar to key fields
 However, here the uniqueness is not considered for over write
functionality
 They are instead used in conjunction with setting ’Do not
check uniqueness of data’
 The purpose of Semantic Key is to identify error in incoming
records or Duplicate records
 If we do not check the Check Box “Allow Duplicate Record”, the
data coming from source is checked for duplication, i.e, if same
record (semantic keys) already exist in the DSO, then current
load is terminated
 If we select the check box, Duplicate records are loaded as a
new record. There is no relevance of semantic keys in this case
DESIGNING A WRITE-OPTIMIZED DSO (CONTD.):
 Step 6: After adding the Info Objects accordingly to
Semantic & Data fields, we Activate the DSO
THANK YOU

Contenu connexe

Tendances

SAP BW - Creation of master data texts
SAP BW - Creation of master data textsSAP BW - Creation of master data texts
SAP BW - Creation of master data textsYasmin Ashraf
 
Step by step lsmw tutorial
Step by step lsmw tutorialStep by step lsmw tutorial
Step by step lsmw tutorialraonivaz
 
IDOC , ALE ,EDI
IDOC , ALE ,EDIIDOC , ALE ,EDI
IDOC , ALE ,EDIAmit Khari
 
Introduction to ABAP
Introduction to ABAPIntroduction to ABAP
Introduction to ABAPsapdocs. info
 
SAP S_4HANA Migration Cockpit - Migrate your Data to SAP S_4HANA.pdf
SAP S_4HANA Migration Cockpit - Migrate your Data to SAP S_4HANA.pdfSAP S_4HANA Migration Cockpit - Migrate your Data to SAP S_4HANA.pdf
SAP S_4HANA Migration Cockpit - Migrate your Data to SAP S_4HANA.pdfsubbulokam
 
SAP BW Reports - Copy
SAP BW Reports - CopySAP BW Reports - Copy
SAP BW Reports - CopyAby m
 
SAP BW - Master data load via flat file
SAP BW - Master data load via flat fileSAP BW - Master data load via flat file
SAP BW - Master data load via flat fileYasmin Ashraf
 
SAP IDoc Overview and Outbound IDoc.pptx
SAP IDoc Overview and Outbound IDoc.pptxSAP IDoc Overview and Outbound IDoc.pptx
SAP IDoc Overview and Outbound IDoc.pptxAshwaniKumar207236
 
User exits
User exitsUser exits
User exitsanilkv29
 
Lo extraction part 7 enhancements
Lo extraction   part 7 enhancementsLo extraction   part 7 enhancements
Lo extraction part 7 enhancementsJNTU University
 
Differences Between Bw3.5 Bi7.0
Differences Between Bw3.5 Bi7.0Differences Between Bw3.5 Bi7.0
Differences Between Bw3.5 Bi7.0srinath_vj
 
SAP IS Retail Article Master
SAP IS Retail Article MasterSAP IS Retail Article Master
SAP IS Retail Article Mastersameer311299
 
Data migration methodology for sap v2
Data migration methodology for sap v2Data migration methodology for sap v2
Data migration methodology for sap v2cvcby
 

Tendances (20)

Sap bw4 hana
Sap bw4 hanaSap bw4 hana
Sap bw4 hana
 
SAP BW - Creation of master data texts
SAP BW - Creation of master data textsSAP BW - Creation of master data texts
SAP BW - Creation of master data texts
 
Step by step lsmw tutorial
Step by step lsmw tutorialStep by step lsmw tutorial
Step by step lsmw tutorial
 
IDOC , ALE ,EDI
IDOC , ALE ,EDIIDOC , ALE ,EDI
IDOC , ALE ,EDI
 
Introduction to ABAP
Introduction to ABAPIntroduction to ABAP
Introduction to ABAP
 
SAP S_4HANA Migration Cockpit - Migrate your Data to SAP S_4HANA.pdf
SAP S_4HANA Migration Cockpit - Migrate your Data to SAP S_4HANA.pdfSAP S_4HANA Migration Cockpit - Migrate your Data to SAP S_4HANA.pdf
SAP S_4HANA Migration Cockpit - Migrate your Data to SAP S_4HANA.pdf
 
SAP BW Reports - Copy
SAP BW Reports - CopySAP BW Reports - Copy
SAP BW Reports - Copy
 
SAP BW - Master data load via flat file
SAP BW - Master data load via flat fileSAP BW - Master data load via flat file
SAP BW - Master data load via flat file
 
SAP IDoc Overview and Outbound IDoc.pptx
SAP IDoc Overview and Outbound IDoc.pptxSAP IDoc Overview and Outbound IDoc.pptx
SAP IDoc Overview and Outbound IDoc.pptx
 
User exits
User exitsUser exits
User exits
 
Salesforce and sap integration
Salesforce and sap integrationSalesforce and sap integration
Salesforce and sap integration
 
Lo extraction part 7 enhancements
Lo extraction   part 7 enhancementsLo extraction   part 7 enhancements
Lo extraction part 7 enhancements
 
Co pa extraction
Co pa extractionCo pa extraction
Co pa extraction
 
SAP ALE Idoc
SAP ALE IdocSAP ALE Idoc
SAP ALE Idoc
 
Differences Between Bw3.5 Bi7.0
Differences Between Bw3.5 Bi7.0Differences Between Bw3.5 Bi7.0
Differences Between Bw3.5 Bi7.0
 
SAP IS Retail Article Master
SAP IS Retail Article MasterSAP IS Retail Article Master
SAP IS Retail Article Master
 
SAP BI Overview
SAP BI OverviewSAP BI Overview
SAP BI Overview
 
Data migration methodology for sap v2
Data migration methodology for sap v2Data migration methodology for sap v2
Data migration methodology for sap v2
 
Abap reports
Abap reportsAbap reports
Abap reports
 
IDOC
IDOC IDOC
IDOC
 

En vedette

SAP BW - Creation of hierarchies (time dependant hierachy structures)
SAP BW - Creation of hierarchies (time dependant hierachy structures)SAP BW - Creation of hierarchies (time dependant hierachy structures)
SAP BW - Creation of hierarchies (time dependant hierachy structures)Yasmin Ashraf
 
Understanding dso (data store object) part 1%3a standard dso.doc
Understanding dso (data store object) part 1%3a standard dso.docUnderstanding dso (data store object) part 1%3a standard dso.doc
Understanding dso (data store object) part 1%3a standard dso.docpran1
 
Creating a Data Store Object
Creating a Data Store ObjectCreating a Data Store Object
Creating a Data Store ObjectMarcelo Honores
 
Errors in process chains
Errors in process chainsErrors in process chains
Errors in process chainsSiva Kollipara
 
SAP HANA - Manually to insert_data_table
SAP HANA - Manually to insert_data_tableSAP HANA - Manually to insert_data_table
SAP HANA - Manually to insert_data_tableYasmin Ashraf
 
Sap business objects 4 quick start manual
Sap business objects 4 quick start manualSap business objects 4 quick start manual
Sap business objects 4 quick start manualDmitry Anoshin
 
Day 8.1 system_admin_tasks
Day 8.1 system_admin_tasksDay 8.1 system_admin_tasks
Day 8.1 system_admin_taskstovetrivel
 
Real World Business Intelligence and Data Warehousing
Real World Business Intelligence and Data WarehousingReal World Business Intelligence and Data Warehousing
Real World Business Intelligence and Data Warehousingukc4
 
Day 9 __10_introduction_to_bi_enterprise_reporting_1___2
Day 9 __10_introduction_to_bi_enterprise_reporting_1___2Day 9 __10_introduction_to_bi_enterprise_reporting_1___2
Day 9 __10_introduction_to_bi_enterprise_reporting_1___2tovetrivel
 
Day 02 sap_bi_overview_and_terminology
Day 02 sap_bi_overview_and_terminologyDay 02 sap_bi_overview_and_terminology
Day 02 sap_bi_overview_and_terminologytovetrivel
 
Day 6.4 extraction__lo
Day 6.4 extraction__loDay 6.4 extraction__lo
Day 6.4 extraction__lotovetrivel
 
Day 6.3 extraction_business_content_and_generic
Day 6.3 extraction_business_content_and_genericDay 6.3 extraction_business_content_and_generic
Day 6.3 extraction_business_content_and_generictovetrivel
 
SAP BPC NW 10.0 Master Data Load to BPC from BW
SAP BPC NW 10.0 Master Data Load to BPC from BWSAP BPC NW 10.0 Master Data Load to BPC from BW
SAP BPC NW 10.0 Master Data Load to BPC from BWCloneskills
 
Intro to Design Thinking English (Wallet Exercise)
Intro to Design Thinking English (Wallet Exercise) Intro to Design Thinking English (Wallet Exercise)
Intro to Design Thinking English (Wallet Exercise) Max Oliva
 
SAP BI Requirements Gathering Process
SAP BI Requirements Gathering ProcessSAP BI Requirements Gathering Process
SAP BI Requirements Gathering Processsilvaft
 
Design Thinking - Workshop Sample
Design Thinking - Workshop SampleDesign Thinking - Workshop Sample
Design Thinking - Workshop SampleShimon Shmueli
 
Loading Attributes from SAP source system
Loading Attributes from SAP source systemLoading Attributes from SAP source system
Loading Attributes from SAP source systemMarcelo Honores
 

En vedette (19)

SAP BW - Creation of hierarchies (time dependant hierachy structures)
SAP BW - Creation of hierarchies (time dependant hierachy structures)SAP BW - Creation of hierarchies (time dependant hierachy structures)
SAP BW - Creation of hierarchies (time dependant hierachy structures)
 
Understanding dso (data store object) part 1%3a standard dso.doc
Understanding dso (data store object) part 1%3a standard dso.docUnderstanding dso (data store object) part 1%3a standard dso.doc
Understanding dso (data store object) part 1%3a standard dso.doc
 
Creating a Data Store Object
Creating a Data Store ObjectCreating a Data Store Object
Creating a Data Store Object
 
Errors in process chains
Errors in process chainsErrors in process chains
Errors in process chains
 
SAP HANA - Manually to insert_data_table
SAP HANA - Manually to insert_data_tableSAP HANA - Manually to insert_data_table
SAP HANA - Manually to insert_data_table
 
Sap business objects 4 quick start manual
Sap business objects 4 quick start manualSap business objects 4 quick start manual
Sap business objects 4 quick start manual
 
SAP BI Training
SAP BI TrainingSAP BI Training
SAP BI Training
 
SAP BI - Made easy
SAP BI - Made easySAP BI - Made easy
SAP BI - Made easy
 
Day 8.1 system_admin_tasks
Day 8.1 system_admin_tasksDay 8.1 system_admin_tasks
Day 8.1 system_admin_tasks
 
Real World Business Intelligence and Data Warehousing
Real World Business Intelligence and Data WarehousingReal World Business Intelligence and Data Warehousing
Real World Business Intelligence and Data Warehousing
 
Day 9 __10_introduction_to_bi_enterprise_reporting_1___2
Day 9 __10_introduction_to_bi_enterprise_reporting_1___2Day 9 __10_introduction_to_bi_enterprise_reporting_1___2
Day 9 __10_introduction_to_bi_enterprise_reporting_1___2
 
Day 02 sap_bi_overview_and_terminology
Day 02 sap_bi_overview_and_terminologyDay 02 sap_bi_overview_and_terminology
Day 02 sap_bi_overview_and_terminology
 
Day 6.4 extraction__lo
Day 6.4 extraction__loDay 6.4 extraction__lo
Day 6.4 extraction__lo
 
Day 6.3 extraction_business_content_and_generic
Day 6.3 extraction_business_content_and_genericDay 6.3 extraction_business_content_and_generic
Day 6.3 extraction_business_content_and_generic
 
SAP BPC NW 10.0 Master Data Load to BPC from BW
SAP BPC NW 10.0 Master Data Load to BPC from BWSAP BPC NW 10.0 Master Data Load to BPC from BW
SAP BPC NW 10.0 Master Data Load to BPC from BW
 
Intro to Design Thinking English (Wallet Exercise)
Intro to Design Thinking English (Wallet Exercise) Intro to Design Thinking English (Wallet Exercise)
Intro to Design Thinking English (Wallet Exercise)
 
SAP BI Requirements Gathering Process
SAP BI Requirements Gathering ProcessSAP BI Requirements Gathering Process
SAP BI Requirements Gathering Process
 
Design Thinking - Workshop Sample
Design Thinking - Workshop SampleDesign Thinking - Workshop Sample
Design Thinking - Workshop Sample
 
Loading Attributes from SAP source system
Loading Attributes from SAP source systemLoading Attributes from SAP source system
Loading Attributes from SAP source system
 

Similaire à SAP BW - Data store objects

285295780-SAP-BW-Info-Provider.ppt
285295780-SAP-BW-Info-Provider.ppt285295780-SAP-BW-Info-Provider.ppt
285295780-SAP-BW-Info-Provider.pptntrnbk
 
Scm lsmw steps_onweb
Scm lsmw steps_onwebScm lsmw steps_onweb
Scm lsmw steps_onwebHarsha Reddy
 
LSMW-STEP-BY-STEP-RECORD.pdf
LSMW-STEP-BY-STEP-RECORD.pdfLSMW-STEP-BY-STEP-RECORD.pdf
LSMW-STEP-BY-STEP-RECORD.pdfKaveriBangar1
 
DATA FLOW DIAGRAMS Yamini devi.ppt
DATA FLOW DIAGRAMS Yamini devi.pptDATA FLOW DIAGRAMS Yamini devi.ppt
DATA FLOW DIAGRAMS Yamini devi.pptsures4
 
DATA FLOW DIAGRAMS Yamini devi.ppt
DATA FLOW DIAGRAMS Yamini devi.pptDATA FLOW DIAGRAMS Yamini devi.ppt
DATA FLOW DIAGRAMS Yamini devi.pptsures4
 
Business Intelligence Technology Presentation
Business Intelligence Technology PresentationBusiness Intelligence Technology Presentation
Business Intelligence Technology PresentationJohn Paredes
 
La6 ict-topic-6-information-systems
La6 ict-topic-6-information-systemsLa6 ict-topic-6-information-systems
La6 ict-topic-6-information-systemsKak Yong
 
Multiple files single target single interface
Multiple files single target single interfaceMultiple files single target single interface
Multiple files single target single interfaceDharmaraj Borse
 
Uploading customer master extended address using bapi method
Uploading customer master extended address using bapi methodUploading customer master extended address using bapi method
Uploading customer master extended address using bapi methodlondonchris1970
 
La6 ict-topic-6-information-systems
La6 ict-topic-6-information-systemsLa6 ict-topic-6-information-systems
La6 ict-topic-6-information-systemsAzmiah Mahmud
 
Part 2Provider Database (Open Office Database)Use the project.docx
Part 2Provider Database (Open Office Database)Use the project.docxPart 2Provider Database (Open Office Database)Use the project.docx
Part 2Provider Database (Open Office Database)Use the project.docxdewhirstichabod
 
Part 2Provider Database (Open Office Database)Use the project des.docx
Part 2Provider Database (Open Office Database)Use the project des.docxPart 2Provider Database (Open Office Database)Use the project des.docx
Part 2Provider Database (Open Office Database)Use the project des.docxdanhaley45372
 
How to Download IDEA for Windows Based ComputersSelect the dow.docx
How to Download IDEA for Windows Based ComputersSelect the dow.docxHow to Download IDEA for Windows Based ComputersSelect the dow.docx
How to Download IDEA for Windows Based ComputersSelect the dow.docxwellesleyterresa
 
Lsmw by guntupalliharikrishna
Lsmw by guntupalliharikrishnaLsmw by guntupalliharikrishna
Lsmw by guntupalliharikrishnaHari Krishna
 
Part 2Provider Database (MS Access)For a review of the complete r.docx
Part 2Provider Database (MS Access)For a review of the complete r.docxPart 2Provider Database (MS Access)For a review of the complete r.docx
Part 2Provider Database (MS Access)For a review of the complete r.docxherbertwilson5999
 

Similaire à SAP BW - Data store objects (20)

285295780-SAP-BW-Info-Provider.ppt
285295780-SAP-BW-Info-Provider.ppt285295780-SAP-BW-Info-Provider.ppt
285295780-SAP-BW-Info-Provider.ppt
 
Scm lsmw steps_onweb
Scm lsmw steps_onwebScm lsmw steps_onweb
Scm lsmw steps_onweb
 
It ready dw_day4_rev00
It ready dw_day4_rev00It ready dw_day4_rev00
It ready dw_day4_rev00
 
LSMW-STEP-BY-STEP-RECORD.pdf
LSMW-STEP-BY-STEP-RECORD.pdfLSMW-STEP-BY-STEP-RECORD.pdf
LSMW-STEP-BY-STEP-RECORD.pdf
 
DATA FLOW DIAGRAMS Yamini devi.ppt
DATA FLOW DIAGRAMS Yamini devi.pptDATA FLOW DIAGRAMS Yamini devi.ppt
DATA FLOW DIAGRAMS Yamini devi.ppt
 
DATA FLOW DIAGRAMS Yamini devi.ppt
DATA FLOW DIAGRAMS Yamini devi.pptDATA FLOW DIAGRAMS Yamini devi.ppt
DATA FLOW DIAGRAMS Yamini devi.ppt
 
Business Intelligence Technology Presentation
Business Intelligence Technology PresentationBusiness Intelligence Technology Presentation
Business Intelligence Technology Presentation
 
L6-information-systems
L6-information-systemsL6-information-systems
L6-information-systems
 
La6 ict-topic-6-information-systems
La6 ict-topic-6-information-systemsLa6 ict-topic-6-information-systems
La6 ict-topic-6-information-systems
 
L6-information-systems
L6-information-systemsL6-information-systems
L6-information-systems
 
Multiple files single target single interface
Multiple files single target single interfaceMultiple files single target single interface
Multiple files single target single interface
 
Uploading customer master extended address using bapi method
Uploading customer master extended address using bapi methodUploading customer master extended address using bapi method
Uploading customer master extended address using bapi method
 
La6 ict-topic-6-information-systems
La6 ict-topic-6-information-systemsLa6 ict-topic-6-information-systems
La6 ict-topic-6-information-systems
 
Part 2Provider Database (Open Office Database)Use the project.docx
Part 2Provider Database (Open Office Database)Use the project.docxPart 2Provider Database (Open Office Database)Use the project.docx
Part 2Provider Database (Open Office Database)Use the project.docx
 
Part 2Provider Database (Open Office Database)Use the project des.docx
Part 2Provider Database (Open Office Database)Use the project des.docxPart 2Provider Database (Open Office Database)Use the project des.docx
Part 2Provider Database (Open Office Database)Use the project des.docx
 
Data warehouse
Data warehouseData warehouse
Data warehouse
 
How to Download IDEA for Windows Based ComputersSelect the dow.docx
How to Download IDEA for Windows Based ComputersSelect the dow.docxHow to Download IDEA for Windows Based ComputersSelect the dow.docx
How to Download IDEA for Windows Based ComputersSelect the dow.docx
 
Lsmw by guntupalliharikrishna
Lsmw by guntupalliharikrishnaLsmw by guntupalliharikrishna
Lsmw by guntupalliharikrishna
 
LSMW.pptx
LSMW.pptxLSMW.pptx
LSMW.pptx
 
Part 2Provider Database (MS Access)For a review of the complete r.docx
Part 2Provider Database (MS Access)For a review of the complete r.docxPart 2Provider Database (MS Access)For a review of the complete r.docx
Part 2Provider Database (MS Access)For a review of the complete r.docx
 

Dernier

Connecting the Dots for Information Discovery.pdf
Connecting the Dots for Information Discovery.pdfConnecting the Dots for Information Discovery.pdf
Connecting the Dots for Information Discovery.pdfNeo4j
 
Microsoft 365 Copilot: How to boost your productivity with AI – Part one: Ado...
Microsoft 365 Copilot: How to boost your productivity with AI – Part one: Ado...Microsoft 365 Copilot: How to boost your productivity with AI – Part one: Ado...
Microsoft 365 Copilot: How to boost your productivity with AI – Part one: Ado...Nikki Chapple
 
New from BookNet Canada for 2024: Loan Stars - Tech Forum 2024
New from BookNet Canada for 2024: Loan Stars - Tech Forum 2024New from BookNet Canada for 2024: Loan Stars - Tech Forum 2024
New from BookNet Canada for 2024: Loan Stars - Tech Forum 2024BookNet Canada
 
Design pattern talk by Kaya Weers - 2024 (v2)
Design pattern talk by Kaya Weers - 2024 (v2)Design pattern talk by Kaya Weers - 2024 (v2)
Design pattern talk by Kaya Weers - 2024 (v2)Kaya Weers
 
QCon London: Mastering long-running processes in modern architectures
QCon London: Mastering long-running processes in modern architecturesQCon London: Mastering long-running processes in modern architectures
QCon London: Mastering long-running processes in modern architecturesBernd Ruecker
 
Testing tools and AI - ideas what to try with some tool examples
Testing tools and AI - ideas what to try with some tool examplesTesting tools and AI - ideas what to try with some tool examples
Testing tools and AI - ideas what to try with some tool examplesKari Kakkonen
 
The Fit for Passkeys for Employee and Consumer Sign-ins: FIDO Paris Seminar.pptx
The Fit for Passkeys for Employee and Consumer Sign-ins: FIDO Paris Seminar.pptxThe Fit for Passkeys for Employee and Consumer Sign-ins: FIDO Paris Seminar.pptx
The Fit for Passkeys for Employee and Consumer Sign-ins: FIDO Paris Seminar.pptxLoriGlavin3
 
Passkey Providers and Enabling Portability: FIDO Paris Seminar.pptx
Passkey Providers and Enabling Portability: FIDO Paris Seminar.pptxPasskey Providers and Enabling Portability: FIDO Paris Seminar.pptx
Passkey Providers and Enabling Portability: FIDO Paris Seminar.pptxLoriGlavin3
 
Modern Roaming for Notes and Nomad – Cheaper Faster Better Stronger
Modern Roaming for Notes and Nomad – Cheaper Faster Better StrongerModern Roaming for Notes and Nomad – Cheaper Faster Better Stronger
Modern Roaming for Notes and Nomad – Cheaper Faster Better Strongerpanagenda
 
Long journey of Ruby standard library at RubyConf AU 2024
Long journey of Ruby standard library at RubyConf AU 2024Long journey of Ruby standard library at RubyConf AU 2024
Long journey of Ruby standard library at RubyConf AU 2024Hiroshi SHIBATA
 
A Journey Into the Emotions of Software Developers
A Journey Into the Emotions of Software DevelopersA Journey Into the Emotions of Software Developers
A Journey Into the Emotions of Software DevelopersNicole Novielli
 
Scale your database traffic with Read & Write split using MySQL Router
Scale your database traffic with Read & Write split using MySQL RouterScale your database traffic with Read & Write split using MySQL Router
Scale your database traffic with Read & Write split using MySQL RouterMydbops
 
Decarbonising Buildings: Making a net-zero built environment a reality
Decarbonising Buildings: Making a net-zero built environment a realityDecarbonising Buildings: Making a net-zero built environment a reality
Decarbonising Buildings: Making a net-zero built environment a realityIES VE
 
Abdul Kader Baba- Managing Cybersecurity Risks and Compliance Requirements i...
Abdul Kader Baba- Managing Cybersecurity Risks  and Compliance Requirements i...Abdul Kader Baba- Managing Cybersecurity Risks  and Compliance Requirements i...
Abdul Kader Baba- Managing Cybersecurity Risks and Compliance Requirements i...itnewsafrica
 
2024 April Patch Tuesday
2024 April Patch Tuesday2024 April Patch Tuesday
2024 April Patch TuesdayIvanti
 
Generative Artificial Intelligence: How generative AI works.pdf
Generative Artificial Intelligence: How generative AI works.pdfGenerative Artificial Intelligence: How generative AI works.pdf
Generative Artificial Intelligence: How generative AI works.pdfIngrid Airi González
 
Transcript: New from BookNet Canada for 2024: Loan Stars - Tech Forum 2024
Transcript: New from BookNet Canada for 2024: Loan Stars - Tech Forum 2024Transcript: New from BookNet Canada for 2024: Loan Stars - Tech Forum 2024
Transcript: New from BookNet Canada for 2024: Loan Stars - Tech Forum 2024BookNet Canada
 
Arizona Broadband Policy Past, Present, and Future Presentation 3/25/24
Arizona Broadband Policy Past, Present, and Future Presentation 3/25/24Arizona Broadband Policy Past, Present, and Future Presentation 3/25/24
Arizona Broadband Policy Past, Present, and Future Presentation 3/25/24Mark Goldstein
 
The Ultimate Guide to Choosing WordPress Pros and Cons
The Ultimate Guide to Choosing WordPress Pros and ConsThe Ultimate Guide to Choosing WordPress Pros and Cons
The Ultimate Guide to Choosing WordPress Pros and ConsPixlogix Infotech
 
Moving Beyond Passwords: FIDO Paris Seminar.pdf
Moving Beyond Passwords: FIDO Paris Seminar.pdfMoving Beyond Passwords: FIDO Paris Seminar.pdf
Moving Beyond Passwords: FIDO Paris Seminar.pdfLoriGlavin3
 

Dernier (20)

Connecting the Dots for Information Discovery.pdf
Connecting the Dots for Information Discovery.pdfConnecting the Dots for Information Discovery.pdf
Connecting the Dots for Information Discovery.pdf
 
Microsoft 365 Copilot: How to boost your productivity with AI – Part one: Ado...
Microsoft 365 Copilot: How to boost your productivity with AI – Part one: Ado...Microsoft 365 Copilot: How to boost your productivity with AI – Part one: Ado...
Microsoft 365 Copilot: How to boost your productivity with AI – Part one: Ado...
 
New from BookNet Canada for 2024: Loan Stars - Tech Forum 2024
New from BookNet Canada for 2024: Loan Stars - Tech Forum 2024New from BookNet Canada for 2024: Loan Stars - Tech Forum 2024
New from BookNet Canada for 2024: Loan Stars - Tech Forum 2024
 
Design pattern talk by Kaya Weers - 2024 (v2)
Design pattern talk by Kaya Weers - 2024 (v2)Design pattern talk by Kaya Weers - 2024 (v2)
Design pattern talk by Kaya Weers - 2024 (v2)
 
QCon London: Mastering long-running processes in modern architectures
QCon London: Mastering long-running processes in modern architecturesQCon London: Mastering long-running processes in modern architectures
QCon London: Mastering long-running processes in modern architectures
 
Testing tools and AI - ideas what to try with some tool examples
Testing tools and AI - ideas what to try with some tool examplesTesting tools and AI - ideas what to try with some tool examples
Testing tools and AI - ideas what to try with some tool examples
 
The Fit for Passkeys for Employee and Consumer Sign-ins: FIDO Paris Seminar.pptx
The Fit for Passkeys for Employee and Consumer Sign-ins: FIDO Paris Seminar.pptxThe Fit for Passkeys for Employee and Consumer Sign-ins: FIDO Paris Seminar.pptx
The Fit for Passkeys for Employee and Consumer Sign-ins: FIDO Paris Seminar.pptx
 
Passkey Providers and Enabling Portability: FIDO Paris Seminar.pptx
Passkey Providers and Enabling Portability: FIDO Paris Seminar.pptxPasskey Providers and Enabling Portability: FIDO Paris Seminar.pptx
Passkey Providers and Enabling Portability: FIDO Paris Seminar.pptx
 
Modern Roaming for Notes and Nomad – Cheaper Faster Better Stronger
Modern Roaming for Notes and Nomad – Cheaper Faster Better StrongerModern Roaming for Notes and Nomad – Cheaper Faster Better Stronger
Modern Roaming for Notes and Nomad – Cheaper Faster Better Stronger
 
Long journey of Ruby standard library at RubyConf AU 2024
Long journey of Ruby standard library at RubyConf AU 2024Long journey of Ruby standard library at RubyConf AU 2024
Long journey of Ruby standard library at RubyConf AU 2024
 
A Journey Into the Emotions of Software Developers
A Journey Into the Emotions of Software DevelopersA Journey Into the Emotions of Software Developers
A Journey Into the Emotions of Software Developers
 
Scale your database traffic with Read & Write split using MySQL Router
Scale your database traffic with Read & Write split using MySQL RouterScale your database traffic with Read & Write split using MySQL Router
Scale your database traffic with Read & Write split using MySQL Router
 
Decarbonising Buildings: Making a net-zero built environment a reality
Decarbonising Buildings: Making a net-zero built environment a realityDecarbonising Buildings: Making a net-zero built environment a reality
Decarbonising Buildings: Making a net-zero built environment a reality
 
Abdul Kader Baba- Managing Cybersecurity Risks and Compliance Requirements i...
Abdul Kader Baba- Managing Cybersecurity Risks  and Compliance Requirements i...Abdul Kader Baba- Managing Cybersecurity Risks  and Compliance Requirements i...
Abdul Kader Baba- Managing Cybersecurity Risks and Compliance Requirements i...
 
2024 April Patch Tuesday
2024 April Patch Tuesday2024 April Patch Tuesday
2024 April Patch Tuesday
 
Generative Artificial Intelligence: How generative AI works.pdf
Generative Artificial Intelligence: How generative AI works.pdfGenerative Artificial Intelligence: How generative AI works.pdf
Generative Artificial Intelligence: How generative AI works.pdf
 
Transcript: New from BookNet Canada for 2024: Loan Stars - Tech Forum 2024
Transcript: New from BookNet Canada for 2024: Loan Stars - Tech Forum 2024Transcript: New from BookNet Canada for 2024: Loan Stars - Tech Forum 2024
Transcript: New from BookNet Canada for 2024: Loan Stars - Tech Forum 2024
 
Arizona Broadband Policy Past, Present, and Future Presentation 3/25/24
Arizona Broadband Policy Past, Present, and Future Presentation 3/25/24Arizona Broadband Policy Past, Present, and Future Presentation 3/25/24
Arizona Broadband Policy Past, Present, and Future Presentation 3/25/24
 
The Ultimate Guide to Choosing WordPress Pros and Cons
The Ultimate Guide to Choosing WordPress Pros and ConsThe Ultimate Guide to Choosing WordPress Pros and Cons
The Ultimate Guide to Choosing WordPress Pros and Cons
 
Moving Beyond Passwords: FIDO Paris Seminar.pdf
Moving Beyond Passwords: FIDO Paris Seminar.pdfMoving Beyond Passwords: FIDO Paris Seminar.pdf
Moving Beyond Passwords: FIDO Paris Seminar.pdf
 

SAP BW - Data store objects

  • 3. WHAT IS A DSO?  Data Store Object (DSO) is a two-dimensional storage unit  It mainly stores consolidated and cleansed transaction data  Data is stored at detailed level  With DSO’s, its also possible to overwrite data fields  Detailed level reporting can be obtained from DSO  DSO contains:  Key fields - Such as document number & document item number  Data fields – Can have key figures & character fields such as Customer, Sales Quantity, Order Status  Data in DSO is stored in transparent flat database tables
  • 5. TYPES OF DSO: TYPE OF DSO STRUCTURE SUPPLY OF DATA SID GENERATION Standard Consists of 3 tables :  New table  Active table  Change Log table From data transfer process Yes Write- Optimized Consists of the table of active data only From data transfer process No Direct Update Consists of the table of active data only From APIs No
  • 7. STRUCTURE OF STANDARD DSO  Standard DSO contains the following 3 tables: a) New data table – Holds the records that are to be updated, not yet been activated. After activation, this data is deleted if all requests in the new table have been activated b) Active table – A table containing the active data (A table) c) Change log table – Holds the change history for delta loads
  • 8. STRUCTURE OF STANDARD DSO (CONTD.)  The tables of active table are built according to the DSO definition.  This means that key fields and data fields are specified when the DataStore object is defined  The new table & change log are identical in structure:  New table – has SID as its key, package ID and the record number  Change Log – has request ID as its key, the package ID and Record Number  Data arrives in the change log from the new table and is written to the table for active data upon activation
  • 9. EXAMPLE OF ACTIVATING & UPDATING DATA: Staging Engine Req1 Req2 Req3 New data table Active table Change Log table REQU1 | P1 | Rec. 1 | 3511 | 10 REQU2 | P1 | Rec. 1 | 3511 | 30 3511 | 10 3511 | 30 Req. ID | Pack. ID | Rec. No. DSORx | P1 | Rec. 1 | 3511 | 10 DSORy | P1 | Rec. 1 | 3511 | -10 DSORy | P1 | Rec. 1 | 3511 | +30 Activation
  • 10.  Request 1 with amount 10 and Request 2 with amount 30 are loaded parallel into the DSO. It take us to the new data table. We are given a unique Request ID  When activation is performed, the requests are sorted by key, transferred into the table containing the active data, and immediately deleted from the new data table. In Active table, the amount 10 is replaced by 30 (Since Overwrite is set as the Update type)  When we activate the data, the change log is also notified. The old record from the active table is saved as a negative (-10) and the new record is stored as a positive (+30)
  • 11. 0RECORDMODE :  When activation is done over the standard DSO, SAP Netweaver BW adds the 0RECORDMODE Info object to the definition of the Standard DSO and to all the three tables (New, Change & Active tables)  This Info Object is used internally by SAP Netweaver BW  Delta is a feature of extractor, which refers to changes (new/modified entries)  Record Mode is used in Delta process  The record mode describes the type of change that a data record contains  If a datasource is delta capable, the field ROCANCEL which is part of the datasource, holds the changes from R/3 side
  • 12. 0RECORDMODE (CONTD.):  This field for the DataSource is assigned to the Info Object 0RECORDMODE in the BW system  ROCANCEL serves the same purpose at R/3 side which its counterpart 0RECORDMODE does at BW side  The values for 0recordmode are: VALUE MEANING Blank The record provides an after image X The record provides a before image A The record provides an additive image D The record must be deleted R The record provides a reverse image N The record provides a new image
  • 14. DESIGNING A STANDARD DSO:  Step 1: Create the flat file in csv format  Step 2: Create Data Source
  • 15. DESIGNING A STANDARD DSO (CONTD.):  Step 3: Give the name for data source & the data source type as transaction data
  • 16. DESIGNING A STANDARD DSO (CONTD.):  Step 4: In the ‘General’ tab, give the short, medium & long descriptions
  • 17. DESIGNING A STANDARD DSO (CONTD.):  Step 5: In the ‘Extraction’ tab, specify the file name, header rows to be ignored, data format & data separator
  • 18. DESIGNING A STANDARD DSO (CONTD.):  Step 6: In ‘Proposal’ tab, click on ‘Load Example Data’ to have view of how the loaded data will appear
  • 19. DESIGNING A STANDARD DSO (CONTD.):  Step 7: In the ‘Fields’ tab, the list of fields available in the flat file gets added automatically
  • 20.  Step 8: In ‘Preview’ tab, first check & activate the data source. Then choose the ‘Read Preview Data’
  • 21. DESIGNING A STANDARD DSO (CONTD.):  Result appears as below
  • 22. DESIGNING A STANDARD DSO (CONTD.):  Step 9: Now, we have to create the Info Package to load data into the PSA
  • 23. DESIGNING A STANDARD DSO (CONTD.):  Give the description for Info Package & continue
  • 24. DESIGNING A STANDARD DSO (CONTD.):  Step 10: Go to ‘Schedule’ tab & click on Start. Monitor the load to PSA
  • 25. DESIGNING A STANDARD DSO (CONTD.):
  • 26. DESIGNING A STANDARD DSO (CONTD.):  Step 11: Create the DSO by giving the technical name & description
  • 27. DESIGNING A STANDARD DSO (CONTD.):
  • 28. DESIGNING A STANDARD DSO (CONTD.):  Step 12: Click on the Info Object Catalog (Characteristics first & then Key Figures Catalog),then choose the key fields & data fields
  • 29. DESIGNING A STANDARD DSO (CONTD.):
  • 30. DESIGNING A STANDARD DSO (CONTD.):
  • 31. DESIGNING A STANDARD DSO (CONTD.):
  • 32. DESIGNING A STANDARD DSO (CONTD.):
  • 33. DESIGNING A STANDARD DSO (CONTD.):  Step 13: Create the transformation. Check the details in the pop up screen like object type & data source
  • 34. DESIGNING A STANDARD DSO (CONTD.):
  • 35. DESIGNING A STANDARD DSO (CONTD.):  Step 14: Create the mapping between data source fields & target fields. Save & Activate
  • 36. DESIGNING A STANDARD DSO (CONTD.):  Step 15: Create the DTP (Data Transfer Process), to load data from PSA to DSO. Click Continue
  • 37. DESIGNING A STANDARD DSO (CONTD.):
  • 38. DESIGNING A STANDARD DSO (CONTD.):  Step 16: In order to press the ‘Execute’ button, we will have to activate the DTP
  • 39. DESIGNING A STANDARD DSO (CONTD.):
  • 40. DESIGNING A STANDARD DSO (CONTD.):
  • 41. DESIGNING A STANDARD DSO (CONTD.):  Step 17: Now, check the status of the data load by going to the Manage screen of the DSO
  • 42. DESIGNING A STANDARD DSO (CONTD.):  The reporting icon is not available, which means it will not be available for reporting, hence, we have to activate the data.
  • 43. DESIGNING A STANDARD DSO (CONTD.):  Step 18: The New data table will have the loaded records, we can check by selecting the ‘New Data Table’ in the contents tab
  • 44. DESIGNING A STANDARD DSO (CONTD.):  The New table data contents appear as below
  • 45. DESIGNING A STANDARD DSO (CONTD.):  Step 19: Since we have still not activated the Request, the Active data will be empty. Let’s see the contents of the Active table
  • 46. DESIGNING A STANDARD DSO (CONTD.):
  • 47. DESIGNING A STANDARD DSO (CONTD.):  Step 20: Now, to activate the Request & make data available for reporting, we follow the below steps to activate  Select the Request ID to be activated. Click Activate
  • 48. DESIGNING A STANDARD DSO (CONTD.):  In the pop-up below, choose the Request ID & press ‘Refresh’. Wait till the Request ID disappears from this screen
  • 49. DESIGNING A STANDARD DSO (CONTD.):
  • 50. DESIGNING A STANDARD DSO (CONTD.):
  • 51. DESIGNING A STANDARD DSO (CONTD.):  Step 21: Press ‘Refresh’ button to see the reporting icon in the Manage screen
  • 52. DESIGNING A STANDARD DSO (CONTD.):
  • 53. DESIGNING A STANDARD DSO (CONTD.):  Step 22: Now, after Activation, if we check the New Data table, it will have no records. The Active table & Change Log table will have the loaded records in them now
  • 54. DESIGNING A STANDARD DSO (CONTD.):
  • 55. DESIGNING A STANDARD DSO (CONTD.):
  • 56. DESIGNING A STANDARD DSO (CONTD.):  Data In Active Table
  • 57. DESIGNING A STANDARD DSO (CONTD.):
  • 58. DESIGNING A STANDARD DSO (CONTD.):  Data In Change Log Table 0RECORDMODE has values as ‘N’ which means New records
  • 60. INTRODUCTION TO WRITE-OPTIMIZED DSO:  Write Optimized DSO is used when DSO is required for storing lowest granularity records such as address & when overwrite functionality is not needed  It consists of Active data only, hence no need for data activation which increases data process  It is used a temporary storage are for large set of data  Write Optimized DSO has been primarily designed to be the initial staging of the source system data from where the data could be transferred to the Standard DSO or Info Cube
  • 61. WRITE-OPTIMIZED DSO PROPERTIES:  It is used for initial staging of source system data  Data stored is of lowest granularity  Data loads can be faster since it doesn’t have the separate activation step  Every record has a technical key and hence aggregation of records is not possible. New records are inserted every time
  • 63. DESIGNING A WRITE-OPTIMIZED DSO (CONTD.):  Step 1: Create the DSO by right clicking on the Info Area & choosing the option ‘Create Data Store Object’
  • 64. DESIGNING A WRITE-OPTIMIZED DSO (CONTD.):  Step 2: Enter the Technical name, description. Click on Create button
  • 65. DESIGNING A WRITE-OPTIMIZED DSO (CONTD.):  Step 3: Click on the Edit button of ‘Type of Data Store Object’
  • 66. DESIGNING A WRITE-OPTIMIZED DSO (CONTD.):  Step 4: Choose the Type ‘Write-Optimized’ & click on Continue
  • 67. DESIGNING A WRITE-OPTIMIZED DSO (CONTD.):  Step 5: The following screen appears
  • 68. DESIGNING A WRITE-OPTIMIZED DSO (CONTD.):  Technical keys  Include Request ID, Data package, Data Record number. No additional objects can be included under this.  Semantic keys  Are similar to key fields  However, here the uniqueness is not considered for over write functionality  They are instead used in conjunction with setting ’Do not check uniqueness of data’  The purpose of Semantic Key is to identify error in incoming records or Duplicate records  If we do not check the Check Box “Allow Duplicate Record”, the data coming from source is checked for duplication, i.e, if same record (semantic keys) already exist in the DSO, then current load is terminated  If we select the check box, Duplicate records are loaded as a new record. There is no relevance of semantic keys in this case
  • 69. DESIGNING A WRITE-OPTIMIZED DSO (CONTD.):  Step 6: After adding the Info Objects accordingly to Semantic & Data fields, we Activate the DSO