Skip to Content
0
Former Member
May 08, 2008 at 07:50 AM

read query

32 Views

Hi

if i have a table having feild given below...

BELNR WITHT WT_WITHCD WT_QSSHH WT_QSSHB

2110862 AD 0.00 0.00

2110862 IN IE -9,500.00 -9,500.00

2110862 J1 JC -1,045.00 -1,045.00

2110862 J2 JP -1,045.00 -1,045.00

and i want to read the row having condition

(WITHT = 'IN' and wt_qsshh <> 0)

OR (WITHT = 'AD' and WT_QSSHH <> 0) .

than how can i make the query

READ TABLE I_WITEM

INTO W_WITEM

WITH KEY ??????????

what will be the query