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

MIGO Header Data Update

former_member311223
Participant
0 Likes
3,941

Dear Experts,

I have a requirement where in I have to Update Delivery Note Number in the MIGO Header (MIGO-General Tab-> Delivery Note). It is of data type GOHEAD-LFSNR.

I tried using BADI : MB_MIGO_BADI. But unable to update it, as all the GOHEAD datas are Non-editable i.e. we cannot change the data in GOHEAD.

I even tried to google it but could not find any answer for this scenario. Can anyone kindly suggest any Exits or anyother BADI for the same.

Thanx in advance.

1 ACCEPTED SOLUTION
Read only

Former Member
0 Likes
2,424

hi,

Through  MB_MIGO_BADI you can Modify Header data.you can also try Enhancement given in include LMIGOKG1 here we have Enhancement Spot Given by SAP.

Regards

Ajit

2 REPLIES 2
Read only

Former Member
0 Likes
2,425

hi,

Through  MB_MIGO_BADI you can Modify Header data.you can also try Enhancement given in include LMIGOKG1 here we have Enhancement Spot Given by SAP.

Regards

Ajit

Read only

former_member213851
Active Contributor
2,424

Hi Gopa Kumar,

You can try using the INCUDE LMIGOHG2. In this gohead-lfsnr is populated based on certain conditions from gohead-xblnr. Inside this include, search for Implicit Enhancements ( Edit->Enhabce operations->Show Impliit Enhance operations ) and add you own logic to populate gohead-lfsnr.

Best Regards,

Sachin.