Hi ABAPers,
i am in middle of something, where i have to find whether the statement is inside form and endform. Is there any function module to find it ? or any other easy ways to do it ? Please suggest.
eg.,
form abcd
....
...
read itab into wa index 1.
...
...
endform
i need to find whether the read statement is inside form and endform or not ? Please suggest.
Thanks in advance.