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

Screen Table ! Doubt!

Former Member
0 Likes
641

Hi!

In Screen Table whats the difference b'tween ACTIVE & INPUT

BOTH Seems to be input fields then what??

Thanks In Advance

Rahul.

1 ACCEPTED SOLUTION
Read only

Former Member
0 Likes
623

Hi

ACTIVE is to hide the screen field;

INPUT is to allow to insert an value in the screen field.

Max

5 REPLIES 5
Read only

Former Member
0 Likes
623

Hi,

If ACTIVE = 1 then We can have INPUT and OUTPUT value are applicable and effective.(<b>i.e. input and output values will not get supressed</b>)

If ACTIVE = 0 then INPUT = 0 and OUTPUT = 0 and INVISIBLE = 1.(<b>i.e. input and output values will get supressed</b>)

Regards,

Ranjit Thakur.

<b>Please Mark The Helpful Answer.</b>

Read only

Former Member
0 Likes
623

Hi

input is just applies for input-enabled field

active field attributes are Input/Output/Invisible

and used for active field

Except active, all components of structure screen directly correspond to one attribute of the current screen element. The component active has no match in the attributes. If you change its content with MODIFY SCREEN, this affects the attributes Input, Output and Invisible and thus the components input, output and invisible of structure screen.

Reward points for useful Answers

Regards

Anji

Read only

Former Member
0 Likes
624

Hi

ACTIVE is to hide the screen field;

INPUT is to allow to insert an value in the screen field.

Max

Read only

Clemenss
Active Contributor
0 Likes
623

Hi Rahul,

active = 0 means the field will disappear from screen. If alll fields in a line have active = 0, the screen line will disappear meaning everything below is scrolled up one line.

Especially confusing: Values from variants are trasnfered!

Regards,

Clemens

Read only

Former Member
0 Likes
623

Hi!

THANK U ALL FOR YOUR WONDERFULL REPLIES!

REGARDS

RAHUL S