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

Conversion error in table control

Former Member
0 Likes
433

Hi expert,

Am using table control wizard to create table control in module pool proframming.

as per my internal table there are 15 fields n am only using 10 fields in table control.

is it mandatory that i need to keep all the fields in order as am dispalying it in the table control.

if yes then wat abt the remaining 5 fields. should keep these fields in the end of the internal table .

kindly assist

thx in advance.

1 ACCEPTED SOLUTION
Read only

Former Member
0 Likes
310

Hi...

If you have only 10 fields to be needed in program then why do you have those extra fields in your internal table. Remove them if no longer needed.

Else you can get them displayed and make those column inactive.

Regards,

Uma Dave

1 REPLY 1
Read only

Former Member
0 Likes
311

Hi...

If you have only 10 fields to be needed in program then why do you have those extra fields in your internal table. Remove them if no longer needed.

Else you can get them displayed and make those column inactive.

Regards,

Uma Dave