cancel
Showing results for 
Search instead for 
Did you mean: 

Generic Data source with Function Module.

Aummad
Participant
0 Kudos

Hi,

Please some one help me to find out the answer.

when we need to use Function module for extract the data from generic data source.

Please help me.

Thanks

Accepted Solutions (0)

Answers (3)

Answers (3)

former_member205352
Active Contributor
0 Kudos

Function module generic datasource can always be used.

Infact this is the suggested method for generic datasource.

It can replace even table and views but sometimes its easier to use table or view than writing function module code.

One more thing is that you can debug why particular data is not getting populated if you use function module as you can debug.

Hope this helps.

Former Member
0 Kudos

Hi

To use FM for generic data source you have to design a functon Module for Generic Data Source using Function Module Template(RSAX_BIW_GET_DATA_SIMPLE).

For more details check th ebelow blog

Hope this helps

Regards

Shilpa

Former Member
0 Kudos

Hi Rob,

Generic datasource with Function module is useful when we are extracting data from Cluster tables and more than 3 tables with lots of conditions and validations.

Please check: [SAP BI Generic Extraction Using a Function Module|https://www.sdn.sap.com/irj/sdn/go/portal/prtroot/docs/library/uuid/a0f46157-e1c4-2910-27aa-e3f4a9c8df33]

Hope it Helps

Srini