restricitng the selection
hi folks,
I have a question in the use of 'parameters' syntax for the selection screen.
parameters: adpcc like z5uff-adpcc obligatory.
and I need to have only 4 values in the option 'A1' ,'A2','A3' and 'A4'. By default that field has several values from the drop down list.
I need to restrict it to these four valuesout of that drop down list.
How can I do that?
Thanks in advance
Santhosh.
Tags:
Amandeep Singh replied
Create a Custom data element and domain and assign all those 4 values at the domain level under value tab.
Then use the custom element with the parameter.
parameters: adpcc type <CUSTOM ELEMENT> obligatory.
Now if you press drop down you will get only 4 values which you have mentioned at domain level.
Regards
Aman