Sales Text obligatory in MM01 & MM02
Hello...
How I can make this field (Sales Text) obligatory ???? I don't found in SPRO....
thanks.
nobody can't help me ?
I don't think you can do it through SPRO or in MM user exit. Sales text is a text object, not part of any MM master data tables (i.e. MARA. MARC, MARD, etc..)
I guess what you can try to do is check in the MM01/MM02 user exit for existence of the text object, I'm not sure if it's saved before or after the user exit (you may have to do some debugging to figure that out).
The sales text object values are:
OBJECT = 'MVKE'
OBJECT NAME = MMMMMMMMMMMMMMMMM333311
where MMMMM = material, 3333 = division, 11 = distribution channel
Hope this helps...