what is a difference between user exist and coustmer exist?
Answers were Sorted based on User's Feedback
Answer / usha
Strictly speaking a user exit is any place within standard
SAP, where SAP have added a mechanism for client specific
code to be executed.
Customer exits are maintained with transaction CMOD. They
are constructed in such a way that all development is in
the customer name range, so no access keys are required.
Is This Answer Correct ? | 3 Yes | 2 No |
Answer / venkata ramamohana rao s
in userexists we are working with access key to modify the
program or enhance our new coding. we are write our new
coding in between function and endfunction. here we can add
our new coding at any place in a program
but in custom exists we can't use access key, here we are
using subroutines for add our new coding and what u want
to add our new code that must be add at end of the existing
one but unable to change the existing functionality.
Is This Answer Correct ? | 3 Yes | 7 No |
How do you check(find) out the user exists?
3 Answers FutureSoft, Global Tech,
Explain the advantages of different types of bdc's?
What are th control break events in abap?
Final class
what is the Difference Between session and call transaction?
Explain the disadvantages of abap query tool?
Check table value table
What is technically difference between in Table creation in table creation maintenance not allowed ,maintenance allowed with restriction, maintenance allowed ?
How can we use / display table in a screen?
How many lists you can have in a Interactive Report?
What should be declared explicitly in the corresponding abap/4 statements to access internal tables without header lines & why?
What is the max no of match code id’s that can be defined for one match code object?