Application Development Discussions
Join the discussions or start your own on all things application development, including tools and APIs, programming models, and keeping your skills sharp.
cancel
Showing results for 
Search instead for 
Did you mean: 

debug function module

Former Member
0 Kudos

how to debug fuctionmodule source code please give with example

1 ACCEPTED SOLUTION

ferry_lianto
Active Contributor
0 Kudos
3 REPLIES 3

Former Member
0 Kudos

Hi,

Goto SE37, enter function module name, press single test. You will see the Test function module screen, enter all import parameter values and Table parameters if required and click on Debugging, this will run Function module in debug mode.

Hope this helps.

ashish

Former Member
0 Kudos

Go to se37,

Enter F.M name and execute it...then u will get the values screen where u have to provide the inputs.

And on the application toolbar u can see two buttons exceute and execute with debugging.

Select the second button and then proceed...

ferry_lianto
Active Contributor
0 Kudos