‎2008 Dec 17 7:15 PM
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?
‎2009 Jan 10 6:56 AM
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.
‎2009 Jan 10 7:25 AM
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