‎2009 Jul 28 2:51 PM
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
‎2009 Jul 28 5:43 PM
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
‎2009 Jul 28 6:16 PM
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.