2006 Aug 19 6:01 AM
2006 Aug 19 6:07 AM
HI,
User Exits are SAP provided enhancements points in which cusotmer can fill there own logic.
You can't create your own user exit. If the exit is available you can use it.
for searching exit use tcode 'SMOD'.
Regards,
HRA
2006 Aug 19 6:08 AM
If its standard code, you cannot create your own exits. If its entirely cutom code, you can.
Regards,
Ravi
2006 Aug 19 6:36 AM
2006 Aug 19 6:24 AM
HI
GOOD
User exits (Function module exits) are exits developed by SAP. The exit is implementerd as a call to a functionmodule. The code for the function module is writeen by the developer. You are not writing the code directly in the function module, but in the include that is implemented in the function module.
The naming standard of function modules for functionmodule exits is:
EXIT_<program name><3 digit suffix>
The call to a functionmodule exit is implemented as:
CALL CUSTOMER.-FUNCTION ❤️ digit suffix>
go through this link
http://sap.niraj.tripod.com/id21.html
thanks
mrutyun