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

Clear Screen

Karan_Chopra_
Active Participant
0 Likes
413

I have a ALV which displays data according to selection in table control from previous screen

but after first display when i move back to table control and select some other vavle then the alv displays that new value 2 times by appending the same row again of new vale

i have refreshed and cleared the table and it displays correct value

1 ACCEPTED SOLUTION
Read only

former_member188829
Active Contributor
0 Likes
390

hi,

data:it_fcat type slis_t_fieldcata_alv.

refresh the fieldcatalog table before designing the fieldcatalog.

REFRESH IT_FCAT[].

2 REPLIES 2
Read only

former_member188829
Active Contributor
0 Likes
391

hi,

data:it_fcat type slis_t_fieldcata_alv.

refresh the fieldcatalog table before designing the fieldcatalog.

REFRESH IT_FCAT[].

Read only

Simha_
Product and Topic Expert
Product and Topic Expert
0 Likes
390

Hi,

Just check your output table you are sending it to your ALV grid FM.

May be it is holding duplicate values.

Delete adjacent duplicates from the output table.

Cheers,

SImha.