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

enhancement

Former Member
0 Likes
583

hi friends...

could u plz tell me what are enhancement???/

thanks in advance.

hi friends...

could u plz tell me what are enhancement???/

thanks in advance.

3 REPLIES 3
Read only

Former Member
0 Likes
568

<a href="http://google.com">Enhancement</a>

Read only

Former Member
0 Likes
568

hey,

SAP designed some standard scenmarios to meet most of the clients requirements. But still it won't suit the clients exact business spcifications, so we ned this enhancements.

it's basically to enhance the Std SAP as per the clients requirements.

An enhancement includes one or more components (function exits, menu enhancements, screen enhancements). For enhancements, you are recommended to observe the following naming convention.

We add fields using the Screen exits, desing menu's using menu exits and Function exits to enhance the std functionality of the programs.

i think u got some idea now

~~Guduri

Read only

Former Member
0 Likes
568

Hi

Enhancements are “hooks” provided by SAP within many standard programs, screens and menus on which customers may “hang” custom functionality to meet business requirements.

<u><b>Types</b></u>

Customer Exits

User Exits

BADI

http://help.sap.com/saphelp_nw04/helpdata/en/a8/bfc6373c8fea43bdb3541535bcbd43/content.htm

http://help.sap.com/saphelp_46c/helpdata/en/a5/3eca234ac011d1894e0000e829fbbd/content.htm

http://www.sap-img.com/abap/a-short-tutorial-on-user-exits.htm

https://www.sdn.sap.com/irj/sdn/go/portal/prtroot/docs/webcontent/uuid/2342e1f3-0b01-0010-a186-fdd40... [original link is broken]

Thanks