Skip to Content
0
Former Member
Aug 10, 2009 at 08:28 AM

In Not Numeric literal 's ERROR

497 Views

Dear All ,

i faced this error , any idea how to happen ?

Coding :

data: I_len type i, I_len1 type i.

READ TABLE T_UPLOAD_MOVEMENT INDEX 1.

I_len = strlen( T_UPLOAD_MOVEMENT-DOCRE ).

I_len1 = I_len - 3.

sort T_UPLOAD_MOVEMENT by DOCRE+I_len1(3).

when execute n save : got this error " offset specification "+I_len1" is not numeric literal or a numeric constant...

any wrong for my coding ?

thanks