cancel
Showing results for 
Search instead for 
Did you mean: 

how to activate ecm mandatory in mm01 and mm02

Former Member
0 Kudos

dear gurusl,

as per Mr.Mangal suggesstion

can u please explain how to find the field exit in se37 and how to keep the field exit mandaory?(ecm)

-gide

Accepted Solutions (1)

Accepted Solutions (1)

former_member184655
Active Contributor
0 Kudos

Dear Mr.Guna,

<b>As I have mentioned in my earlier posts,ECN can be made mandatory for creating & changing material using a field exit.</b>

<b>

The field name for the Change number is AENNR.

First of all you have to verify with ABAP programmer whether a field exit exists for this particular field.</b>

You can also check this without anyone's help in SE37.

Just enter Field_exit_AENNR and click display ,if a field exit is valid for that field then the system shows the source code,otherwise it will throw you some information or error message.

<b>So with the help of an ABAP programmer ,this field can be made as mandatory.which means the system will not allow you to create or change a material without a Change number.</b><b>In SAP field exit's are not present for all the field's.</b>

I hope this will be sufficient for you to quench your query.

Thanks & Regards

Mangal

Message was edited by:

Mangal

Answers (2)

Answers (2)

former_member184655
Active Contributor
0 Kudos

Hi Mr.Gide,

I hope now you would have got an idea about the field exit for Change number,so as to make it mandatory while creating & changing a material.

<b>Still if you have doubt regarding the same,please fell free to post your query.</b>

Thanks & Regards

Mangal

Former Member
0 Kudos

Field exit should be defined from CMOD. Then type PRFB from this screen. Here you create the field exit funcyion module by giving the data element for change number.

If already a field-exit exists for the change number data element then it will appear in the list of PRFB transaction.

The screen number is to be assigned to the field exit so that it does not affect other transactions. In the code too you need to specify that for transaction MM01 and MM02 the code should be executed.

Ram

Message was edited by:

Ramanujan Chitrakootam