What is DataSource enhancement?
David Craig
Updated on March 14, 2026
What is DataSource enhancement?
Enhancing a data source structure signifies that you want to add an extra field to the data source which is not present in the extract structure. For this you need to add this field in the extract structure and then write a logic to populate this field in tcode CMOD. The extractor then can be checked in tcode RSA3.
How do you increase lo DataSource?
We have to append the standard business content data source 2LIS_11_VAITM with a field MTART (Material Type ) from MARA table ….For Beginners: Datasource Enhancement- LO Cockpit
- Deactivate the datasource in LBWE & clear the delta queue (RSA7)
- Drag the fields from the pool.
- Activate the datasource..
How do you enhance standard DataSource in SAP BW?
Select a DataSource (0REFX_6). Step 2: Choose the data sources which need to be enhanced using extract structure. Click on extract structure (REIS_CASHFLOW_TRAN). Step 3: Now use “Append Structure” to append new fields….Data Source:
- DataSource for transaction data.
- DataSource for master data.
- DataSource for texts.
What is Lo extraction in SAP BW?
:Extracts data from application table and stores in update queue and then transfers and then transfers to BW delta queue. Direct Delta:In case of Direct Delta LUW’s (Logical Unit of Work) are directly posted to delta queue (RSA7) and we extract the LUW’s from delta queue to SAP-BW by running delta loads.
What is append structure in SAP BW?
Use. You use append structures for enhancements that are not included in the standard. This includes special developments, country versions and adding customer fields to any tables or structures. An append structure is a structure that is assigned to exactly one table or structure.
What is data extractor in SAP?
Extractors are part of the data retrieval mechanisms in the SAP source system. An extractor can fill the extraction structure of a DataSource with the data from SAP source system datasets. The data load process is triggered by a request IDoc to the source system when the InfoPackage is executed.
How do you enhance Lo extractor?
Enhancing the Extract Structure Double click on MC11VA0ITM or go to SE11, give the extract structure name and display. Click on Append Structure and click on Create and give an append name. Here give the component and component type. Save, check, and activate.
What is SAP LBWE?
LBWQ (Logistics Queue Overview) is a standard SAP parameter transaction code available within R/3 SAP systems depending on your version and release level. LBWQ executes transaction code SMQ1 with the following options and default parameters set.
What is LSA and LSA ++ in SAP BW?
LSA is built with several layers, and data is physically copied from one layer to another. When we implement BW on HANA, we can create a different flavour of Layered Scalable Architecture, much simpler, smaller, faster and that relies more on virtual objects and less on copy of data between layers – It is called LSA++.
How can I improve DataSource using Badi?
That will be used as a pattern for all datasource enhancements. Now double-click on the original DATA_TRANSFORM method and insert following code: METHOD if_ex_rsu5_sapi_badi~data_transform….Enhancement of BW DataSources using BAdI.
| Method Name | Description |
|---|---|
| DATA_TRANSFORM | Method for General Data Transfer |
| HIER_TRANSFORM | Method for Hierarchy Data Transfer |
What is ODP DataSource?
Operational Data Provisioning (ODP) provides a technical infrastructure that we can use to support two different application scenarios:- 1. The first of these is Operational Analytics for decision making in operative business processes. 2. The other is data extraction and replication.
What is the difference between include and append structure?
Append structure is used to append the structure to the standard table where as Include structure is used to include the structure to the custom table. The same Append structure cannot be append in more than one standard data base table. The same include structure can be included to any no of custom tables.