‎2008 Dec 15 1:41 PM
I use SAP Netweaver 7.01 ABAP Trial version
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."
But chceckBox "line selection col." is disabled !!!
Radio buttons "Single" and "Multiple" are disabled !!!
Everything is disabled in Line selectability...
What should I do to enable them????
Edited by: Piotr Wieleba on Dec 15, 2008 2:41 PM
Edited by: Piotr Wieleba on Dec 15, 2008 2:42 PM
‎2008 Dec 15 1:56 PM
Did u select dictionary table option in first screen?
u need to use an internal table and a work area to get those fields activated.
try it out once and let me know in case of issues
‎2008 Dec 15 1:56 PM
Did u select dictionary table option in first screen?
u need to use an internal table and a work area to get those fields activated.
try it out once and let me know in case of issues
‎2008 Dec 15 2:25 PM
Yes, I selected "Dictionary table" because I don't need internal tables...
What is interesting in my university where is full version of SAP System, when I select "Dictionary table" all chceckBoxes and radiobuttons are enabled...and all is fine...
Is it possible that's the problem is SAP Netweaver 7.01 ABAP Trial version ??
‎2008 Dec 15 3:03 PM
well i tried on ecc 5 and we have full version here but when i tried with dictionary table option everything was disabled . So u try once by including internal table and work area option and also include one char type variable for selection
‎2008 Dec 15 2:00 PM
This sort of thing can sometimes happen if the wizard doesn't think that the screen you've defined is large enough to hold all the buttons. Make the screen larger and try again.
‎2008 Dec 15 2:26 PM