What are the real time interview questions in enhancement and BAdI in ABAP?
SAP Online Classes provides Best SAP training Online based on current industry standards that helps attendees to secure placements in their dream jobs at MNCs. SOC is one of the most credible ERP SAP Online training provider, offering hands on practical knowledge and full job assistance with basic as well as advanced level ERP SAP Implementation Training. At SOC ERP SAP training Online is conducted by subject specialist corporate professionals with 14+ years of experience in managing real-time ERP SAP projects.
What are the real time interview questions in enhancement and BAdI in ABAP?
Answer 1
Rishabh Verma
former SAP ABAP Developer at Infosys Limited (2015-2019)
Here are some of the questions that I had been asked and commonly expected if you have worked on badi :
- What is enhancement and how many types are there?
- What is implicit enhancement?
- How explicit enhancement differs from implicit?
- What are user-exits? If you have worked state an example.
- What is customer exit and how it affects standard program?
- Difference between enhancement-point and enhancement-section?
- Do you use commit after code in enhancement-point? If yes where have you used it? (Note : never use commit in enhancements , you can but it’s not a good practice as the enhancement can be called via other programs as well)
- Why do we implement badi?
- What is the use of badi? and what makes it a reliable method?
- What is filtered badi?
- How do you find a badi? Tell me two -three ways ?
- What are adapter classes?
- How the methods of badi gets executed?
- What interface are there in badi by default?