User Exit and BADI Questions

What are enhancements?
Q. what are user-exits?
Q. what is badi?
Q. what is the difference between user-exit & BADIs?
Q. what is the difference between user-exit & customer-exit?
Q. How do you get functional specs when you are assigned some object? (specs through email..??)
Q. How do you write technical specs?
Q. How do you write UTP?(unit test plan)

Questions by indirakola

Showing Answers 1 - 15 of 15 Answers

Add fields in a predefined application as per client requirement is Enhancement.
We can enhance the application using User Exits or by using BADI. functionality of both are same but user exits doesn't support SAP4.6c onwords.

  Was this answer useful?  Yes

nitla

  • Jan 4th, 2011
 

User Exit :
              Reusability is more.
              Can be used only one time.

BADI :
              Reusability is less.
              Can use number of times.


Regards,
Nitla.

  Was this answer useful?  Yes

srikanth

  • Nov 14th, 2012
 

User Exit is used for adding additional functionality to standard functionality without disturbing standard functionality, through subroutines only
User Exit is Procedural oriented Program
It does not provide classifieds

BADI is used adding some additional functionality to standard functionality without disturbing to standard functionality to add custom functionality. It is object oriented programming. It Provides classifieds (means field exit,menu exit function exit....)

  Was this answer useful?  Yes

rajesh

  • May 23rd, 2013
 

Enhancement add new functionality with out modify the original Application in sap. They are two types of enhancements one is implicit enhancement and explicit enhancement.

  Was this answer useful?  Yes

Manikanta Sandeep

  • Jun 30th, 2015
 

User exit is single implementation and it is procedural approach. Whereas BADI is multiple approach and object oriented approach.

  Was this answer useful?  Yes

Give your answer:

If you think the above answer is not correct, Please select a reason and add your answer below.

 

Related Answered Questions

 

Related Open Questions