‎2012 Sep 05 9:49 PM
hello experts,
I have added some code in a program line in the smartform. I have to debug this so where in the generated function module does the this code appear. If you can tell me the function module in the generated function module I can search for it.
Thank you
‎2012 Sep 05 10:00 PM
Hi David,
The lines you add as program lines in smartform appear as subroutines called in the generated function module. It would look something similar to what I have shown below. I believe it goes into the bottom of the include *F01 where * is the FM generated when you activate the FM.
form %co1.
****your code
endform.
Regards,
Shravan