Hi Every one,
i want Pick List Date on Delivery i made this query but it's not working can anyone correct this
select OPKL.PickDate
from opkl
inner join PKL1 ON PKL1.AbsEntry=OPKL.AbsEntry
where PKL1 .OrderEntry=$[DLN1 .BaseEntry] and PKL1 .OrderLine=$[DLN1 .BaseLine]