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

Dynamic Screen modification in module pool table control

Former Member
0 Likes
574

Hi Experts,

I have created a table control. In that Totally 4 columns are there. The 4th column will remains in change mode always. I have to add a new row for every clicking on the new button, based on the second column value i have to change the 1st column display/change mode operation.

if 2nd column contains any value the first column should be in display mode if 2nd column doesn't have any value then the 1st column should be in change mode.

Please tell me how can do this with loop at screen.

give me any existing code if possible.

Thanks

g.s.naidu

3 REPLIES 3
Read only

Former Member
0 Likes
543

Any help please

Read only

Former Member
0 Likes
543

hi,

please look into followin code..if this might help you.

loop at screen.

if screen-name = '' ".

screen-input = '0'.

modify screen.

endif.

endloop.

thanks.

Read only

Former Member
0 Likes
543

Hi

Is the second column value done thru user manual input or F4 help, incase it is thru F4 help there is a solution, if 2nd column value is thru manual input then some explicit event should be triggered like hitting enter button inorder to control the display of first column