Application Development 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: 

user exits & Enhancements

Former Member
0 Kudos

hi to all,

i am new to this userexits and enhancements

can anyone plz explain how to proceed witht his what is differnce between them

for which access keys r required and for which not reequired, and how to find out fi

userexit,enhancements,customer exits ,field exits function exits,screen exits what all r these .

thanks un advance

kiran kumar

1 ACCEPTED SOLUTION

sourabhshah
Advisor
Advisor
0 Kudos

Hi,

In a nutshell all of these are things so that the customer might be able to add code for enhancing certain functionalities without changing the standard sap code.

Go to transaction SE84->enhancements here you will find all kinds on enhancements.

find the link below for info about enhancements and modification.

http://help.sap.com/saphelp_47x200/helpdata/en/bf/ec079f5db911d295ae0000e82de14a/frameset.htm

Regards,

Sourabh

3 REPLIES 3

sourabhshah
Advisor
Advisor
0 Kudos

Hi,

In a nutshell all of these are things so that the customer might be able to add code for enhancing certain functionalities without changing the standard sap code.

Go to transaction SE84->enhancements here you will find all kinds on enhancements.

find the link below for info about enhancements and modification.

http://help.sap.com/saphelp_47x200/helpdata/en/bf/ec079f5db911d295ae0000e82de14a/frameset.htm

Regards,

Sourabh

Former Member
0 Kudos

Hi Kiran,

user exits and enhancements both are same.

To do enhancements to SAP standard, you need user uxits which are customized hooks provided by SAP to modify it's standard code to the customer requirement.

If u do enhancement through user exits , u don't need access key.

field exits, screen exits, function module exits all are types of user exits.

u can add fields to standard tables also through append structure.

to know more in detail about user exits, refer SAP help.

Regards

Sreenivasa Reddy V