Hi All,
Can u tell me the difference between RFC and BAPI. I know
Both are remote enabled.
Answers were Sorted based on User's Feedback
Answer / malli.gontla
BAPI methods are RFC enabled function modules. The
difference between RFc and BAPI are business objects. You
create business objects and those are then registered in
your BOR (Business Object Repository) which can be accessed
outside the SAP system by using some other applications
(Non-SAP) such as VB or JAVA. in this case u only specify
the business object and its method from external system in
BAPI there is no direct system call. while RFC are direct
system call.Some BAPIs provide basic functions and can be
used for most SAP business object types. These BAPIs should
be implemented the same for all business object types.
Standardized BAPIs are easier to use and prevent users
having to deal with a number of different BAPIs.BAPI is
having all Key fields, methods, interfaces etc.
regards
malli.gontla@gmail.com
Is This Answer Correct ? | 5 Yes | 2 No |
Answer / always learner
All BAPI's are RFC's , but all RFC's are not BAPI'S
Is This Answer Correct ? | 2 Yes | 6 No |
How data is stored in cluster table?
Under which event we can make a filed disappear on selection screen.
i want to add 2 records to a table but the last field in the table is 1000 char long.Is it possible?if yes how?
How can we set the table spaces and extent sizes? : abap data dictionary
please any one can tell me How to validate the data in Table maintinance generator?how can u validate the table field values if u r entering the data into fields .it shows record is wrong?wher we can done validation in table maitenance generator before getting the data as out ?
What is the difference between skip and new-line?
Can you create an internal table dynamically?(at run time)
For particular transaction you want to upload the data using any of bdc method...if the transaction contains any of pop window functionaliy and having radio button in the window..Any one of the radio button must be selected then only the next data can be inserted how will you handle this scenario in your program
WHAT IS THE DIFFERENCE BETWEEN CHECK TABLE AND VALUE TABLE?
How to find function module or Bapi for particular transaction in sap?
Will the views get effected when updating the database?
What are the functional modules used in sequence in bdc? : abap bdc