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

Problem in MIGO User Exit

Former Member
0 Likes
633

hi all,

I am using LMIGOKL1 Include for triggering of line items in MIGO. here i am getting problem , Problem is that when user press enter after entering into MIGO all line items are triggering , again if user press enter in second time only some line items ( Those are displayed on screen based on resolution of monitor) are triggering. I want to trigger all line items. Is there any user exit or BADI or Include available . Please suggest.

Thanx & Regards

Rami Reddy

1 ACCEPTED SOLUTION
Read only

Former Member
0 Likes
559

Hi Reddy,

Try this BADI : MB_DOCUMENT_BADI & method : MB_DOCUMENT_BEFORE_UPDATE

I think this is useful.

Regards.

Venu Madhav

2 REPLIES 2
Read only

Former Member
0 Likes
559

Hi,

Why dont you check the BADI 'MB_MIGO_BADI'.

this badi has the method to modify the line items.

and even use the class 'cl_exithandler' and try out the other ones too.

hope this helps you.

Thanks & Regards,

Ranjith Nambiar

Read only

Former Member
0 Likes
560

Hi Reddy,

Try this BADI : MB_DOCUMENT_BADI & method : MB_DOCUMENT_BEFORE_UPDATE

I think this is useful.

Regards.

Venu Madhav