Hi,
to debug a smartform add program lines to the page and write 'break-point' in it.
activate it and execute it.
Regards,
Amit
you also can debug using SOFT break points.
on the display smartform screen, menu path-> ENVIRONMENT->function module NAME.
here you will the function module name,for that smartform
now goto se37 & give this name, & go in display mode, place the soft break-point(using STOP button appears on application tool bar) where ever you require.
regards
srikanth
Hi Sudheer,
putting a break-point in a smartform is one option. But as smartfrom is a dynamic function module only, you can get the dynamic FM no and can debug that FM properly by searching a node name in the program also. and put a simple breakpoint as we do in simple report program.
I think this helps you to a understand the flow of smart form too.
regards,
Brijesh Patel
Add a comment