‎2009 Feb 27 4:34 AM
Hi,
I have to find user exit in migo.I found out exits in migo using some standard program.But there is
nothing added in the enhancement.
Exit Name Description
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.
these are the exits in migo.
If I doubleclick those things finally i am getting INCLUDE ZXMBCU02.
message program name zx are reserved for includes of exit function groups.
I am thinking there may not be any exits.Is it directly possible to add any thing in the code itself
with out enhancement.In my company person have done some work.If I come to know
version management dates of modification of all includes.I can find out modification according to relation
date.
Is there any standard program to find out version management dates of includes in particular
transaction like MIGO
Regards,
Bathri..
‎2009 Feb 27 4:38 AM
hi
got to transaction SE84 ,choose program library and select programs.
hope this helps
regards
Aakash Banga
‎2009 Feb 27 4:39 AM
From the ECC v 6.0 you have option of changing the standard code throug implicit or explicit enhancements. First you need to find the enhancements in the Standard program and implement as per your requirement.
‎2009 Feb 27 4:50 AM
hi
what is implicit and explicit enhancement.Above I have said are the exits.Whether I have to search it
inside those exits.My functional consultants told that some is done in that MIGO.But the person who done that is not in company.How to find that addition.
‎2009 Feb 27 4:57 AM
Hi,
Refer blog:-
/people/michelle.crapo2/blog/2008/11/05/beginners-journey-into-enhancement-framework
And links:-
https://www.sdn.sap.com/irj/sdn/abap?rid=/webcontent/uuid/109f5161-ee76-2910-cb99-db10b559ef4b [original link is broken]
Hope they help you.
Regards,
Tarun
‎2009 Feb 27 4:44 AM
when u double click on the include the message u get is not an error message so u can proceed forward by pressing enter after u double click on it.
‎2009 Feb 27 4:48 AM
Hi,
>
> If I doubleclick those things finally i am getting INCLUDE ZXMBCU02.
>
> message program name zx are reserved for includes of exit function groups.
Thats just a warning message.
Try and double-click two/three times and you will be redirected.
Hope this helps you.
Regards,
Tarun
‎2009 Feb 27 6:05 AM
Hi,
you can find other way.
using the package of the transaction program.
SMOD->UTILITIES->SEARCH
there search with package.
it will display list of exits.
about version management. when you have done version management you can display previuos version, right. there you can find when it got changed.
thanks
vinod
‎2009 Mar 06 5:29 AM