Hi Rahul,
My functionality is to fetch material no and material description from the orderData (database) related to workOrderNo (PO1,PO2,PO3).
For line 1, if I input 'PO1' as workOrderNo , getting respective material no (Material 1) and material description(MaterialDesc 1).
For line 2, if input is 'PO2' as workOrderNo it should fetch respective data as material no (Material 2) and material description(MaterialDesc 2).But i am getting same valueAs line 1.
can you please explain it ?

Thanks