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

Maintanable table drop down list

Former Member
0 Likes
1,524

Hi All,

I have a requirement in which I need a table field which can have a drop down from which user can select a value as an input in SM30 transaction.

The populated values are from a Z table.

Exampl : If Z table has activity A, B, C ...

A maintanable table ZMAIN has a field XYZ for which A, B, C... should be populate and user should be able to select a value from it.

User doesnt want search help for this as search help doesnt give drop down option.

How can I achieve the same.

Regards,

Mayank

2 REPLIES 2
Read only

sreekanthgo
Contributor
0 Likes
952

Hi Mayank,

Go to Domain, maintain value range in Fix.val - Short description

You will get the drop down automatically.

Check the standard BOOLEAN domain, you will understand how to build your own.

Thanks,

Sreekanth

Read only

huseyindereli
Active Contributor
0 Likes
952

Hi Mayank ,

You can basiclly edit the screen that is generated for the table maintenance. While populating your data press f1 than double click the screen number to edit as you like. It is not a repair. If you want use domain values , select listbox property for the related field.