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

Enable Table control rows

Former Member
0 Likes
705

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
Read only

Former Member
0 Likes
609

Hi,

LOOP AT SCREENS.

screen-input = 1.

modify screen.

ENDLOOP.

This will help.

Regards,

Kunjal

3 REPLIES 3
Read only

Former Member
0 Likes
610

Hi,

LOOP AT SCREENS.

screen-input = 1.

modify screen.

ENDLOOP.

This will help.

Regards,

Kunjal

Read only

Former Member
0 Likes
609

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

Read only

Former Member
0 Likes
609

give the loop in both loop.

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