‎2010 Sep 28 7:01 AM
Hi,
If we write any ABAP Code in smartform is that code reflected in its generated function module?
Thanks,
Radhika
‎2010 Sep 28 7:09 AM
Yes.
All the nodes are converted to different subroutines in FM so do a FIND with some keyword you are aware in that code.
‎2010 Sep 28 7:09 AM
Yes.
All the nodes are converted to different subroutines in FM so do a FIND with some keyword you are aware in that code.
‎2010 Sep 28 7:33 AM
Thanks Amit,
I found the code in the hidden form of generated function module .
Thanks,
Radhika