Application Development 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: 

message in user-exit MV45AFZZ

Former Member
0 Kudos

hi all,

i have an additional field in sales order header in additional data A section. and i want to make it a mandatory field so that error message is displayed if the field is left empty at status SAVE document.

but when i put a error message in the exit .my screen gets hanged up and gets into display mode ,so i am unable to remodify it.

can anyone send me code or give a suggestion .

thanks in advance.

regards

Gaurav

4 REPLIES 4

Former Member
0 Kudos

Hi,

I think this problem will occurs if that field is not mentioned in CHAIN AND ENDCHAIN in PAI.

Regards,

Nama Ganesh

Former Member
0 Kudos

Just press enter when the screen is greyed out. it will become normal i think.

just try to do this.

0 Kudos

You might be better off using form USEREXIT_FIELD_MODIFICATION in MV45AFZZ. You should be able to set the new field to mandatory and let the system handle the messages. If it's only for certain sales organizations or certain order types, be sure to add restrictions.

0 Kudos

Hi Norman

Thanks for the reply but i believe this may not solve the problem .

thanks otherwise i have solved the problem on my own

spro->sd->basic fuctions -> log of incomplete item -> define incomplete procedures

that where u can make the field mandatory field