Hii all..
I have a report in which i have attached a LDB...in this report I want that GET statement should get execute depending on One check condition otherwise i am fetching data in report itself...
CHECK NOT p_abc IS INITIAL
AND NOT p_xyz IS INITIAL.
GET zxyz_hdr.
but even if this condition is false GET statement is getting executed and data is coming from LDB...
Is there any way that i can stop execution of GET statement depending on some condition???
Regards Dhiraj B,