Application Development and Automation Discussions
Join the discussions or start your own on all things application development, including tools and APIs, programming models, and keeping your skills sharp.
cancel
Showing results for 
Search instead for 
Did you mean: 
Read only

Extractor

Former Member
0 Likes
401

wat are extractors and how to enchance, create them.

Send me any material regarding Extractors plz

2 REPLIES 2
Read only

Former Member
0 Likes
379

Extractors are one of the data retrieval mechanisms in the SAP source system.

An extractor can fill the extract structure of a DataSource with the data from SAP source system datasets.

In a metadata upload, the DataSource, including its relevant properties, is replicated in the BW. Once there you can assign it to an InfoSource. The DataSource fields are made available to be assigned to BW InfoObjects.

After specifying the data flow in the BW Administrator Workbench by maintaining the transfer rules, you can schedule an InfoPackage in the Scheduler. The data loading process is triggered to the source system by a request IDoc.

Process

There are application-specific extractors, each of which are hard-coded for the DataSource that was delivered with BW Business Content, and which fill the extract structure of the DataSource.

In addition, there are generic extractors, with which you can extract more data from the SAP source system and transfer it into BW. Only when you call up the generic extractor by naming the DataSource does it know which data is to be extracted, and from which tables it should read it from and in which structure. This is how it fills different extract structures and DataSources.

You can run generic data extraction in the R/3 source system application areas such as LIS, CO-PA, FI-SL and HR. This is how LIS, for example, uses generic extraction to read info structures. DataSources are generated on the basis of these (individually) defined info structures. We speak of customer-defined DataSources with generic data extraction from applications.

Regardless of application, you can generically extract master data attributes or -texts, or transaction data from all transparent tables, database views or SAP query functional areas or using the function module. You can generate user-specific DataSources here. In this case, we speak of generic DataSources.

The DataSource data for these types are read generically and transferred into the BW. This is how generic extractors allow the extraction of data that cannot be made available within the framework of Business Content.

You can find further information in the implementation guide to data extraction from SAP source systems. You get there by choosing Your Source System ® Context Menu (right mouse click) ® Customizing Extractors in the BW Administrator Workbench – Modeling.

Check this out

http://help.sap.com/saphelp_nw04/helpdata/en/28/4c553c42360a40e10000000a114084/content.htm

Read only

Former Member
0 Likes
379

hi

regards

ravish

<b>plz dont forget to reward points if helpful</b>