What are user exits?what are customer exits?

Showing Answers 1 - 10 of 10 Answers

guest

  • Aug 1st, 2006
 

User exits and customer exits are the same thing.

Both are used to give the customer the chance to influence the outcome of a process(-step) in some way, without having to change the standard SAP software. For example: if an order is entered in the system, availability checks, credit checks etc. could be performed by the system but just before writing the order to the database, the program runs a user exit. In this user exit, your code could change some fields in the order or write an entry in a table that you created for some reason.

  Was this answer useful?  Yes

hi
User Exit and Customer exit both are one typ of Enahancement.Using Enahncement we can add some new functionality to the standard transaction without modifying the standard code.

User exit can b written by form and endform...in the main Progaram
Customer exit can be written by include progaram.


Regards,
R.sankaran

  Was this answer useful?  Yes

NARAYANA SWAMY

  • Sep 14th, 2011
 

user exit : to write code in the form of SUBROUTINES.(FORM ........ END FORM)
:WE NEED ACCESS KEY.

CUSTOMER EXIT: to write code in the form of function modules ( ZINCLUDE PROGRAMS)

  Was this answer useful?  Yes

zamini charak

  • Apr 27th, 2015
 

user exit:
1.they are modification sort of enhancement
2.they are written inside perform endform.
3.access key is needed
customer exit
they are technical enhancement
no access key needed

  Was this answer useful?  Yes

Give your answer:

If you think the above answer is not correct, Please select a reason and add your answer below.

 

Related Answered Questions

 

Related Open Questions