‎2008 Nov 21 10:25 AM
Moderator message: please use informative subject in future
Hello,
i have a two tables in (QM) QALS and QINF in these two tables fields qals-prueflos and qinf-plos ,qinf-plos2 .
"qinf-plos ,qinf-plos2" these 2 fields should check with "qals-prueflos" if the data is there it should display in QALS-ART in this field other wise it should be black and display all the data.
Please help me.
Edited by: Matt on Nov 21, 2008 12:01 PM
‎2008 Nov 21 10:35 AM
Use this code
Loop at <itab> into wa.
read table <itab1> into wa1 with key xxx = wa-xxx.
if qals-prueflos = 'XXX'.
append to another table.
else.
append to another table.
endif.
endloop.
‎2008 Nov 21 10:35 AM
Use this code
Loop at <itab> into wa.
read table <itab1> into wa1 with key xxx = wa-xxx.
if qals-prueflos = 'XXX'.
append to another table.
else.
append to another table.
endif.
endloop.
‎2008 Nov 21 11:50 AM
I have written that condition into end-of-selection.
but it is not working.
Please guide me if u want i can send my code.
regards
‎2008 Nov 21 11:19 AM
hey
Dont hard core the inspection lot number get it thru consant and then populate that sothat the code will be perfect for future modifications if any....