Application Development and Automation 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: 
Read only

Function Modules

Former Member
0 Likes
360

Hi All,

We have got few function modules which are executed by the system users, Is it possible to debug a funtion module once the code is given/released to the system user? and if yes can you please tell me how?

Thanks,

Rajeev

1 ACCEPTED SOLUTION
Read only

Former Member
0 Likes
334

Hi,

Even after release you can debug the FM ..

SE37 give the FM name and execute ..and give the inputs to the FM and press the Debugging Button/Ctrl+F7 on the application toolbar and FM opens in the debugging mode.

2 REPLIES 2
Read only

Former Member
0 Likes
335

Hi,

Even after release you can debug the FM ..

SE37 give the FM name and execute ..and give the inputs to the FM and press the Debugging Button/Ctrl+F7 on the application toolbar and FM opens in the debugging mode.

Read only

Former Member
0 Likes
334

u can debug by inserting session breakpoints in the code,