cancel
Showing results for 
Search instead for 
Did you mean: 
Subscribe

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

0 Likes
View Entire Topic
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