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
718

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

1 ACCEPTED SOLUTION
Read only

Former Member
0 Likes
694

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

5 REPLIES 5
Read only

Former Member
0 Likes
695

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

Read only

0 Likes
694

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 ??

Read only

0 Likes
694

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

Read only

christine_evans
Active Contributor
0 Likes
694

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.

Read only

0 Likes
694

I set my screen very large and it doesn't help...