cancel
Showing results for 
Search instead for 
Did you mean: 

BAdI MB_MIGO_BADI migrated: Changing not permitted

sapsap30
Explorer
0 Kudos
1,527

I want to make changes to MIGO so that I can apply Error Handling upon clicking the Check/Post button. I found that MB_MIGO_BADI is related to this and I want to Create BAdI Implementation in order to make a code for MIGO but it says BAdI MB_MIGO_BADI migrated: Changing not permitted.

View Entire Topic
Sandra_Rossi
Active Contributor

From your screenshot, I see that what you are trying to do is incorrect. Your issue is about understanding the concept of BAdI, it's not specific to MB_MIGO_BADI.

You should not try to change a BAdI Definition as you are trying to do:

You are confusing the two types of objects: BAdI Definition and BAdI Implementation.

You should just display the BAdI Definition, and create a BAdI Implementation from the context menu of Implementations:

Or use SE19 to go directly to the menu of BAdI Implementations.

sapsap30
Explorer
0 Kudos

That's what I did.

FredericGirod
Active Contributor
0 Kudos

sapsap30 you were in transaction SE18 (at BAdI level), you cannot change standard BAdI, Sandra shows you transaction SE19, at implementation level (so it is not standard, but should be specific) and you can change it

Sandra_Rossi
Active Contributor
0 Kudos

No, you entered the BAdI definition in change mode.

Enter in display mode.

Create an implementation prefixed Z (or your client namespace if any).