‎2010 Jul 14 2:51 PM
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
‎2010 Jul 14 3:24 PM
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'
‎2010 Jul 14 3:30 PM
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.