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

Screen Problem

Former Member
0 Likes
858

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

1 ACCEPTED SOLUTION
Read only

Former Member
0 Likes
673

hi,

Recreate all colunms in table control then only you will lable from data element.

2 REPLIES 2
Read only

Former Member
0 Likes
673

>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.

Read only

Former Member
0 Likes
674

hi,

Recreate all colunms in table control then only you will lable from data element.