Application Development and Automation Discussions
Join the discussions or start your own on all things application development, including tools and APIs, programming models, and keeping your skills sharp.
cancel
Showing results for 
Search instead for 
Did you mean: 
Read only

use exits

Former Member
0 Likes
339

wht is the difference between user exit and customer exit?

wht is the difference between user exit and customer exit?

1 REPLY 1
Read only

Former Member
0 Likes
325

Hi,

User exit -> implemented in form of subroutine under includes (starting with any letter other than y or z) so you need the access key to change them.

Customer Exit -> implemented in the form of includes starting with y or z, so you don't need an access key to change them. The developer key is more than enough to change any customer exit. These are function modules basically not subroutines. Use SMOD to find customer exits

Regards,

Pankaj

Edited by: Pankaj Sharma on Jan 3, 2008 5:45 PM