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: 

Reuse alv LIST display

Former Member
0 Kudos
390

Hi Expert,

Do you know what can be happening here?

I have a colum called 'Status_U' and I have added it to my fieldcat. What happens is that if I use List display i can't see my field:

(I have checked all hidden fields and my field is not there)

But if I use Grid List I can see my field!!!!

Any idea about what can be happening?  My problem is that I need List Display

Any help is appreciated.

Best Regards

1 ACCEPTED SOLUTION

former_member182371
Active Contributor
0 Kudos
192

Hi,

you could try to refresh the ALV buffer by executing the programs

1. BCALV_BUFFER_DEL_SHARE

2. BALVBUFDEL

read this OSS Note too:

122975 - Resetting buffering of ALV field catalog

Best regards.

4 REPLIES 4

former_member218424
Participant
0 Kudos
192

have you checked below buttons..

0 Kudos
192

Hi Kunal,

Yes I have checked them but my field is not there

former_member182371
Active Contributor
0 Kudos
193

Hi,

you could try to refresh the ALV buffer by executing the programs

1. BCALV_BUFFER_DEL_SHARE

2. BALVBUFDEL

read this OSS Note too:

122975 - Resetting buffering of ALV field catalog

Best regards.

0 Kudos
192

Pablo,

Thank you very much! This has solved my problem.

Thanks