Application Development 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: 

How to implement line selectability for a table control using table Wizard?

Former Member
0 Kudos

Hello SDN Community,

I have created a table control using the Table Wizard. I found my exact question in this forum, but unfortunately it had not been andsered. While I cannot paste a screen-print into this plane-text area, here are the steps I followed...

1) SE51

2) Create new screen 0100

3) Click Layout button

4) Clidk Table Control (with Wizard) and draw box on canvas.

5) Step is "Start" - click Continue

6) Step is "Name of Table Control" - provided name

7) Step is "Table Name" - provided name of dictionary table (AUFK)

😎 Step is "Definition of Columns" - selected order numver and order text

9) Step is "Table Control Attributes" - Line Selectability is in display mode - cannot set it.

I would like to have a selectability column for my table. Would appreciate any insight into how to do this.

Thank you,

Dean Atteberry.

1 ACCEPTED SOLUTION

Former Member
0 Kudos

...continued trying...

I removed the selection of the char1 field from wizard step "select columns". Then typed CHAR1 in the "line sel. field" box. and it accepted that when I went to the next step. got thru all the selects and I now can see my table with a selection column, order number and order text.

Dean Atteberry.

4 REPLIES 4

Former Member
0 Kudos

Almost got it... Changed from dictionary structure AUFK to a type defined in program with, and this is important part, a CHAR01 data element at beginning of the type.

Then line selection opened up in the wizard.

Only outstanding thing now is that nothing shows up in the "Selection col. fld" drop-down. Will try to just type in field name and hopefully that will work, but it botheres me that the drop-down is empty because that indicates that something is not connected right.

Dean Atteberry.

Former Member
0 Kudos

This is a puzzling...

For the table control wizard, in the Table Control Attributes step, I was able to get line selectability to open up by declaring a char01 data element at the beginning of my type.

The puzzling is in regards to the "Selection col. fld" entry field.

If I leave it blank and try to go to the next step, I get message "Enter the name of the selection column if you are using a program table"

So it looked like it wanted to know the name of my selection column. So I type in "CHAR1". and got the message "The field "CHAR1" for the selection column is already contained in the table."

Hmmmmm.... don't understand............

Dean Atteberry.

Former Member
0 Kudos

...continued trying...

I removed the selection of the char1 field from wizard step "select columns". Then typed CHAR1 in the "line sel. field" box. and it accepted that when I went to the next step. got thru all the selects and I now can see my table with a selection column, order number and order text.

Dean Atteberry.

0 Kudos

I come from 7 years in the future to say thank you, this really saved me some time this morning.