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: 

list box in table maintanance

Former Member
0 Kudos

Hi all

i want to add list box in table maintenance, i am having list box fiels in my screen.

4 REPLIES 4

former_member199214
Participant
0 Kudos

Hi Amol,

Kindly go to the Domain of Status variable and add the Completed Pending and Partialy done in the Value Range.

Regards,

Sindhuja

former_member209818
Active Contributor
0 Kudos

Hi Amol,

You must have created a TMG for your custom table.

IN the TMG maintenance, you must have specified the screen number. Double click on that screento open its screen attributes.

Now in the Screen definition, go to Element list and in the "Text I/O Templates", tehre is a column, Dropdown. Specify the value, List box for your status field in that and activate the changes.

If your Table field's Domain has any Values maintained, then those values will be available as the List box values... But if any value table is maintained at the domain level, then you will need to use some PBO event of TMG to populate the List box for your data maintenance screen

hope this helps !!

- Harshad

Former Member
0 Kudos

Hi AMol,

go to the concern domain, give the fixed value as Completed,pending,partially completed in the value range as shown in the screen shot

sivaganesh_krishnan
Contributor
0 Kudos

HI amol,

GOTO - > the domain of that field in table (se11) -> click on value ranges -> type the options -> now generate the TMG .

after that maintaining in sm30 you can see the list .