‎2009 Sep 15 12:56 PM
Hello all,
I have been asked to make an enhancemet to assing fixed values to a field, so there would be a drop down after wards. Is this posible through CMOD? I know i can do it through se11 and fix the domain, but not sure if it is the correct process.
Thanks.
‎2009 Sep 15 2:18 PM
Hi,
Enhancement(SMOD,CMOD) or BADI (SE18,SE19) are just predefined user exit for customer to implement their specific logic in the specific application/component .
So your question is depending on whether there is a prefined user exit for that field. In my opinion, enhancement for assigning fiexed values to field mostly don't have predefined user exit.
But you can achieve it with it's search help exit instead, do as below:
1. If a search help already been attached to that field, just implement search help exit via se11(choose search help and change)
Hope helps,
Chen Jian