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

Data Objects declared not detected when Checking

Former Member
0 Likes
381

Hi there,

I declared a few data objects - I am using ALV code, but get errors that some of the objects have not been declared by a "DATA" statement, nor is it part of a table that's been declared.

E.g.

error:" Field "REPNAME" is unknown. it is neither in one of the specified tables nor defined by a "DATA" statement."

Why would this happen? I have declared it ! But I get this error I can't get around.

Any ideas? ( I copied some ALV code I used in another program from a Word file, but the error doesn't make sense, as I have line numbers on where I declared the stuff, actually it is ALV declarations!)

1 ACCEPTED SOLUTION
Read only

Former Member
0 Likes
353

Hi ,

may be it got few inactive objects , activate all objects of this program then check.

Regards

Prabhu

1 REPLY 1
Read only

Former Member
0 Likes
354

Hi ,

may be it got few inactive objects , activate all objects of this program then check.

Regards

Prabhu