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: 

Question about 'Insert/Delete line' checkbox in TableControl Wizard

Former Member
0 Kudos

hi,

I am trying to create Table Control on Screen Painter by using TableControl Wizard.

I need to create the insert /delete bottun.

However in the wizard, the checkbox of this is grayed out.

'Line selection column' and 'Select /deselect all' checkboxes are also unabled.

Please tell me the reason why I cannnot select the checkbox

and how to solve this problem.

regards,

6 REPLIES 6

Former Member
0 Kudos

Hi,

Can u please send ur code.

Regards,

Raj.

0 Kudos

I don't write ABAP codes.

What I did is...

1. Start Screen Painter by t-cd: SE51.

2. Select 'Table Control (with Wizard)' Icon

3. Enter Name of table control and Table Name(ex. SPFLI) then select all field.

Is there any additional operation I forget to do?

If you have other questions, please let me know.

regards.

former_member1245113
Active Contributor
0 Kudos

Hello,

After you finish with Table Control Wizard you can doublie click on the Table Control(Any Corner) in the Attributes you just select the W/Select Check box and enter a value and select SINGLE/MULTI Radio Buttons

Cheerz

Ram

0 Kudos

Thank you for replying.

As you mention, I can add selection column afterward.

But what I really need is not selection column but insert /delete bottuns.

If I can see ABAP codes that wizard generats automatically, it may be enough.

regards,

Former Member
0 Kudos

Hi,

to get select/deselect and delete/Insert tab , in your table structure there must be field like flag of one char

which you should not select at the time of selection table fields after that it will ask for flag the you put the name of the flag.

now you able to solve your prob.

Regards,

Tarun

0 Kudos

Thanks for your response.

I added a field having one char's data element, and tried to create Tablecontrol again.

But unfortunately the result was the same. that is, the wizard doesn't ask for anything.

Is there any kind of restriction for the flag field?

fyi,

The System's Component version is

ECC 6.0. (SAP_ABA 700)

regards,