‎2007 Jun 21 8:16 AM
Hi!
In Screen Table whats the difference b'tween ACTIVE & INPUT
BOTH Seems to be input fields then what??
Thanks In Advance
Rahul.
‎2007 Jun 21 8:23 AM
Hi
ACTIVE is to hide the screen field;
INPUT is to allow to insert an value in the screen field.
Max
‎2007 Jun 21 8:19 AM
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>
‎2007 Jun 21 8:22 AM
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
‎2007 Jun 21 8:23 AM
Hi
ACTIVE is to hide the screen field;
INPUT is to allow to insert an value in the screen field.
Max
‎2007 Jun 21 8:26 AM
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
‎2007 Jun 21 9:00 AM