Answer Posted / guest
R/3 ENHANCEMENT concept allows us to add our functionality
to SAP's standard business applications WITHOUT HAVING TO
MODIFY the original applications.
SAP creates enhancements for specific PROGRAMS, SCREENS AND
MENUS within standard R/3 applications. These enhancements
do not contain any functionality, instead act as HOOKS
WHERE WE can HANG our own ADD-ON functionality onto these
hooks.
Advantages with Enhancements:
1.> They do not affect standard SAP source code.
2.> They do not affect software updates.
NOTE: Customer enhancements may not be available for all
programs and screens found in SAP system. YOU CAN ONLY USE
CUSTOMER EXITS IF THEY ALREADY EXISTS IN THE SAP SYSTEM.
Enhancement Approaches:
1.>Procedural approach using Function Modules and are
called as Customer Exits .
2.>Object Oriented approach using Classes & Methods & are
called BADI's.
| Is This Answer Correct ? | 9 Yes | 0 No |
Post New Answer View All Answers
What are the objects of the abap dictionary or what types of objects can be created in the abap dictionary? : abap data dictionary
A field containing currency amounts (data type curr) must be assigned to a reference table and a reference field. Explain?
How would you set the formatting options statically and dynamically within a report?
What is the difference between leave transaction and call transaction?
How do you get the number of lines in an internal table? How to use a specific number occurs statement?
How the Sy-Mandt value gets updated in the table and Is this having any foreign key relationship.
How do you populate data into a multiple line field? : abap bdc
how to create module pool program using table controls based on selection criteria specified for sales document item in the first screen and item details in the second screen. plz mention the detail coding Tahnks, Rahul
What are the techniques involved in using SAP supplied programs? Do you prefer to write your own programs to load master data? Why?
How to insert a line into abap internal tables?
Why do we use dynamic where conditions?
What are the advantages and disadvantages of ABAP query tool?
What are the components of selection table?
Does the call transaction method allow multiple transactions to be processed by sap? : abap bdc
How to load data from ms excel sheet to sap by using bdc method ? : abap bdc