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: 

selection screen field

Former Member
0 Kudos

Hi,

A field in the selection screen of the report program should be disabled by default.

I have written the logic for the same in at selection-screen output.

If the user enters value in another field in selection screen,the field should be enabled for input.

When the user executes the program,o/p is displayed.

When the user clicks back button in the o/p screen,the field is again shown in disabled mode as the event at selection screen o/p is being triggered.

The field should be enabled when the user cliks back button in the o/p.

How to achieve this? => by writing the code. And we cannot do that for you.

Moderator Message: Also,

Total Questions:  141 (102 unresolved) 
suggests that you do not get back to the people who spend time on your issues. Be a responsible forum member by acknowledging people's time and effort.

Edited by: kishan P on Nov 11, 2010 4:16 PM

1 REPLY 1

Former Member
0 Kudos

Hi,

If i understood correctly you requirement you just have to make use of a global variable i.e. gv_enabled, which will be used as flag. Before disable the field in at selection-screen output event, check if gv_enabled is initial. When you enable the field for input, for the first time just move 'X' to gv_enabled.

Best Regards

George Zervas