Hello,
I have a ztcode that is displaying o/p in ALV report . yes i am calling this report in another report .
That ztcode is taking a select-options value whose fieldname is different on which table fileld is using in where condition.
e.g. Select-options: p_field2 = 'ABC'
field1 field2 field3...
---------------------------------
12 13 text
main thing is when i open the program then i found there is a select statement
select * from eqkt into it_tab
where field2 in p_field2 .
Thanks