can please tell me the differences b/w bapi & bdc?
Answers were Sorted based on User's Feedback
Answer / upender macharla
BAPI:
Bapi's are procedural and object oriented .
Bapi's are used for Njoy transactions also.
Bapi's does not support recording.
BDC :
Bdc is not used for Njoy transactions.
Bdc support the recording.
Is This Answer Correct ? | 9 Yes | 2 No |
Answer / jagadish
In case of bdc data transfer takes place from flat file into
sap system ie the file existing in sap system to sap sytem
where is bapi's r remotly enabled function modules which are
assigned to some business objects n used to transfer the
data between different business partners who are using
different systems other than sap.
when you plan to upgrade your system version then bdc
willnot support those upgradations where as bapi's will support.
Is This Answer Correct ? | 3 Yes | 0 No |
Answer / k.nagalakshmi
1.bapi's are always backword compatible i.e which can work
on upgradations also.
2.bdc will not work for upgradations.
3.bapi provides versions for each and every upgradations.
Is This Answer Correct ? | 4 Yes | 4 No |
Answer / saai
bapi's are procedural and object oriented .
the main advantage of bapi's is they are also used for the
migration of data from one non-sap to sap system.
bapi's are useful for certain taransactions where bdc's
can't be used like nace transactions.
Is This Answer Correct ? | 3 Yes | 9 No |
in scripts 1,2,3,4,5,6,7,8,9,10.............50 pages.then i want only 4 to 50 how it is possible?ans also iwant only 1,3,5,7,9 .....how it is possible?
what client you are working?
System fields in Interactive reports?
what are the characteristics of a bapi?
What are the uses of table pool or table cluster.
how to use the xk01 in realtime.can it apply the others. how it it will goes to first page and next page.
Explain pai and pbo.
which of the following is more efficient when we are retrieving data from more tables. select statement using innerjoins or select statement using for all entries?
How many types of tables exists and what are they in data dictionary? : abap data dictionary
How do you write manual bdc session method? : abap bdc
steps for creating table
Explain the advantages and disadvantages of different types of bdc's?