What is wrong with this code? RecBOMLine.SETFILTER(RecBOMLine."No.",'%1*','1FA');

What is wrong with this code? RecBOMLine.SETFILTER(RecBOMLine.“No.”,’%1*’,‘1FA’);

I want filter the Production BOM line table with the No. field starts from 1FA… Please help me to solve this issue…It does not shows any error msg, but not getting any output. The table contains many data.

Did you try with

RecBOMLine.SETFILTER(RecBOMLine.“No.”,’%1’,‘1FA*’);

Thank you very much… Now itz working fine…

hi…

u try this one

RecBOMLine.SETFILTER(RecBOMLine.“No.”,’%1’,‘1FA’); suppose u check it whether no filed is calc fields or some where…