what is difference between user exit, customer exit and badi?
Answer / 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 |
In SAP Query with out know user that query can we execute?
diff types of BAPIS?
WHAT IS MEAN BY XK01, VA01 AND VD01 IN BDC PROGRAMES
Explain the use of insert and append statement in sap abap?
What is a help view? : abap data dictionary
What does an exec sql statement do in abap?
difference b/w classical report and intractive report
what is the use of field symbol?
22) Very important How to find user Exit for a standard SAP Object(field,screen,menu etc)?
how to modify a a paritcular field value of BDC table ? suppose im filling company code in of of the screens.Now i want to use the same BDC table with just compant code different.
WHY CLUSTER TABLE CALLED AS CLUSTER TABLE.
can we use sub routines in a function module?