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

Changing a standard function VS user-exit

Former Member
0 Likes
325

Hi all,

I found that on one hand, there is a standard SAP function which could be changed directly and easily with an access key, and on the other hand, there is a user-exit which may serve the purpose (less direct way).

I'd like to know what's the impact for changing a standard SAP function. Should I change it or make use of the user-exit instead?

Thanks!

2 REPLIES 2
Read only

SantoshKallem
Active Contributor
0 Likes
307

go with user exit.

if u change the standard one, when u upgrade u r version u have to handle it explicitly.

regards.

santhosh reddy

Read only

Former Member
0 Likes
307

Hi,

You do it with user-exit. user-exits are like hooks which are provided by SAP. It is the safe one.

If you change it direcly using access key, then there is a problem arises when it is upgraded. You have to handle yourself the modified code.

Reward.