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

Module pool table control

Former Member
0 Likes
399

Hi all,

I need to display some of the fields from a DB table to the screen table control..

I wrote the query and displyed..But there if i have 5 records means all the rows except this i want to enable.

See it want to display 5 records..That want to in disabled format and other lines want to be in enabled format..

Can anyone help me to overcome this

3 REPLIES 3
Read only

Former Member
0 Likes
387

Hi,

Add those columns you want in display mode to a grop.

then in code

loop at screen.

if screen-group = <your group>

screen-active = 0.

endif.

modify screen.

endloop.

Hope this helps.

Regards,

Renjith Michael.

Read only

0 Likes
387

Hi,

How to add it in group of fields

Read only

0 Likes
387

Hi,

take the screen layout.

double click on the field. in the options pop up there is option for giving a group name. You can use that.

Regards,

Renjith Michael.