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 problem

Former Member
0 Likes
665

Hi All,

I am MM consultant, i need little ABAP help,

we will create a ztbale which has fields like GoodsRecipt number , Bolading, vehicle ids, similar 15 columns.

when we save goods receipt in MIGO,

after the GR is saved a screen has to be popped up with all the ztable fields, with GRnumber already filled up.

Is there any user exit, or how will we handle this situatuion.

If there is a user exit which gets triggered after GR is saved, can we call a call-transaction which calls a zprogram to pop up this screen.

i think we can use a concept called table control, but i am not sure if we can call it fro user exit.

1 ACCEPTED SOLUTION
Read only

Former Member
0 Likes
630

Hi,

check this link

https://forums.sdn.sap.com/click.jspa?searchID=21651428&messageID=6927987

I think that it'll be very helpful for u.

Regards.

4 REPLIES 4
Read only

Former Member
0 Likes
631

Hi,

check this link

https://forums.sdn.sap.com/click.jspa?searchID=21651428&messageID=6927987

I think that it'll be very helpful for u.

Regards.

Read only

0 Likes
630

Thanks Alvear,

Any suggestions on my specific problem.

Read only

0 Likes
630

any more suggestions please.

Read only

0 Likes
630

The following enhancements are available for MIGO

MB_CF001            Customer function exit for update of material document     
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            
MBCFC003            Maintenance of batch master data for goods movements       
MBCFC004            Maintenance of batch specifications for goods movements

You may want to use MB_CF001 if you want to call the exit during GR posting OR MBCF0005 during item processing.

You can open these enhancements in SMOD to see the user exits available in them. Need to play around with them to see if you can use them.