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

regarding Table name for selection-screen

Former Member
0 Likes
954

hi all,

can you please tell me, which table is holding the selection-screen fields....

7 REPLIES 7
Read only

Former Member
0 Likes
875

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

Read only

I355602
Product and Topic Expert
Product and Topic Expert
0 Likes
875

Hi,

The structure which stores the screen fields attributes is SCREEN.

Regards,

Tarun

Read only

Former Member
0 Likes
875

Hi Sai

Check SCREEN.

Check the answer of Satesh in the thread

regards

Sachin

Read only

Former Member
0 Likes
875

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

Read only

Former Member
0 Likes
875

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

Read only

0 Likes
875

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....

Read only

Former Member
0 Likes
875

Structure SCREEN is having the fields details. At run time is will show the details of the fields.

Regards,

Joan