--try
select  b.FsoNo,x.FItemNo, w.FGrade, x.FSubitem 
from t_sdorderqueue b, t_item w, t_bom x , t_item y 
where 
(b.FEntityNo  *= w.FEntityNo and b.FItemNo = w.FItemNo) and 
(w.FEntityNo *= x.FEntityNo  and w.FItemNo = x.FItemNo)  and 
(x.FEntityNo *= y.FEntityNo and x.FSubItem = y.FItemNo) and 
( b.FEntityNo = 'UU' )