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: 

Screen elements occupy space even in invisible mode

Former Member
0 Kudos

Hello

In module pool , screen fields are occupying space even in invisible mode. Actually in standard screens when they are in invisible mode no space occupies. How to do that.

Thanks.

5 REPLIES 5

PeterJonker
Active Contributor
0 Kudos

Not 100% sure but you need to change SCREEN-ACTIVE as well next to SCREEN-VISIBLE, did you do that ?

0 Kudos

SCREEN-ACTIVE  and SCREEN-INVISIBLE . I considering two things..

0 Kudos

Hi,

Don't go for both Active and Invisible.

Try setting only Invisible.

Regards

Ganesh

0 Kudos

Correct they decsribe different behaviors of a screen field

SCREEN-INPUT sets a field to no input / input enabled

SCREEN-VISIBLE sets a field to being visible or not

SCREEN-ACTIVE sets a field to active (= on screen) or not.

So did you do it or not ? Why can't you answer such a simple question  ?

0 Kudos

Bro , when I used only SCREEN-ACTIVE and SCREEN-INVISIBLE  in standard code for enhancements it worked. But it is not working for my custom screen.