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: 

graying out the screen..

Former Member
0 Kudos

hi,

when i double click on particiular field it is taking me to next screen but I want to know how to gray out the second screen. Please help me out in this ASAP.

thanks in advance,

Rashmi Pranesh.

Moderator Message: Basic Question and words showing Urgency (like ASAP) are not allowed.

Edited by: kishan P on Apr 8, 2011 10:54 AM

1 ACCEPTED SOLUTION

Sandeep_Kumar
Advisor
Advisor
0 Kudos

Gray out the 2nd screen in sense .. you wnat the2nd screen to be input disabled or something else...

3 REPLIES 3

Sandeep_Kumar
Advisor
Advisor
0 Kudos

Gray out the 2nd screen in sense .. you wnat the2nd screen to be input disabled or something else...

0 Kudos

hi,

yes. it should be non-editable.

0 Kudos

Hi friend,

Set the fields of the screen to group1 and do this code,

LOOP AT SCREEN .

IF screen-group1 = 'G1'.

screen-input = 0.

ENDIF.

MODIFY SCREEN.

ENDLOOP.

I think this will solve your problem.

Thanks and Regards,

Sri Hari Anand Kumar