Answer Posted / prasad
Exits are like hooks to carry on additional functionality
without disturbing the standard functionality.
Simply we can differentiate user-exits and customer exits as
user-exits are created using subroutines and customer-exits
through function modules.the other type of enhancement is
through bapi's which is through methods.
| Is This Answer Correct ? | 2 Yes | 4 No |
Post New Answer View All Answers
Why do we use FOR ALL ENTRIES and what is the pre-requisite
What are the differences between structure and table in data dictionary in abap? : sap abap data dictionary
What are ranges?
Name some system global variables you can use in abap programs?
How table control cn be generated using bdc? : abap bdc
What is sql trace? : abap data dictionary
What are the types of data types in the sap abap?
How do you send files to the legacy systems from sap and vice versa? How does one know that the legacy files have come on to the sap server you are working on? : abap bdc
What is the logo in sap script?
What is the max no of match code id’s that can be defined for one match code object?
What is an interface? In what scenario we use interface? What is the difference between abstract class and interface?
How to handle errors in call transaction bdc method without using bdcmsgcoll internal table? : abap bdc
What is a view in sap? : abap data dictionary
What is the use of the raising exception?
A subroutine can be terminated unconditionally using exit. State true or false : abap modularization