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: 

Enhancements

Former Member
0 Kudos

Hi all,

I know the process of enhancements. i am looking for some real time scenarios on enhancements. Can you please send me the docs at

asemramu@gmail.com

Your help will greatly be appreciated.

Thanks

Rambabu.A

1 ACCEPTED SOLUTION

Former Member
0 Kudos

Hi

I guess, you are looking for a sample.

There is a simple enhancement V45A0002 to predefine Sold-to-party for all the sales documents (for example VA01/02/03).

Assign any customer in ZXVVAU04 include. The customer will automatically get populated whenever u go the sales transactions.

In real time based on various conditions you need to populate the customer. For example based on Sales Org, Distribution channel, Division, etc. or various combinations of them.

Regards

Surya.

3 REPLIES 3

Former Member
0 Kudos

The R/3 enhancement concept allows you to add your own functionality to SAP’s standard business applications without having to modify the original applications. SAP creates customer exits for specific programs, screens, and menus within standard R/3 applications. These exits do not contain any functionality. Instead, the customer exits act as hooks. You can hang your own add-on functionality onto these hooks. Thus Enhancements allow you to add additional functions to the SAP standard.

If you want to enhance the functionality of your SAP System, you should take advantage of the exits available in standard R/3 applications. There are two main reasons why you should use exits rather than modifying SAP software yourself. Add-ons attached to exits have the advantage that:

-> They do not affect standard SAP source code

-> They do not affect software updates

Business add-ins are enhancements to the standard version of the system. They can be inserted into the SAP System to accommodate user requirements too specific to be included in the standard delivery. Since specific industries often require special functions, SAP allows you to predefine these points in your software.

I hope it gives you some idea abt the same.

General requirement is to save the sales order depending upon some criteria specified by the client. There are exits available in VA01/VA02/VA03. The details regarding what all things can be done using these exits and for what purpose it can be used are given here in below link. Just have a look at it.

http://help.sap.com/saphelp_46c/helpdata/en/1c/f62c7dd435d1118b3f0060b03ca329/content.htm

Best Regards,

Vibha

*Please mark all the helpful answers

Former Member
0 Kudos

Hi

I guess, you are looking for a sample.

There is a simple enhancement V45A0002 to predefine Sold-to-party for all the sales documents (for example VA01/02/03).

Assign any customer in ZXVVAU04 include. The customer will automatically get populated whenever u go the sales transactions.

In real time based on various conditions you need to populate the customer. For example based on Sales Org, Distribution channel, Division, etc. or various combinations of them.

Regards

Surya.