Answer Posted / vandan
Customer Exits : In standard programs we can find function
modules. with in that fm's we can find includes. There we
have access to writing our own code. No need of Access key.
Through package we can find Enhasement and we can impliment
our code in SMOD and CMOD tcode's.
User Exits : In standard programs we have Subroutines
wich will b started with User-exit. based on formal
parameters of subroutine we will impliment our code.For
implimentation we must require Access key.
| Is This Answer Correct ? | 3 Yes | 0 No |
Post New Answer View All Answers
Fallback class
What are internal tables? How to use a specific number occurs statement?
What are the advantages and disadvantages of different types of bdc's?
How do you write manual bdc session method? : abap bdc
What is a currency factoring technique?
What are the function module in bdc?
What is processing class, where we do them and why? : sap abap hr
What are hashed tables?
What should be declared explicitly in the corresponding abap/4 statements to access internal tables without header lines & why? : abap modularization
Explain get pernr concept when we use logical data base? : abap hr
Can we access static attribute from instance method
What are conditional chain statement?
What is an authorization in sap?
Explain the disadvantages of different types of bdc's?
What is the syntax for call transaction? : abap bdc