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

Enhance when mb1a save&post

Former Member
0 Likes
905

hi,guys

i want to check the material and qutanty when mb1a is save&post.

i use badi :

Definition Name:MB_CHECK_LINE_BADI

Interface name :IF_EX_MB_CHECK_LINE_BADI

Method :CHECK_LINE

when i MESSAGE E001(zmb) in this Method,the screen of mb1a is disable to change any thing. only return we can do.

who can tell how to stop the program when i found data is error ,and i can change the data in mb1a.

thanks

1 ACCEPTED SOLUTION
Read only

Former Member
0 Likes
827

Check the enhancement MBCF0009 fn exit name is EXIT_SAPMM07M_009. Try this exit. It will give you to change the value.

hi,guys

i want to check the material and qutanty when mb1a is save&post.

i use badi :

Definition Name:MB_CHECK_LINE_BADI

Interface name :IF_EX_MB_CHECK_LINE_BADI

Method :CHECK_LINE

when i MESSAGE E001(zmb) in this Method,the screen of mb1a is disable to change any thing. only return we can do.

who can tell how to stop the program when i found data is error ,and i can change the data in mb1a.

thanks

2 REPLIES 2
Read only

Former Member
0 Likes
828

Check the enhancement MBCF0009 fn exit name is EXIT_SAPMM07M_009. Try this exit. It will give you to change the value.

Read only

0 Likes
827

thank you for your help.