difference between user exit and customer exit dont tell
both are same but there is another difference is there if
anybody knows reply immediately
Answer Posted / moazam khan
HI,
USER EXITS ARE IMPLEMENTED USING SUBROUTINES
And CUSTOMER EXITS ARE IMPLEMENTED USING
FUNCTION MODULE WHICH HAS AN Z INCLUDE WHERE WE CAN WRITE
OUR OWN CODE
DIFFERENT TYPES OF CUSTOMER EXITS ARE
1.FUNCTION EXITS
2.MENU EXITS
3.SCREEN EXITS
4.TABLE EXITS OR CUSTOMER INCLUDES
| Is This Answer Correct ? | 16 Yes | 2 No |
Post New Answer View All Answers
What are the functional modules used in sequence in bdc? : abap hr
Suppose the client wants me the vacancy to be displayed on a website as well as ess. How should I do it? : sap abap hr
Explain the data types of internal tables?
What are internal tables? How do you get the number of lines in an internal table? How to use a specific number occurs statement?
What is the difference between field-group header and other field groups?
In Table Field when display the Name, whose first charecter should be capital letter and rest will be small letter.
What is the use of the statement leave to list-processing?
What are the types of the software component being deployed in the sap?
What is difference between dialog program and a report?
What statement will be found in an sap application program that implements a function module exit?
Difference between BDC vs Direct Loads?
i have executed a report via back ground job, in this report i have used enqueue and dequeue function modules on a table, but before releasing the lock(before dequeue function module is not call) job gives the dump, so the lock is not released the table, here my question is how to set the lock automatically release the there is a short dump before calling the dequeue module?
What are the differences between structure and table in data dictionary in abap? : sap abap data dictionary
if while coding power goes off , how to retrieve the codes?
What are the events used in abap in the order of execution?