RE: PO confirmation - latest confirmation
Hi RDivya,
Suggest that to get the latest version, you use data from VendPurchOrderJour based on PurchOrderDocNum and RecId field. Get the top 1 from this table where purchid = 'ABC' order by PurchOrderDocNum desc, RecId desc
Results may be achieved just by using recid, but just incase same version is there twice. During my analysis, found that for a given purchTableVersion, i had two records in VendPurchOrderJour.
Thanks,
Satish Panwar
Please take time to click 'Yes' against the answers that help you guide in right direction to help other community members.