Prepare for your Next Interview
This is a discussion on User exit and BADI difference within the SAP R/3 forums, part of the Enterprise Solutions category; exact difference between user-exit and BAPI, please don't give me the same answer where I found in online in sapimg.com, I want this for interview purpose, it ...
|
|||
|
User exit and BADI difference
exact difference between user-exit and BAPI, please don't give me the same answer where I found in online in sapimg.com, I want this for interview purpose, it should be easy to explain the interviewer.
Please help me. Thank you, Sony. |
| Sponsored Links |
|
|||
|
Re: User exit and BADI difference
Let me answer this question for you:
The basic rule in SAP as far as ABAP workbench developments are concerned is "Do not modify the source code of the program" Since needs and requirements keep on changing from client to client and for various business scenarios, there is a need to customise the programs as per client requirement. For this purpose, SAP has provided numerous list of user-exits also known as enhancements, which is nothing but a program which will deal with the client additional requirement, without modifying the source code of the program. These exits are already provided by SAP. You can see the list of user-exits provided by using the transaction code SMOD. If you cannot find an user exit which match with client requirements, then you can tell SAP to create a new user exit. Now BADI- Business Add in Business Add-Ins are a new SAP enhancement technique based on ABAP Objects. They can be inserted into the SAP System to accommodate user requirements too specific to be included in the standard delivery. Since specific industries often require special functions, SAP allows you to predefine these points in your software. Last edited by meghag_24 : 05-14-2008 at 03:22 AM. |
![]() |
|
| Thread Tools | |
| Display Modes | |
|
|
|
||||
| Thread | Thread Starter | Forum | Replies | Last Post |
| User exit for lsmw | raj143 | SAP R/3 | 3 | 05-14-2008 03:15 AM |
| Exit from a component | kalpitmoondra | QTP | 3 | 01-03-2008 06:50 PM |
| System.exit | psuresh1982 | Java | 4 | 07-12-2007 03:09 AM |
| ld returned 1 exit status | jsk_08 | C and C++ | 2 | 04-17-2007 12:36 PM |
| What is the difference between User RD and BRD? | sheenajo | Test Cases | 2 | 08-15-2006 08:33 AM |