cancel
Showing results for 
Search instead for 
Did you mean: 

how to debug a function module using in the generic datasource?

Former Member
0 Kudos

Hi all,

We have created a generic data source using function modulle and have been extracting the data for a single customer it contains single records but it has pulled out more than 10,000 records. how to debug the function module used in the data source.

since we schedule for extraction in bi and back ground job gets triggered in ecc for extraction,

i know in se37 we can select the function module name and then debug but still need to check while the bacground job is trigered through bi.

Thanks

Accepted Solutions (0)

Answers (2)

Answers (2)

Former Member
0 Kudos

Yes you can debug the Function Module.

Open the function module in SE37 and put a break point in the code where you want to check from, then come to RSA3 and give the datasource name and check the Debug check box on this screen, once you click on the start button it will take you the place where you have placed the break point in the FM, by pressing F5 you can see the flow of the FM.

Let me know whether this solves your issue.

Former Member
0 Kudos

Hi all,

i have used rsa3 to debug it

Thanks