Application Development 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: 

warning message in ALV report

Former Member
0 Kudos

Hi Experts,

In ALV report i am getting warning like

" Field string LS_HEADER is not referenced statically"

Actually i declared this field as "DATA: ls_header TYPE slis_listheader.".

How to correct this warning message.

Thanks in advance.

Thanks,

Madhu.

2 REPLIES 2

prateek
Active Contributor
0 Kudos

I think you should post the same question in ABAP forum.

Regards,

Prateek

Former Member
0 Kudos

Dear Madhu,

You are not using LS_HEADER statically that you have defined in the program. You will get a warning message since you have defined a field that you have not referenced statically.

Are you using this field dynamically? You can delete/comment the code if you are not using it statically and dynamically.

Moved the thread ABAP forum. Post your queries in relevant forums to get efficient answers.

Regards,

Naveen