Golgappa.net | Golgappa.org | BagIndia.net | BodyIndia.Com | CabIndia.net | CarsBikes.net | CarsBikes.org | CashIndia.net | ConsumerIndia.net | CookingIndia.net | DataIndia.net | DealIndia.net | EmailIndia.net | FirstTablet.com | FirstTourist.com | ForsaleIndia.net | IndiaBody.Com | IndiaCab.net | IndiaCash.net | IndiaModel.net | KidForum.net | OfficeIndia.net | PaysIndia.com | RestaurantIndia.net | RestaurantsIndia.net | SaleForum.net | SellForum.net | SoldIndia.com | StarIndia.net | TomatoCab.com | TomatoCabs.com | TownIndia.com
Interested to Buy Any Domain ? << Click Here >> for more details...

what is the difference between user exit and customer exit?
what is ment by cusomer exit?and what is the difference
between user exit and badi?

Answer Posted / malli.gontla

USER EXITS are FORMS and are called by SAP standard programs
using PERFORM.

CUSTOMER EXITS are FUNCTIONS so they are called using CALL
FUNCTION (or more exactly CALL CUSTOMER FUNCTION).

Inside the form (user exit) you can read and change almost
any global data from host program.
Inside a function (customer exit) you can only acces your
import/export/changing/tables parameters.

User exits are more flexible because you have more
information to use in your code but on the other hand , it
is very easy to manipulate erroneously global data and lead
the standard program to a dump or even to make database
inconsistent.
Customer exits are more restrictive but you are sure any
change you can make to any parameters will never lead to
inconsistency

User-exit doesn’t have any classification.
In customer-exit we have function-module exit , screen exit
, menu exit.


User exits are Basically designed For SD module.
Costomer exits Are available for MM,SD,FI,HR…..Basically
designed for all modules.

diff b/w user exit and badi

In user exits we go by general method for enhancements
while BADIs we use objects (oops concepts)
methods for enhancement


UserExits r used for adding additional functionality to the
existing SAP standard transactions.Using UserExits we can
add additional functionality standard SAP functionality
without making any changes to the original code.BADI is a
standardized interface for ABAP sources that enables
partners and customers to enhance SAP-delivered programs in
their namespace.

Is This Answer Correct ?    11 Yes 0 No



Post New Answer       View All Answers


Please Help Members By Posting Answers For Below Questions

In selection screen I have three fields, plant mat no and material group. If I input plant how do I get the mat no and material group based on plant dynamically?

1187


Select query optimisation

1439


What are the attributes of a field that can be activated or deactivated during runtime?

1049


How do you find the information on the current screen?

1115


what is 3 tire architecture and how does SAP utilizes this architecture. and how do netweaver came into picture?

2326


what precautions or prerequisites do you follow to update a record into database table and how

6151


What are the different types of operators in the sap abap?

1202


Differentiate between static and dynamic step loops?

1119


What is structure?

1157


What are the different methods of passing data?

1262


When will the current screen processing terminates?

1110


BDC program to migrate data to SAP R/3 database. The data will be uploaded using transaction ME11. (Session Method) plz mention the detail coding Tahnks, Rahul

2325


Define abap/4 layer? : abap data dictionary

1095


What are the basic objects of the data dictionary?

1076


What is the transaction code to display the payroll results ? : abap hr

1124