‎2010 May 31 8:51 AM
Hi All,
I am getting an error as :
Syntax check warning
This warning is only displayed in SLIN
Assigning to "POSNR" may result in information loss
the ine where i am getting error is :
LOOP AT t_temp_all ASSIGNING <fs_temp_all>.
READ TABLE t_rev_all INTO w_rev_all WITH KEY bukrs = <fs_temp_all>-zccode
vbeln = <fs_temp_all>-zcontnum
posnr = <fs_temp_all>-zcontitm.
Please help me in understanding where i am wrong.
Thanks,
Poonam
‎2010 May 31 9:07 AM
Hello,
Check the length of POSNR and the field zcontitm. If zcontitm is longer than POSNR, this warning will occur, and of you are sure that no data will be cut off, you can ignore this warning.
Vikranth
‎2010 May 31 9:07 AM
Hello,
Check the length of POSNR and the field zcontitm. If zcontitm is longer than POSNR, this warning will occur, and of you are sure that no data will be cut off, you can ignore this warning.
Vikranth