‎2010 Dec 29 10:00 AM
Hi,
In so many thread i have read that for defaulting MM02, use the BADI 'BADI_MAT_F_SPEC_SEL'.
My requirement is to grey out and make mandatory some fields like 'Purchasing group' i need to make mandatory and 'Purchasing value key' needs to be gray out (display mode). The same changes i have done in MM01 with other BADI that is not available in
MM02.
For MM02 i am using 'BADI_MAT_F_SPEC_SEL' and method 'FIELD_SELECTION', but the changes are not being reflected.
Kindly suggest me if it requires any method parameter to set any specific value so as to bring out the changes in the screen.
Thanks,
Rudhir Bhaskar
‎2010 Dec 29 12:31 PM
You have to set the values in parameter structure FAUSWTAB. Its just same as setting the values to scren in at selection screen output.
Fields
FNAME - field name
KZACT - active
KZINP - input
KZINT - intensified
KZINV
KZOUT - Output
KZREQ - required
‎2010 Dec 29 12:31 PM
You have to set the values in parameter structure FAUSWTAB. Its just same as setting the values to scren in at selection screen output.
Fields
FNAME - field name
KZACT - active
KZINP - input
KZINT - intensified
KZINV
KZOUT - Output
KZREQ - required
‎2010 Dec 29 5:45 PM