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: 

BADI IN MIGO

Former Member
0 Kudos

Dear All

I have used BADI "MB_migo_Badi" for getting an extra subscreen in MIGO transaction for purchase order goods reciept level,

Let me explain my issue with an example :

I was successful in getting the screen and fields.

I have to post GR for 2 items A and B

in customized subscreen I have to Fields offered qty (confirmed qty), confirmed date

while i enter data for item A (line iem 1) the same data is reflecting for item B ,and if I modify the data of item B the same data is reflecting in item A,

Kindly suggest me how can I hold data item wise.

Regards

Chaitanya

1 ACCEPTED SOLUTION

Former Member
0 Kudos

Hello,

you have to clear offered qty (confirmed qty), confirmed date in RESET method of the badi implementation.

3 REPLIES 3

Former Member
0 Kudos

Hi,

This particular BADI has sample code, use the menu path: Goto->Sample code->display.

Check out how the example has implemented this functionality.

Regards,

Sai

Former Member
0 Kudos

Hello,

you have to clear offered qty (confirmed qty), confirmed date in RESET method of the badi implementation.

Former Member
0 Kudos

closed