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

SCAN ABAP-SOURCE Problem

Former Member
0 Likes
410

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

1 ACCEPTED SOLUTION
Read only

ThomasZloch
Active Contributor
0 Likes
329

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

1 REPLY 1
Read only

ThomasZloch
Active Contributor
0 Likes
330

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