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 |
Types of windows and Difference between them in Scripts
what is two domain level concept in abap
6)what are the table controls in BDC ?
what is mean by table control, where it is used? why it is use?
What are the differences between se01, se09 and se10?
ALV's?
What are user exits? What is involved in writing them? What precations are needed?
Explain the difference between a pool table and a transparent table and how they are stored at the database level?
Diff b/w LUW and Lock Mechanism?
What is a collect statement?
where to find userexits for sd releated module in realtime?
In the User exits how you can use sub screen and please tell me the steps