Table I/O Operations
F4211.Select
BC DOCO=TK DOCO
BC LNID=TK LNID
if SV file status is equal to CO Success
RV flag=1
else
RV flag=0
endif
In External Data Selection I am giving as
where BC DOCO=121
and BC LNID=1.000
The Combination of 121 and 1.000 record is present...So the Report is working fine
The same External Data Selection
Where BC DOCO=121
and BC LNID=10
The Combination of 121 nd 10 is not present. but the report is not printing any thing even RV flag variable.. IT is giving error as "No Data Selected"..
Can you tell me why the flag is not getting printed in the report..?