‎2010 Nov 19 9:22 AM
Hi,
Good day guys
hope doing well. Iam working in upgrade peoject.. i got a problem with SCAN ABAP-SOURCE in Remote-enabled function module level.
I got a error which is "The offset and length fields in the token table are
not filled until the "with analysis' is declated.the
token table should use STOKES OR STOKEN as the line type,for
space reasons."
i got same message in 4.7 but its as a worning message not error.but now its makes as error in ecc 6.0/
READ REPORT l_obj_name INTO i_code. "CHANGE
SCAN ABAP-SOURCE i_code
TOKENS INTO token_itab
STATEMENTS INTO stmt_itab
WITH INCLUDES
Plz let me knwo how to solve it.
Regards
kk
‎2010 Nov 19 12:11 PM
The error message gives two very clear recommendations. What is that you don't understand about it?
Have you studied the ABAP documentation for this statement?
Thomas
‎2010 Nov 19 12:11 PM
The error message gives two very clear recommendations. What is that you don't understand about it?
Have you studied the ABAP documentation for this statement?
Thomas