what is diff between idocs,bdc,rfc and bapi. give real time
answer
Answer Posted / deepak
BAPI and BADI are completely different. BAPI is similar to
RFC. In simple terms BAPI is just a function module but
remote enabled.
Difference between BAPI and RFC is that BAPI can be used
from non direct systems. Eg: from java to sap. While RFC
will support only direct systems. For Eg: Within SAP.
BADI is Business Add Ins which has a slight similarity to
user exits but different from it. When an additional
feature is added, it can be done through BADI. BADIs are
generally defined by SAP and implemented by the developers.
| Is This Answer Correct ? | 13 Yes | 5 No |
Post New Answer View All Answers
How do you control printer functions from sapscript?
What are the page windows? How many main windows will be there in a page window?
What are the different methods of passing data? : abap modularization
Difference between sap script and report?
The extract statements in field groups can be used before or after processing the sort statements. State true or false. : abap modularization
Module Pool Programming: Events and Table Control handling.
How to load data from ms excel sheet to sap by using bdc method ? : abap bdc
What is the function of the transport system and workbench organizer?
How the at-user command serves mainly in lists?
How do you use structures in the abap programs?
What are hashed tables?
how to Create a smart form related to gate pass to be submitted to vendor’s location. This form outputs document number, date, vendors name, address, material details, quantity, unit,and the company logo.
Suppose there is a secondary index on 4 non-key fields A,B,C & D. There are 3 select queries :- a) one on basis of A, B, C , D b) Second on basis of A, B, C c) Third on basis of D, C,B, A In which all situations , the above secondary index will be used?
What is a help view? : abap data dictionary
What are local objects?