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

Assign fixed values through CMOD

Former Member
0 Likes
369

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.

1 REPLY 1
Read only

Former Member
0 Likes
307

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