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/User Exit for MIGO which is triggered from VLPOD

0 Kudos

I have a Scenario to change the Batch Value when I create a Proof of Delivery using VLPOD tcode.

Steps :

1. Go to Tcode VLPOD (Proof of Delivery),

2. Click the Confirm Proof of Delivery Icon and Click save.

3. While saving this SAP automatically creates MIGO document for Movement type - 107.(with 2 line item i.e. WH to outside and Outside to Customer location)

4. I have a scenario to change the Batch value for the second line item to Default.

Now I am trying to find BADI or User Exit which triggers from tcode VLPOD while creating the documents in MIGO, So can any one suggest me any Solution for my issue. Thanks in advance. Kindly Do not copy and paste all the Exits from SMOD because I tried searching there.

4 REPLIES 4

Former Member
0 Kudos

Hi Arun,

You can try badi MB_MIGO_BADI.

guilherme_frisoni
Contributor
0 Kudos

Hello Arun,

try BADI MB_DOCUMENT_BADI, method MB_DOCUMENT_BEFORE_UPDATE.

former_member1200644
Participant
0 Kudos

Hi,

Please try exit MBCF0002  or BADI  MB_DOCUMENT_BADI.

It is helpful.

Regards,

Nilesh Patel

0 Kudos

Hi guys,

Thanks for the Replies I checked both the BADI's MB_MIGO_BADI and MB_DOCUMENT_BADI both have the MSEG values as Importing parameter and I even tried changing the stack but it gets cleared in the following process, NO update is happening in the backend. Is there any alternate solution?

Thanks in advance