‎2009 Feb 27 5:05 AM
hi all,
can you please tell me, which table is holding the selection-screen fields....
‎2009 Feb 27 5:08 AM
HI,
check the table SCREEN
Usually, in the run time you can see the values for these fields
NAME
GROUP1
GROUP2
GROUP3
GROUP4
REQUIRED
INPUT
OUTPUT
INTENSIFIED
INVISIBLE
LENGTH
ACTIVE
DISPLAY_3D
VALUE_HELP
REQUEST
VALUES_IN_COMBO
COLOR
these values will be filled when you execute your program.
Eg:
Usually the enabling and disabling of the fields will be done by using this structure only.
Regards,
Venkatesh
‎2009 Feb 27 5:11 AM
Hi,
The structure which stores the screen fields attributes is SCREEN.
Regards,
Tarun
‎2009 Feb 27 5:14 AM
‎2009 Feb 27 5:19 AM
Hi,
structure SCREEN has all components of screen.
NAME
GROUP1
GROUP2
GROUP3
GROUP4
REQUIRED
INPUT
OUTPUT
INTENSIFIED
INVISIBLE
LENGTH
ACTIVE
DISPLAY_3D
VALUE_HELP
REQUEST
VALUES_IN_COMBO
COLOR
Edited by: Amresh kumar Panda on Feb 27, 2009 10:49 AM
‎2009 Feb 27 5:27 AM
Hi Sai,
What exactly you want to do with the table?
Fields details are populated in the structure "SCREEN" at runtime only. So if you tell us your requirement, then we will be able to help you.
Regrads,
Anil
‎2009 Feb 27 5:32 AM
thanks...
Actually my requirement is if the user gives T-code in the selection screen..All the corresponding fields and their description and screen number should be displayed in ALv output...User can give any T-code....
for example If user gives MM01 in the selection-screen...then the corresponding fields with their screen have to be displayed in ALV output...
material number plant storage location and all....
‎2009 Feb 27 5:45 AM
Structure SCREEN is having the fields details. At run time is will show the details of the fields.
Regards,
Joan