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 User exit trigger point

Former Member
0 Likes
1,023

Hi Gurus,

Anyone knows what the trigger point for user exits MBCF0006 with FM EXIT_SAPLMIGO_001 in TCODE MIGO? for example: triggered by 'SAVE' button or other button on application toolbar

Thx in advance!

Hi Gurus,

Anyone knows what the trigger point for user exits MBCF0006 with FM EXIT_SAPLMIGO_001 in TCODE MIGO? for example: triggered by 'SAVE' button or other button on application toolbar

Thx in advance!

3 REPLIES 3
Read only

Former Member
0 Likes
744

Hi

The user exit MBCF0006 with FM EXIT_SAPLMIGO_001 should trigger after the data has been saved into the corresponding tables

use this BADI rather than User_EXIT..

MB_QUAN_CHECK_BADI

CHECK WITH THESE USER EXITS

MBCF0002 Customer function exit: Segment text in material doc. item

MBCF0005 Material document item for goods receipt/issue slip

MBCF0006 Customer function for WBS element

MBCF0007 Customer function exit: Updating a reservation

MBCF0009 Filling the storage location field

MBCF0010 Customer exit: Create reservation BAPI_RESERVATION_CREATE1

MBCF0011 Read from RESB and RKPF for print list in MB26

MB_CF001 Customer Function Exit in the Case of Updating a Mat. Doc.

<b>Reward points</b>

Regards

Read only

Former Member
0 Likes
744

Hi,

How do I know if it is triggered after the save? I tried to set breakpoint in the FM include, and select Goods Receipt and Purchase Order from the dropdown lists in TCODE MIGO with filling out all the data. Then I started debug after I click the SAVE button. But it did not go to the FM exit. Any idea is helpful.

Read only

0 Likes
744

hi Matt,

I'm facing the same prob, just wanna check Have u found the prob why it couldn't go inside the debug point in FM EXIT_SAPLMIGO_001?

Please advice.Thanks in adv.

thanks & rgds,

fn