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

Generic DS

Former Member
0 Likes
471

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

Accepted Solutions (1)

Accepted Solutions (1)

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.

Answers (3)

Answers (3)

Former Member
0 Likes

Hi Ajay,

Thanks to you for your help.

So, goto SE37 --> ZFM --> paste code of RSAX_BIW_GET_DATA_SIMPLE in ZFM.

My Mail id is: lk.narayana@tcs.com

Thanks,

Sri

Former Member
0 Likes

Hi Sri,

Please refer the previous posts also . Iam attaching a link

That will be useful

Regards

Ajay

Former Member
0 Likes

Hi sri,

One More thing I for got to tell U if U need to get the delta data for Ur generic data source plse use this function module as templete 'RSVD_BW_GET_DELTA_DATA'

Regards

Ajay

Former Member
0 Likes

Hi A.H.P/Ajay,

Thanks to you both.

For example: If I get another similar (Generic-FM-RSO2) Development, We can use same function rsax_biw_get_data_simple and apply code for that development?

Please provide some sample code, to get an idea.

Thanks & Regards,

Sri

Former Member
0 Likes

Hi Sri,

U can not use the function module rsax_biw_get_data_simple for the generic data source created by you .

instead u can use copy it to ur own custom defined FM and change the Code accordingly

as an example see my code but U have to define the extract structure in se11 also when creating FM U have to include few type pools in ur top include in ur function group that for used in ur FM importing and exporting parameter list.

and U have to specify the FM name and extract structure name when U have created the data source

If U need some sample code mail me ur mail id I will send U

hope this helps U

Regards

Ajay

Former Member
0 Likes

Hi sri,

To extract Data from Cluster Table U need to create A Data source using FM in RSO2.

U can create Extract structure from SE11

U can see the blog Generic Extraction via Function Module

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

and this is a sample FM 'RSAX_BIW_GET_DATA_SIMPLE'

Regards

Ajay