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

BTE for MM movement

Former Member
0 Likes
1,279

Hallo everybody,

is there a Business Transaction Event (tcode FIBF) executed during an MM movement?

Thank you very much indeed.

Mick

1 ACCEPTED SOLUTION
Read only

RaymondGiuseppi
Active Contributor
0 Likes
808

The tool used to search BTE is [FINF|https://www.sdn.sap.com/irj/scn/advancedsearch?query=finf&cat=sdn_all], just call this transaction with component MM or MM-IM to find the suitable BTE in your system.

NB: I don't find such a BTE, but there are BADI that may fulfil your requirement, [MB_DOCUMENT_BADI|https://www.sdn.sap.com/irj/scn/advancedsearch?query=mb_document_badi&cat=sdn_all] and [MB_MIGO_BADI|https://www.sdn.sap.com/irj/scn/advancedsearch?cat=sdn_all&query=mb_migo_badi&adv=false&sortby=cm_rnd_rankvalue#].

Regards.

Hallo everybody,

is there a Business Transaction Event (tcode FIBF) executed during an MM movement?

Thank you very much indeed.

Mick

2 REPLIES 2
Read only

Former Member
0 Likes
808

Hi,

Run the T Code and using breakpoint find fn mod OUTBOUND_CALL_0000XXXX

abd u ll get the sample function module number from 0000XXXX.

and inside FIBF by the function module number u can find the Event

Read only

RaymondGiuseppi
Active Contributor
0 Likes
809

The tool used to search BTE is [FINF|https://www.sdn.sap.com/irj/scn/advancedsearch?query=finf&cat=sdn_all], just call this transaction with component MM or MM-IM to find the suitable BTE in your system.

NB: I don't find such a BTE, but there are BADI that may fulfil your requirement, [MB_DOCUMENT_BADI|https://www.sdn.sap.com/irj/scn/advancedsearch?query=mb_document_badi&cat=sdn_all] and [MB_MIGO_BADI|https://www.sdn.sap.com/irj/scn/advancedsearch?cat=sdn_all&query=mb_migo_badi&adv=false&sortby=cm_rnd_rankvalue#].

Regards.