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 or Exit for GR Header Updation

Former Member
0 Kudos

Hi,

I need to update the delivery note while entering PO and execute it.

MIGO - Enter PO and when i press enter the PO details will be copied to the MIGO.At the same time i need to update the Delivery Note from my Customising table.

I used BADI MB_DOCUMENT_BADI and also some exits.I have kept Break point inside the Exits and FM.But when i execute the MIGO,the Execution is not coming to the debugger.

I dont know that this is a problem in system itself or the BADI which i choosed is not correct.

Is there any specific BADI or EXIT to solve this issue.Can anyone help me to solve this,

1 ACCEPTED SOLUTION

Former Member
0 Kudos

Hi ,

whats wrong with BADI "MB_MIGO_BADI"....?

regards

prabhu

3 REPLIES 3

nabheetscn
Active Contributor
0 Kudos

Hi

I tried it in debugging and it worked. Please use the below mentioned approach.

Include LMIGOHG2 method PAI create an implicit enhancement here and than pass delivery note in GOHEAD-LFSNR

Nabheet

madhu_vadlamani
Active Contributor
0 Kudos

Hi Raj,

Please check it will trigger.

Regards,

Madhu.

Former Member
0 Kudos

Hi ,

whats wrong with BADI "MB_MIGO_BADI"....?

regards

prabhu