cancel
Showing results for 
Search instead for 
Did you mean: 

Generic extractors using FM

Former Member
0 Kudos

Hi,

Please let me know how to create generic extractors using Function module and explain the interface of the Function module.

I saw few Generic extractor Function modules,,inside it contains Static variables and cursors..

If anybody come across this,Please update me.

Regards,

Preetham

Accepted Solutions (0)

Answers (4)

Answers (4)

Former Member
0 Kudos

Hi preetam

Note the steps for generic extraction using Function Module.

Go to RSO2 and give the Generic Data source name. The generic extrator can be for Transactional Data, Master Data or for Texts.

Give the application component under which the generic data source falls, and give the description for the same.

On the right side select the tab for 'Extraction by FM' and give the function module name and the extract structure which you have used for the function module.

Save the data source, you will find the option for slection of the fields. Once done save data source which will in process generate data source.

In BW side replicate the data source under the application component which you specified. and carry on the respective steps for BW modelling.

hope this helps

assing points if found useful.

regards

vijaykumar

sachin_kulshrestha2
Active Contributor
0 Kudos

Hi,

Look for weblog -> /people/siegfried.szameitat/blog/2005/09/29/generic-extraction-via-function-module

plus search for generic extraction there are already lots of threads already discussed out here.

Hope this helps!!!.

Former Member
0 Kudos

Hi Chowdary,

As you know, function module code can contain anything to meet the requirement (static, cursor, etc). Based on your requirements, define all input fields as interface and final table as 'table' section of FM. Write ABAP to fill the datasource.

Exact scenario may help to provide more details.

Thanks

Viswa

Former Member
0 Kudos

check:

/people/siegfried.szameitat/blog/2005/09/29/generic-extraction-via-function-module

also:

Thanks,

Raj