Dear Mr. Vivek,
Please use above query.
it will satisfy your requirement
SELECT T0.[DocNum] as InvoiceNo, T0.[DocDate] as InvoiceDate, T3.[ReconNum] as RecNo, T3.[ReconType] as RecType, T3.[ReconDate] as RecDate FROM OINV T0 INNER JOIN INV1 T1 ON T0.DocEntry = T1.DocEntry left join ITR1 T2 on T2.[SrcObjAbs] = t1.docentry and T0.[ObjType] = T2.[SrcObjTyp] INNER JOIN OITR T3 ON T2.ReconNum = T3.ReconNum WHERE T0.[DocNum] = [%0]
Thanks & Regards,
Nishit Makadia