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

Smartforms: Where in the function module does added code appear

former_member852447
Active Participant
0 Likes
567

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

1 REPLY 1
Read only

Former Member
0 Likes
507

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