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