Hi Everyone,
i created dynamic internal table every thing is working fine. the problem is if output is less then 50 entries it is working fine. but if it exceeds 50 i am getting message
""LT_GENTAB-COL01" has already been declared 104 COL01(000070)""
This method i am using to create.
CALL METHOD cl_alv_table_create=>create_dynamic_table
EXPORTING
it_fieldcatalog = t_fldcat
IMPORTING
ep_table = t_newtable.
Please help me...