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

ALV Data Duplication

Former Member
0 Likes
662

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

4 REPLIES 4
Read only

Former Member
0 Likes
618

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.

Read only

Former Member
0 Likes
618

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.

Read only

Former Member
0 Likes
618

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

Read only

Former Member
0 Likes
618

solved byself