Start of Content Area

Object documentation DataStore Object  Locate the document in its SAP Library structure

Definition

A DataStore object serves as a storage location for consolidated and cleansed transaction data or master data on a document (atomic) level.

This data can be evaluated using a BEx query.

A DataStore object contains key fields (like document number or document item) and data fields that, in addition to key figures, can also contain character fields (like order status or customer). The data in a DataStore object can be updated with a delta update into InfoCubes (standard) and/or other DataStore objects or master data tables (attributes or texts) in the same system or across different systems.

Unlike multidimensional data storage using InfoCubes, the data in DataStore objects is stored in transparent, flat database tables. The system does not create fact tables or dimension tables.

Use

Overview of DataStore Object Types

Type

Structure

Data Supply

SID Generation
Possible

Details

Example

Standard DataStore Object

Consists of three tables: activation queue, table of active data, change log

From data transfer process

Yes

Standard DataStore Object

Scenario for Using Standard DataStore Objects

Write-Optimized DataStore Objects

Consists of the table of active data only

From data transfer process

No

Write-Optimized DataStore Object

Scenario for Using Write-Optimized DataStore Objects

DataStore Objects for Direct Update

Consists of the table of active data only

From APIs

No

DataStore Objects for Direct Update

Scenario for Using DataStore Objects for Direct Update

You can find more information about defining the DataStore type under:

Determining the DataStore Object Type

You can find more information about managing and further processing DataStore objects under:

Managing DataStore Objects

Processing Data in DataStore Objects

Integration

You can find out more about integration under Integration into the Data Flow.

 

End of Content Area