Application Development and Automation Discussions
Join the discussions or start your own on all things application development, including tools and APIs, programming models, and keeping your skills sharp.
cancel
Showing results for 
Search instead for 
Did you mean: 
Read only

SLIN Error

Former Member
0 Likes
381

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

1 ACCEPTED SOLUTION
Read only

Former Member
0 Likes
342

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

1 REPLY 1
Read only

Former Member
0 Likes
343

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