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: 

Customer is insisting that I intercept MIGO when a goods rcpt is posted

Former Member
0 Kudos

When a goods receipt posting is saved in transaction MIGO, I need to intercept the save and pop a screen that will allow the user to enter values for some columns that we've added to MSEG in an append structure.

I've tried to convince them to let me write a custom front-end and use a custom version of BAPI_GOODSMVT_CREATE, but they want the customers to keep using MIGO.

If there is no available customer exit or badi in MIGO to do what needs to be done, I will have to create a Z-version of MIGO and do the job there.

But this is something that should never be done.

So can anyone advise how and where to intercept MIGO itself ????

(Note: also posted in MM Forum for any func-ies who might know the answer ...)

1 ACCEPTED SOLUTION

RichHeilman
Developer Advocate
Developer Advocate
0 Kudos

Yes, we actually do something quite similar in our system. The user works in MIGO and when the press save, we throw a dialog box for addtional information, the only difference is is that we are storing in custom table.

We are using...............

Enhancement IQSM0007

Which uses function module EXIT_SAPLIE01_007

Which uses include ZXQSMU06.

REgards,

Rich Heilman

6 REPLIES 6

Former Member
0 Kudos

Take a look at the BADI MB_MIGO_BADI

Former Member
0 Kudos

Hello,

U can make use of the exit <b>EXIT_SAPLMBMB_001</b> for this requriement.

Vasanth

RichHeilman
Developer Advocate
Developer Advocate
0 Kudos

Yes, we actually do something quite similar in our system. The user works in MIGO and when the press save, we throw a dialog box for addtional information, the only difference is is that we are storing in custom table.

We are using...............

Enhancement IQSM0007

Which uses function module EXIT_SAPLIE01_007

Which uses include ZXQSMU06.

REgards,

Rich Heilman

0 Kudos

Martin/Vasanth - Thanks very much ...

Rich - I accidentally tagged your reply with 6 instead of ten. I will ask SDN to fix this ... I don't know how to reset the points.

Thanks again

djh

0 Kudos

Rich - please disregard last post - I noticed the "unassign" button, which I've never used before ...

djh

former_member181923
Active Participant
0 Kudos

want to adjust points