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

User-Exit

Former Member
0 Likes
385

Hi Experts,

My requirement is to update the QALS table for Actual Lot Quantity and the MSEG table for Material Document, based on the Goods Receipt. Does any one has any idea regarding this? Which User-Exit do I use for the MIGO Transaction.

Thanks & Regards

Johann

2 REPLIES 2
Read only

anversha_s
Active Contributor
0 Likes
321

hi,

In order to find out the user exits for any tcode,

1. get the developement class of the tcode from SE93.

2. Now goto transaction SMOD and press F4,

3. give in the Deve class in the dev class and Press ENTER

this will show u the exits for any tcode.

or execute this report

http://www.erpgenie.com/sap/abap/code/abap26.htm

which gives the list of exits for a tcode

Regards,

Anver

Read only

Former Member
0 Likes
321

Hi,

The following are the user exits available for the transaction MIGO :

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.

MM07MFF0 ABBBE ACA Create delivery

The Following are the BADI'S avalilable :

MB_DOCUMENT_BADI : Create a Material Document

MB_MIGO_ITEM_BAdI : Change Item Data in Transaction MIGO

MB_MIGO_BADI : Maintain External Detail Subscreens for Transaction MIGO

Regards,

Sowmya.