Quantcast
Channel: SCN: Message List
Viewing all articles
Browse latest Browse all 8445

Re: Detect whether PO line generated by MRP or added manually

$
0
0

Compare this results to PO Line Items with date Range, you will know what is added manually

 

SELECT T1.[ItemCode], T1.[Dscription], T1.[Quantity] as "PO Qty", T2.[Initial], T2.[InitialOrg], T2.[InStock], T2.[OutStock], T2.[Final] FROM [dbo].[POR1]  T1, MSN2 T2 WHERE T2.[ItemCode] = T1.[ItemCode]


Viewing all articles
Browse latest Browse all 8445

Trending Articles