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

finding userexits

Former Member
0 Likes
1,082

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..

8 REPLIES 8
Read only

Former Member
0 Likes
974

hi

got to transaction SE84 ,choose program library and select programs.

hope this helps

regards

Aakash Banga

Read only

Former Member
0 Likes
974

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.

Read only

0 Likes
974

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.

Read only

I355602
Product and Topic Expert
Product and Topic Expert
0 Likes
974

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

Read only

Former Member
0 Likes
974

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.

Read only

I355602
Product and Topic Expert
Product and Topic Expert
0 Likes
974

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

Read only

Former Member
0 Likes
974

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

Read only

Former Member
0 Likes
974

closed