‎2008 Oct 22 8:26 AM
Hi All,
I have created table control on screen wherein i am putting some of fields from one of custom created table (z- table). Now the problem is that some of fields are of type c length 1. Though i have created data element for them still it is not showing there header name on table control. why is so?
and one more thing i wanna ask u is that i am using all fields from custom created table but not all in table control. two of them i am using as check box on screen still it is giving me dump as
" Table control contains columns with same GUI position" when there is data in internal table it_final of type
custom created table.
could u plz provide me soln?
Thanks & Regards,
Parag
‎2008 Oct 22 9:07 AM
hi,
Recreate all colunms in table control then only you will lable from data element.
‎2008 Oct 22 8:43 AM
>Though i have created data element for them still it is not showing there header name on table control. >why is so?
if you don;t maintain the labels in the Data element then you will never see any texts in the header.
>" Table control contains columns with same GUI position"
check in the screen, table control may be there is overlap between two columns. that is causing the dump.
just check it once.
‎2008 Oct 22 9:07 AM
hi,
Recreate all colunms in table control then only you will lable from data element.