‎2008 Feb 25 1:47 PM
can anyone say me abt the user exit corresponding to customer creation screen ( XD01)
regards,
BHASKAR
‎2008 Feb 25 1:50 PM
hi Bhaskar,
there is only one enhancement in XD01: SAPMF02D
hope this helps
ec
‎2008 Feb 25 1:49 PM
‎2008 Feb 25 1:50 PM
hi
hope it will help you.
<REMOVED BY MODERATOR>
1. Customer exits: Implemented as Function Modules within z includes. Anybody can change it and no access key is required.
2. User Exit: Implemented as subroutines within includes (any include except y or z includes). You need access for the specific include and then you can any subroutine (user exit) within that Include.
BADIs are the enhanced version of user exits where the same logic is implemented via classes and object (OOP)
Enchancement point is the latest once introduces with ECC6.0 . Not very sure about that but you can change it without any access key.
Please go through the following link which will help you understand the exits in a much better way:
http://help.sap.com/saphelp_nw04/helpdata/en/bf/ec07a25db911d295ae0000e82de14a/content.htm
http://www.sap-img.com/abap/what-is-the-difference-between-smod-and-cmod.htm
http://sap.niraj.tripod.com/id21.html
http://help.sap.com/saphelp_nw04/helpdata/en/c8/1975cc43b111d1896f0000e8322d00/frameset.htm
http://www.sap-img.com/ab038.htm
User Exits.
-
http://www.erpgenie.com/sap/abap/code/abap26.htm
http://www.sap-img.com/abap/a-short-tutorial-on-user-exits.htm
http://www.sapgenie.com/abap/code/abap26.htm
http://www.sap-img.com/abap/what-is-user-exits.htm
http://wiki.ittoolbox.com/index.php/HOWTO:Implement_a_screen_exit_to_a_standard_SAP_transaction
http://www.easymarketplace.de/userexit.php
http://www.sap-img.com/abap/a-short-tutorial-on-user-exits.htm
http://www.sappoint.com/abap/userexit.pdfUser-Exit
customer exits
Menu Exit.
http://www.sappoint.com/abap/spmp.pdf
http://www.sappoint.com/abap/userexit.pdf
http://www.sapdevelopment.co.uk/enhance/mod_sapmenu.htm
http://www.sapdevelopment.co.uk/enhance/enhancehome.htm
1. Previously there were only user-exits.
2. Then came the concept of customer-exits.
3. user exits were nothing but subroutines
FORM/PERFORM
called from standard programs.
4. The FORM defintion was placed inside
an empty include file.
5. So It was called EVERYTIME.
and we need to MODIFY/REPAIR the
standard include .
6. Then it came with concept of customer-exit
7. It consists of calling a FUNCTION MODULE,
which is called only if
the user-exit is ACTIVATED (other wise not called)
In this case, the code in put inside
a pre-defined Z include.
8. Functionality of both is same, howerver
we can note the following important differences
a) Customer exit is called only if activated.
(hence, it does not waste resources)
b) in customer exit, REPAIR does not happen
to the standard include.
Exits are basically the hooks whcih SAP has provided to add your own code.
Edited by: Alvaro Tejada Galindo on Feb 25, 2008 9:28 AM
‎2008 Mar 25 11:56 AM
hi,
Please help me with user exits and types.
Is there anything called master user edxit and transaction user exit.
‎2008 Feb 25 1:50 PM
hi Bhaskar,
there is only one enhancement in XD01: SAPMF02D
hope this helps
ec
‎2008 Feb 25 1:52 PM
available enhancement is
XD01: SAPMF02D
<REMOVED BY MODERATOR>
vivek
Edited by: Alvaro Tejada Galindo on Feb 25, 2008 9:28 AM
‎2008 Feb 25 1:58 PM
‎2008 Feb 25 1:51 PM
Hi,
Check out
EXIT_SAPMF02D_001
<REMOVED BY MODERATOR>
Cheers,
Chandra Sekhar.
Edited by: Alvaro Tejada Galindo on Feb 25, 2008 9:28 AM