2007 Jan 20 5:12 AM
hi friends,
can any explain me user exit, field exit with example
R
2007 Jan 20 8:46 AM
hi Raju,
User-exit is the generic term used for Enhancement Exits provided by SAP.
it can contain any or some or all of the following component exits:
Function module Exits
Screen areas
Function codes
Hope this answers your question.
It is seen that you have marked the question as ANSWERED without rewarding points. May be since you are new to SDN, you are not aware of this point reward method.
Please reward points whenever you get a useful answer.
Sajan Joseph.
hi friends,
can any explain me user exit, field exit with example
R
2007 Jan 20 5:41 AM
hi
user exits are actually empty subroutines that SAP developers have provided for you
with which you can add ur own source code.
field exits are used for valuating the SAP Standard screen fields.
Cheers,
Abdul Hakim
2007 Jan 20 7:16 AM
Hi Raju,
Please find below, some useful documentations on field-exits and user-exits:
SAP Enhancements. Enter the exit name and press enter.
You will now come to a screen that shows the function module exits for the exit.
3. Using Project management of SAP Enhancements, we want to create a project to enahance trasnaction VA01 .
- Go to transaction CMOD
- Create a project called ZVA01
- Choose the Enhancement assign radio button and press the Change button
In the first column enter V45A0002 Predefine sold-to party in sales document.
Note that an enhancement can only be used in 1 project. If the enhancement is already in use, and error message will be displayed
Press Save
Press Components. You can now see that enhancement uses user exit EXIT_SAPMV45A_002. Double click on the exit.
Now the function module is displayed. Double click on include ZXVVAU04 in the function module
Insert the following code into the include: E_KUNNR = '2155'.
Activate the include program. Go back to CMOD and activate the project.
Goto transaction VA01 and craete a salesorder.
Note that Sold-to-party now automatically is "2155"
Hope this helps,
Sajan Joseph.
2007 Jan 20 7:52 AM
Hi Sajan Joseph,
Thanks for ur Documentation, then what is an function exit
R
2007 Jan 20 8:46 AM
hi Raju,
User-exit is the generic term used for Enhancement Exits provided by SAP.
it can contain any or some or all of the following component exits:
Function module Exits
Screen areas
Function codes
Hope this answers your question.
It is seen that you have marked the question as ANSWERED without rewarding points. May be since you are new to SDN, you are not aware of this point reward method.
Please reward points whenever you get a useful answer.
Sajan Joseph.
2007 Jan 20 10:06 AM
2007 Jan 20 10:24 AM
hi friend,
if u dont mind could u plz.. give me over all idea about this customer exit, user exit, menu exit, function exit, screen exit( do we have any more exits). where do they fall.
can u suggest me a good book or any link for that.
Thanks in advance
R
2007 Jan 20 10:59 AM
Hi,
Chk these helpful links.
http://help.sap.com/saphelp_nw04/helpdata/en/bf/ec079f5db911d295ae0000e82de14a/frameset.htm
For information on Exits, check these links
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
Regards,
Anver
2007 Jan 22 5:20 AM