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: 

what are the types of enhancements

Former Member
0 Kudos

Hi

What are the different types of enhancements ?

1 ACCEPTED SOLUTION

Former Member
0 Kudos

Hi

there are 2 ways of doing this

<b>Enhancements using customer exits</b>

Customers' potential requirements which are not included in the standard software are incorporated in the standard as empty modification 'shells'. Customers can then fill these with their own coding. Enhancements can relate to programs, menus and screens. Upward compatibility is assured. In other words, SAP guarantees that the jump from the standard software to the exit and the interface which call the exit will remain valid in future releases.

<b>Enhancements to ABAP/4 Dictionary elements</b>

These are ABAP/4 Dictionary enhancements (creation of table appends), text enhancements (customer-specific key words and documentation for data elements) and field exits (creation of additional coding for data elements).

reward if usefull

1 REPLY 1

Former Member
0 Kudos

Hi

there are 2 ways of doing this

<b>Enhancements using customer exits</b>

Customers' potential requirements which are not included in the standard software are incorporated in the standard as empty modification 'shells'. Customers can then fill these with their own coding. Enhancements can relate to programs, menus and screens. Upward compatibility is assured. In other words, SAP guarantees that the jump from the standard software to the exit and the interface which call the exit will remain valid in future releases.

<b>Enhancements to ABAP/4 Dictionary elements</b>

These are ABAP/4 Dictionary enhancements (creation of table appends), text enhancements (customer-specific key words and documentation for data elements) and field exits (creation of additional coding for data elements).

reward if usefull