Hi Santosh,
Put "For Browse " at the end of Query.
Select Distinct C.DocNum,B.ItemCode, 'Issued Qty'= CASE When BatchNum is null then B.Quantity Else A.Quantity End, B.DocDate,A.BatchNum,'Issue Type'= CASE When B.BaseType=202 then 'Issue For Production' Else 'Good Issue' End From IGE1 B Left Outer Join IBT1_LINK A on A.ItemCode=B.ItemCode and A.BaseEntry=B.DocEntry and A.Direction=1 Inner Join OIGE C on C.DocEntry=B.DocEntry where C.DocDate between [%0] and [%1] For Browse
If Still it not coming then you have to raise ticket to SAP.
I think It's an application issue...