cancel
Showing results for 
Search instead for 
Did you mean: 
Read only

Generic DS

Former Member
0 Likes
473

HI All,

I need to create a new cube, FI/ CO related.

1. I need to create Generic Extractor via view But we can’t create a view using Cluster tables.

2. We have to write an Abap Query or Function module and defined in RSO2. How to do this? and

How to create Extract structure & Data source in that case?

Can anyone give an idea? documentation on this?

Thanks in Advance.

Sri

View Entire Topic
edwin_harpino
Active Contributor
0 Likes

hi Sri,

you can create structure/view/table with SE11.

then create function module with SE37.

use 'RSAX_BIW_GET_DATA_SIMPLE' as sample,

take a look Siggi's weblog

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

and attach the extract structure to datasource with RSO2.

hope this helps.