‎2009 May 20 12:50 PM
Hi,
I have one simple problem...when i am going to display data through function 'RESUE_ALV_GRID_DISPLAY' , it displays ALV. but it gives me same data in column. internal table which i am using gives me right data before calling this function.......bt it displays repeated data. Even field catalog is ok....
Thanks
Saurin Shah
‎2009 May 20 12:53 PM
Hello,
If field catalog is fine, check the internal table which you are using for display from the ALV FM.
Use the statement "DELETE ADJACENT DUPLICATES from t_itab." to delete the duplicates in an internal table.
‎2009 May 20 12:53 PM
Hi,
May be when populating fieldctalog you must have taken the same field. Please check again your fieldcatalog. If still the data is duplicated please copy paste the code.
Regards,
Nikhil.
‎2009 May 20 12:57 PM
hi,
please note that , alv will display only the valus which are there in the final internal table that you are passing in reuse alv diplay.. So only problem for the issue is fieldcatalog .
check the fieldcatalog.. fieldname ...
regards,
Safel
‎2010 Feb 25 4:01 AM