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: 

Enable Table control rows

Former Member
0 Kudos

Hi

In my Module pool program in one screen im having one table control. Now im getting only 5 colums enable. I want to make full table control rows as enable.. How can i do that..

help me please.

1 ACCEPTED SOLUTION

Former Member
0 Kudos

Hi,

LOOP AT SCREENS.

screen-input = 1.

modify screen.

ENDLOOP.

This will help.

Regards,

Kunjal

3 REPLIES 3

Former Member
0 Kudos

Hi,

LOOP AT SCREENS.

screen-input = 1.

modify screen.

ENDLOOP.

This will help.

Regards,

Kunjal

Former Member
0 Kudos

Hi,

Follow the procedure below.

1) Go to screen and double click on the column which you want to make as editable, you will get one window having the name of the field and below consists of three tabs dictionary,

program,display. click on program and select input option.

This will solve your problem

Former Member
0 Kudos

give the loop in both loop.

IN PBO & PAI give dummy loop in one of the event as per ur requirement.