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

Defaulting MM02

Former Member
0 Likes
807

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

1 ACCEPTED SOLUTION
Read only

kesavadas_thekkillath
Active Contributor
0 Likes
689

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

2 REPLIES 2
Read only

kesavadas_thekkillath
Active Contributor
0 Likes
690

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

Read only

0 Likes
689

Thanks Keshav.