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 happens if we use leave to list-processing without using suppress-dialog?
What is an Open Item in SAP? How will you find an Open Item in SAP?
What is an “on input filed” statements?
What is constructor expression in nw abap 7.4?
Hi guy.. i have to face an interview in a couple of day.. so can you please give me some good and tough question on abap.
Value table VS check Table.
Explain what is sap script? What is the purpose of sap script?
How do you process errors in call transaction method? : abap bdc
The commands through which an abap/4 module can “branch to “ or “call” the next screen are?
Differentiate between table and template ?
How many primary keys can be created for a table?
hi to all abap interview guys please notify this .. first if u have any doubts please go through google search or else please do debugging with some sample programs . but don't post even silly questions too. thanking you.
What are critical issues you have faced in your project
Does every abap/4 have a modular structure? : abap modularization
What is a maintenance view? : abap data dictionary