what is difference between user exit, customer exit and badi?
Answer Posted / kalyan
User exit,Customer exit and BADI are the enhancement techniques which are used to write your custom code with out modifying the standard application.
User Exit is subroutine where we write custom code.We need SAP Access key to write user exit. It will available for only SD module.
Customer Exit is Z include program where we write custom code.We don't need SAP Access key.
Customer exit and user exit can implement only in a single project. BADI can be implemented in multiple project.
Is This Answer Correct ? | 10 Yes | 0 No |
Post New Answer View All Answers
What are the events in classical reports?
What do you mean by pooled tables in sap abap? Also explain what do you mean by table pool? : abap data dictionary
How do you populate data into a multiple line field?
What are the objects of the abap dictionary or what types of objects can be created in the abap dictionary? : abap data dictionary
what is abstract classes
What is the use of buffering?
Create any functions? How to go about it?
Can you set up background processing using call transaction?
2)In production what is the user exit?
Which transaction code is used executing a report (type 1 program)? : abap data dictionary
can i use table key and key in an internal table and explain the functionalities of each one and what functionality does it give if both are used for same internal table
What is the syntex used to call a screen as dialog box (pop up)?
How to determine the attributes of an internal table?
What are the three hierarchical levels of data types and objects?
What is the function of the correction system? : abap data dictionary