2011 Dec 15 2:03 PM
Hi all.
I need modify field BSEG-VBUND when I post in MIGO transaction. Any idea?
Thanks a lot.
Marta.
2011 Dec 15 2:10 PM
2011 Dec 15 2:18 PM
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.
2011 Dec 15 2:18 PM
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
2011 Dec 15 2:24 PM
2011 Dec 16 8:19 AM
Fi substituion will definately work and it will give more flexibilty to your code.
thanks
Nabehet
2011 Dec 16 9:01 AM
Hi Nabenet.
In what point do you create the substitution? I have tried but it doesn't work.
Thanks a lot.
Marta.
2011 Dec 16 9:12 AM
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
2011 Dec 16 10:44 AM
Hi
you can try one of these user exits:
MBCF0002
MBCF0005
MBCF0006
MBCF0007
MBCF0009
MBCF0010
MBCF0011
MB_CF001