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

Material Info Record User Exit Help

Former Member
0 Likes
1,430

Dear colleagues,

In ME11 or ME12, any user exit available to make some fields as mandatory per info category. I mean, only specified fields must be a mandatory entry if an info record with standard info category is created. For any other info category, such as pipeline or subcontracting, field restrictions should stay same. I can carry out through customizing but this time field becomes mandatory for all info categories which customer doesnu2019t want.

Thank you.

Melih

1 ACCEPTED SOLUTION
Read only

Former Member
0 Likes
832

If you are working in ECC6.0 and above then you can write Enhancement in screen no 101 in PBO module modify screen ( MM06IO01_MODIFY_SCREEN )putting the condition for screen property. Otherwise original code you have to modfy.

2 REPLIES 2
Read only

Former Member
0 Likes
833

If you are working in ECC6.0 and above then you can write Enhancement in screen no 101 in PBO module modify screen ( MM06IO01_MODIFY_SCREEN )putting the condition for screen property. Otherwise original code you have to modfy.

Read only

Former Member
0 Likes
832

Hi,

(1) You can take reference to the below post in the past!

(2) Goto program SAPMM06I.

In Event PBO-Routinen

INCLUDE MM06IO01.

you can check this also.

Thanks,

Anurag