Skip to main content

What does Atlan crawl from SAP BW/4HANA? Private Preview

Atlan integrates with SAP BW/4HANA to crawl and map BW data warehouse assets—from logical groupings (InfoAreas) down through providers (ADSOs, CompositeProviders), data acquisition (DataSources, InfoSources), reusable characteristics (InfoObjects), and analytic objects (Queries)—along with the transformations and DTPs that move data between them. This page outlines the supported asset types, the source-to-Atlan property mappings, and the lineage relationships Atlan builds.

Lineage

Atlan builds two layers of lineage from SAP BW/4HANA:

  • Asset lineage: From source provider → target provider via transformations, and from query → underlying provider.
  • Column-level lineage: From source field → target field for each rule defined inside a transformation.

Assets

Atlan extracts metadata from SAP BW/4HANA across the following asset types:

  • InfoAreas: Hierarchical folders that organize BW objects.
  • InfoObjects: Reusable characteristics, key figures, and units that describe business entities and measures.
  • Data sources: Source-system extraction structures that bring data into BW.
  • Data source fields: Individual fields exposed by a DataSource.
  • InfoSources: Logical layers that decouple DataSources from providers.
  • InfoSource fields: Fields defined on an InfoSource.
  • ADSOs: Advanced DataStore Objects—the primary persistence layer in BW/4HANA.
  • ADSO fields: Columns of an ADSO.
  • CompositeProviders: Virtual providers that union or join ADSOs and other providers.
  • CompositeProvider fields: Output columns of a CompositeProvider.
  • Queries: BEx and Eclipse-modeled analytic queries.
  • Query elements: Elements (selections, formulas, restricted key figures, conditional InfoObjects) inside a Query.
  • Transformations: Source → target mapping logic between BW providers.
  • DTPs: Data Transfer Processes.

The following sections detail how each asset type is mapped in Atlan.

InfoAreas

InfoAreas are folders that group related BW objects (InfoObjects, providers, queries) by business domain. Atlan maps InfoAreas to its SAPBWInfoArea asset type.

Source propertyAtlan property
INFOAREAname
TXTLGdescription
OWNERsourceCreatedBy

InfoObjects

InfoObjects are the reusable building blocks of BW—characteristics (for example, customer, material), key figures (for example, revenue, quantity), and units. Atlan maps InfoObjects to its SAPBWInfoObject asset type.

Source propertyAtlan property
IOBJNMname
TXTLGdescription
FIELDNMsapBwFieldName
DATATYPEsapDataType

Data sources

DataSources define how raw data is extracted from a source system (SAP source, flat file, DB Connect, etc.) into BW. Atlan maps DataSources to its SAPBWDataSource asset type.

Source propertyAtlan property
DATASOURCEname
TXTLGdescription
LOGSYSsapBwLogicalSystem
TYPEsapBwSourceType
DELTAsapBwDeltaMethod
APPLNMsapComponentName
Field countsapFieldCount

Data source fields

Each DataSource exposes a flat list of fields with data type and length. Atlan maps these to SAPBWDataSourceField.

Source propertyAtlan property
FIELDNMname
DATASOURCEsapBwParentName
POSITsapFieldOrder
DATATYPEsapDataType
LENGsapBwLength
Mapped InfoObjectsapBwInfoObjectName, sapBwInfoObjectQualifiedName

InfoSources

InfoSources decouple DataSources from providers, allowing one logical input to feed multiple targets. Atlan maps InfoSources to SAPBWInfoSource.

Source propertyAtlan property
ISOURCEname
TXTLGdescription
OBJSTATsapBwObjectStatus
Application componentsapComponentName

InfoSource fields

Fields defined on an InfoSource, typically aligned to InfoObjects. Atlan maps these to SAPBWInfoSourceField.

Source propertyAtlan property
FIELDNMname
ISOURCEsapBwParentName
POSITsapFieldOrder
DATATYPEsapDataType
LENGsapBwLength
KEYFLAGsapBwIsKeyField
Mapped InfoObjectsapBwInfoObjectName, sapBwInfoObjectQualifiedName

ADSO fields

Advanced DataStore Objects (ADSOs) are the primary persistence layer in BW/4HANA, replacing classic InfoCubes and DSOs. Atlan maps ADSOs to SAPBWADSO. Columns of an ADSO are mapped to SAPBWADSOField.

Source propertyAtlan property
ADSONMname
TXTLGdescription
PLANNING_MODEsapBwPlanningMode
Field countsapFieldCount

ADSO field details

Source propertyAtlan property
COLNAMEname
ADSONMsapBwParentName
Linked InfoObjectsapBwInfoObjectName, sapBwInfoObjectQualifiedName

CompositeProvider fields

CompositeProviders virtually combine ADSOs and other providers via union or join, optionally pushing logic to the HANA layer. Atlan maps CompositeProviders to SAPBWCompositeProvider. Output columns of a CompositeProvider are mapped to SAPBWCompositeProviderField.

Source propertyAtlan property
HCPRNMname
TXTLGdescription
HANAMODELFL ('X' / blank)sapBwIsHanaModel (boolean)
Field countsapFieldCount

CompositeProvider field details

Source propertyAtlan property
COLNAMEname
HCPRNMsapBwParentName

Queries

BEx-style and Eclipse-modeled analytic queries that read from a provider. Atlan maps Queries to SAPBWQuery.

Source propertyAtlan property
COMPID (fallback COMPUID)name
COMPUIDsapBwQueryUid
TXTLGdescription
Field countsapFieldCount

Query elements

Elements defined inside a Query (selections, formulas, restricted key figures, and other items). Atlan maps these to SAPBWQueryElement.

Source propertyAtlan property
ELTUIDname
COMPUIDsapBwParentName
DATATYPEsapDataType
Related InfoObjectssapBwInfoObjectName, sapBwInfoObjectQualifiedName

Transformations

Transformations describe the source → target mapping logic between BW providers, including rule-level field mappings. Atlan maps Transformations to SAPBWTransformation.

Source propertyAtlan property
SOURCETYPE, SOURCENAMETARGETTYPE, TARGETNAMEname (formatted as SOURCE -> TARGET)
Rule rows (RSTRANRULE / RSTRANFIELD)sapBwRules (array)

Data transfer processes

Data Transfer Processes. Atlan maps DTPs to SAPBWDTP.

Source propertyAtlan property
DTPname
TXTLGdescription

See also