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 Exits

Former Member
0 Likes
1,053

Hi Friends,

i am learning User Exits.

can u give me Simple Example on User Exits, Eg i want to do enhancement on MK01, pls give me in steps.

Points for Sure.

Thanks in Advance

Vijaya

Hi Friends,

i am learning User Exits.

can u give me Simple Example on User Exits, Eg i want to do enhancement on MK01, pls give me in steps.

Points for Sure.

Thanks in Advance

Vijaya

9 REPLIES 9
Read only

Former Member
0 Likes
962

go through this link..

These links will help you learn more on Userexits:

http://www.sap-img.com/abap/a-short-tutorial-on-user-exits.htm

http://help.sap.com/saphelp_nw04/helpdata/en/c8/1975cc43b111d1896f0000e8322d00/frameset.htm

http://www.planetsap.com/userexit_main_page.htm

Check these threads for more details about user exits.

contains custom program which gives details about SAP enhancement projects specified by SAP for standard transactions.

Message was edited by: kishan negi

Read only

Former Member
0 Likes
962

UExits for MK01

RFKRRANZ User exits: Accounts Payable Information System

SAPMF02K User exits: Vendor master data

First find the userexits for req. tcode.

Goto SMOD>say F4 > and mention the package name of tcode> say ok-->u will get the list of exits.

depends on the requirement do the coding inside the function module exit.

And aslo u can create new project in CMOD.

Read only

Former Member
0 Likes
962

hi vijaya,

Check these threads for details about user exits.

it also has a program.. which when executed gives you the exit directly..

regards

satesh

Read only

Former Member
0 Likes
962

1. Type the transaction : system->status-> <PROG. NAME>

2 open SE37 , type EXIT<PROG NAME> and press F4 to get the list of function exits available.

3. Open CMOD utilities->SAP enhancements

EDIT->All selections

4.type the function module name obtained in step 2, in fields 'component name' in 'additional selections' block. and execute.

5. The displayed list contains the enhancements names for the transaction You were looking for.

6. Create a project in CMOD and the code in default include->activate.

Read only

vinod_gunaware2
Active Contributor
0 Likes
962

Transaction Code - MK01 Create vendor (Purchasing)

Exit Name Description

SAPMF02K User exits: Vendor master data

RFKRRANZ User exits: Accounts Payable Information System

Use CMOD create New project then assign this component.

Implement user exit and activate project.

regards

vinod

Read only

Former Member
0 Likes
962

Hi Alok Pathak,

Thanks,

the steps are very clear, now i am learning User Exits, i want to know what kind of Enhancements can we do for MK01 ( Vendor Master ) can u Give Some examples.

Thanks in advance. points awarded for you.

Vijaya

Read only

0 Likes
962

well as few friends have already mentioned , the exits available is SAPMF02K :User exits: Vendor master data

.

You can create the a test projcet in CMOD including this enhancement and learn the concept.

I had implemented some user authorization check using this exit.

Good luck!

Alok

Read only

0 Likes
962

for just practise use pop up message in userexit and see the efect of this.....

Read only

Former Member
0 Likes
962

HI

YOU CAN USE THE PROGRAM AVAILABLE UNDER THE GIVEN LINK TO FIND OUT THE ENHANCEMENTS AVAILABLE FOR ANY TRANSACTION CODE THAT YOU GIVE.

<a href="http://www.sapgenie.com/abap/code/abap26.htm">http://www.sapgenie.com/abap/code/abap26.htm</a>

REGARDS,

ANOOP