‎2008 Jan 17 2:44 PM
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
‎2008 Jan 17 2:49 PM
hi,
data:it_fcat type slis_t_fieldcata_alv.
refresh the fieldcatalog table before designing the fieldcatalog.
REFRESH IT_FCAT[].
‎2008 Jan 17 2:49 PM
hi,
data:it_fcat type slis_t_fieldcata_alv.
refresh the fieldcatalog table before designing the fieldcatalog.
REFRESH IT_FCAT[].
‎2008 Jan 17 2:50 PM
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.