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

Table control wizard

Former Member
0 Likes
437

Hi All,

I am using table control wizard in a module pool program

I have declared an internal table in the main program and I am using the same table in the wizard.

I want to set the attributes for this in the fourth step.

I have set the I/O attributes and columns with header

when i try to set the line selectability, it is asking for selection col field. here i gave some field name like ABC. it gives me an error <b>The field 'ABC' for the selection column does not exist in the table</b>.

This problem occurs even if you declare ABC as a single character type field.

can anyone help me how to set this using wizard although this can be achieved using generic table control?

Thanks in advance

Sandeep

1 ACCEPTED SOLUTION
Read only

RichHeilman
Developer Advocate
Developer Advocate
0 Likes
394

Yes, the wizard is a little funny. If you have not put the field in the internal table and then run the wizard and get the error, then go back and put the field in the internal table, the wizard will still not recognize it. Work around, is that you cancel the wizard, delete any code that it might have already generated, add the field to the internal table, activate the program, now run the wizard again.

Regards,

Rich Heilman

2 REPLIES 2
Read only

RichHeilman
Developer Advocate
Developer Advocate
0 Likes
395

Yes, the wizard is a little funny. If you have not put the field in the internal table and then run the wizard and get the error, then go back and put the field in the internal table, the wizard will still not recognize it. Work around, is that you cancel the wizard, delete any code that it might have already generated, add the field to the internal table, activate the program, now run the wizard again.

Regards,

Rich Heilman

Read only

0 Likes
394

Hi Rich,

Thanks a lot for giving correct and wonderful solution.

I have been trying this for a long time!

Thanks

Sandeep