2006 Mar 06 6:09 AM
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
2006 Mar 06 6:12 AM
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
2006 Mar 06 6:20 AM
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.
2006 Mar 06 6:31 AM
2006 Mar 06 6:31 AM
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.
2006 Mar 06 6:42 AM
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
2006 Mar 06 7:29 AM
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
2006 Mar 06 7:46 AM
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
2006 Mar 06 7:52 AM
for just practise use pop up message in userexit and see the efect of this.....
2006 Mar 06 8:45 AM
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
| User | Count |
|---|---|
| 3 | |
| 1 | |
| 1 | |
| 1 | |
| 1 | |
| 1 | |
| 1 | |
| 1 | |
| 1 | |
| 1 |