Skip to Content
0
Former Member
Jul 22, 2008 at 08:53 AM

Remodelling extractor!

22 Views

Hi,

I have a Generic extractor which was using FM to get the required data!

The current extractor logic is complex and it has 10 tables used in the logic ! the extractor is about sales book and the tables are VBAP VBAK VBKD VBPA MARC MAKT KNA1 and so on and one User defined table which was used in the logic as a main table and all the other fileds were attached to the internal table using sales document no VBELN and ITem POSNR!

Now the requirement is such that i need to split the complex logic. Ideally they wish to have each table data to be loaded first to DSO and then from DSO onwards link all these DSO layers to one DSO and finally to Infocube!

When i search the whole extractor the above mentioned tables have not more than five fields each in final extract structure of FM.

So i am not sure how to procede from here on as it is not advisable to create view genaric extraction for each table and it would be huge task combining all the DSO s nearly 10!

Pls suggest on how to make this complex logic less complex and also how to split the current data load on R/3

Raj