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 |
If there are two table with Foriegn Key relationship, and if any changes is made to the check table in Table Maintanance Generator how will this the other table?
How do you execute the payroll
How do we handle multiple line items in BDC's.
What are the sequences of event block?
How to insert row in an Internal table?
Difference between internal table and a dictionary table?
What are the mandatory fields to be filled in Transaction VA21 for 'Creation of sales order Quotation'.
What is the use of 'for all entries'?
When we append a record to a sorted internel table how it is appended?
Explain the difference between get and get late?
What is the difference between bdc_open_group and bdc_open_dataset. : abap bdc
how many main windows are there in scripts?