Skip to Content
0
Former Member
Jan 12, 2008 at 04:25 AM

Error in reading -help me pls

21 Views

Hi Experts

One of my ztable, am trying to read data using 'N' transaction,

the value exists but its not reading.

but when i add '*' (star) with the end of the data only, it reads correctly.

Whats the reason for not reading the data when i give exactly.

Wheather data type could be the problem.

SELECT a~ZTNAM

a~CTLNO

a~VBELN

b~CTLNO

b~PRDAT

INTO CORRESPONDING FIELDS OF TABLE ITAB

FROM ZLIST as a

INNER JOIN ZCTLK as b

ON aCTLNO = bCTLNO

WHERE a~ZTNAM = ZTEST.

it returns sy-subrc = 4, even data available in this condition.

Thanks in advance.

Regards

Rajaram