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

Debugging a function module

Former Member
0 Likes
468

Hi,

Could somebody give me a detailed step by step debugging technique of a ABAP function module

(How to pass the value to a specific function, how values are getting populated in table fields etc.)

Thanks,

Soumen

Moderator message: please search for information and try yourself before asking.

Edited by: Thomas Zloch on Jul 14, 2010 5:04 PM

2 REPLIES 2
Read only

Former Member
0 Likes
436

you want to debug the FM call from a program or you want to debug from SE37 itself..???

if from program.. just keep a break point in CALL FUNCTION line and and debugger reaches there press F5.

if you want directly from SE37.. execute the FM, give the parameters.. then click on EXECUTE Button with text 'Debuggin'

Read only

Former Member
0 Likes
436

Hi,

give "/H" in the command prompt in one way.

or give input values in import parameters and excucute debugging button on application tool on the output.

Regards,

Venkat.