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

Program lines in Smart forms

Former Member
0 Likes
539

Hi,

If we write any ABAP Code in smartform is that code reflected in its generated function module?

Thanks,

Radhika

1 ACCEPTED SOLUTION
Read only

amit_khare
Active Contributor
0 Likes
511

Yes.

All the nodes are converted to different subroutines in FM so do a FIND with some keyword you are aware in that code.

2 REPLIES 2
Read only

amit_khare
Active Contributor
0 Likes
512

Yes.

All the nodes are converted to different subroutines in FM so do a FIND with some keyword you are aware in that code.

Read only

0 Likes
511

Thanks Amit,

I found the code in the hidden form of generated function module .

Thanks,

Radhika