cancel
Showing results for 
Search instead for 
Did you mean: 

enhancement package

Former Member
0 Kudos

hi all,

may i know what is sap enhancement package? what is it for?

what is the difference for EHP and support package?

thanks

Accepted Solutions (0)

Answers (1)

Answers (1)

Former Member
0 Kudos

Hi,

Enhancement Pack is........

Customizing Tools (Techniques) (BC-CUS-TOL)

Addition to an SAP standard program made at a user exit provided for making such additions.

An enhancement does not change R/3 Repository objects.

With the ABAP/4 Development Workbench you can develop any R/3 Repository Objects you might need.

Enhancements are not affected by upgrading to a new release.

enhancement documentation

SAP Knowledge Warehouse (BC-DOC-IWB)

Online documentation that overrides the standard documentation for the R/3 System.

This documentation could be written for Industry Business Solutions or could have been developed by the customer.

Enhancement documentation is maintained in an enhancement context in the SAP Knowledge Warehouse.

user exit

Customer Enhancements (BC-DWB-CEX)

Point in an SAP program where a customer's own program can be called.

In contrast to customer exits, user exits allow developers to access and modify program components and data objects in the standard system. On upgrade, each user exit must be checked to ensure that it conforms to the standard system.

There are two types of user exit:

  • User exits that use INCLUDEs.

These are customer enhancements that are called directly in the program.

  • User exits that use tables.

These are used and managed using Customizing.

Regards,

Shyamal