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, exit, BTE,... to modify BSEG-VBUND in MIGO

Former Member
0 Kudos
1,386

Hi all.

I need modify field BSEG-VBUND when I post in MIGO transaction. Any idea?

Thanks a lot.

Marta.

8 REPLIES 8

eduardo_hinojosa
Active Contributor
0 Kudos
342

Hi

Have you tried with badi MB_MIGO_BADI.?

Regards

Eduardo

0 Kudos
342

Yes, but it doesn't work. I think I would need a FI BADI, because I have to modify a field of BSEG table, but I can't find any BADI which works.

Thanks a lot.

Marta.

raymond_giuseppi
Active Contributor
0 Kudos
342

You could try

- a FI substitution (OBBH) but use callup point 3 ([Note 123218 - Validation/substitution BSEG-VBUND FI callup point 2|https://service.sap.com/sap/support/notes/123218])

- BAdI AC_DOCUMENT~CHANGE_AFTER_CHECK (suitable as processed at the end of all derivations and checks in the AC interface SD or MM to FI)

(But should not VBUND come from vendor data ?)

Regards,

Raymond

0 Kudos
342

Ok. I'm going to try it.

Thanks a lot.

Marta.

0 Kudos
342

Fi substituion will definately work and it will give more flexibilty to your code.

thanks

Nabehet

0 Kudos
342

Hi Nabenet.

In what point do you create the substitution? I have tried but it doesn't work.

Thanks a lot.

Marta.

0 Kudos
342

Basically wheneven and FI document is posted in background or via transaction than if you want to default something or you want to validate some parameters then we noramlly use it.

Just a brief overview.

Did you maintain the susbtituion correctly.? Have you defined your custom exit for same. If yes make sure configuration is done properly.

thanks

Nabheet

Former Member
0 Kudos
342

Hi

you can try one of these user exits:

MBCF0002

MBCF0005

MBCF0006

MBCF0007

MBCF0009

MBCF0010

MBCF0011

MB_CF001