What is the diff b/w RFC enabled Functional Module and BAPI?
Answer / umashankar
BAPI and RFC enable function module works in similar way.
But when we create BAPI that will be registered in BOR in
SAP. The main difference the way how we will call from out
side of SAP. For RFC we need call directly which is static
method of calling. But for coming to BAPI we need to create
object which is present in BOR and the same object can be
called several times with single instance this will apply OO
concept
Is This Answer Correct ? | 3 Yes | 0 No |
what is table maitainance generator and how to create that? what is transaction code?
The loop-endloop on extract datasets can be used without any kind of errors. State true or false. : abap modularization
Can I write COMMIT and ROLLBACK in user-exit?
How do you find the information on the current screen?
How to debug ABAP workflow ?
What will happen if i dont use initialization and start of selction event in report?
What are control commands in sap scripts?
Can we create internal table in smart forms or scripts?if yes where and how?
Explain the differences between at selection-screen and at selection-screen output?
we can write the select query or any code after the end of selection
Difference between call transaction & session method? which of these methods can be best used in background process?
What is meant by enhancements?