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

TableControl Wizard Problem

Former Member
0 Likes
369

I use SAP Netweaver 7.01 ABAP Trial version<br />

For creating screens I use Screen Painter. When I want to create Table control I use TableControl Wizard.

My problem:

One of the steps in wizard says:

"If you want to include a selection column, you can specify if you want to allow single-line or

multiple-line selection."

<b>But chceckBox "line selection col." is disabled </b>

<b>Radio buttons "Single" and "Multiple" are disabled </b>

Everything is disabled in Line selectability...

What should I do to enable them?

2 REPLIES 2
Read only

Former Member
0 Likes
346

Hi,

If you are abaper while working with Dialog programing if you have used any table control in those screens.

You need to write a simple code as:

Select PBO module status & click on that.

Just you write a code after normal code as:

TABLECONTROLNAME-LINES = SY-DBCNT.(this will enable the table control vertical scroll bar.)

Normal code before above statement is(for eg.),

MOVE WA-EBELN TO EKKO-EBELN.

MOVE WA-AEDAT TO EKKO-AEDAT.

Regards,

BBR.

Read only

Former Member
0 Likes
346

at starting have what have u specified as type of ur table control standard table or internal table,

if u select standard table u'll have those checkboxes disabled and if u r specifying an internal table then u must include a variable of char type in that which will be used for select