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: 

User exit MV45AFZZ when sale order crated or changed ,material is entered at line item

ashok251
Discoverer
0 Kudos
3,410

I am currently working on a SD requirement, in VA01 and VA02 when sale order crated or changed ,material is entered it should raise a warning message

Am using user exit MV45AFZZ

Which one suitable routine?

1 ACCEPTED SOLUTION

raymond_giuseppi
Active Contributor
3,201

You could try userexit_move_field_to_vbap. (check XVBAP-MATNR, XVBAP-UPDKZ and YVBAP-MATNR when relevant)

4 REPLIES 4

raymond_giuseppi
Active Contributor
3,201

Do you actually want to raise a warning message each time user inputs a material number?

raymond_giuseppi
Active Contributor
3,202

You could try userexit_move_field_to_vbap. (check XVBAP-MATNR, XVBAP-UPDKZ and YVBAP-MATNR when relevant)

0 Kudos
3,201

This is logic

Check mvke-prat2 and mvke-prat3 for material vbap - matnr with vkorg = vbak-vkorg

And vtweg = Vbak-vkorg

Sale order create or changed material is entered it should raise a warning message like pop up screen like that

This routine is suitable Userexit_move_field_to_vbap ?

ashok251
Discoverer
0 Kudos
3,201

Yes @ Raymond Giuseppi