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 classifications of the sap abap data classes?
How are the function code handles in flow logic?
Different types of locks?
Describe the difference between macro and subroutine?
What is the syntax of packed number?
What are the function modules used in a sap script driver program?
Explain the difference between call screen and leave screen?
What are function modules?
In SAP Script,How to display a single field(like matnr)at the right end of the form.
What are the two ways for restricting the value range for a domain? : sap abap data dictionary
Can you delete data element, which is being used by table fields. : abap data dictionary
What kind of financial periods exist in SAP? What is the relevant table for that?
What are logical databases? : abap hr
What does an exec sql statement do in abap?
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