‎2008 Jan 12 9:43 AM
‎2008 Jan 12 5:28 PM
Hi, According to me, The main difference between BAPI and BDC is :
In BDC we need to specify (while recording) all the standard validation in all the screens, exclusively in program.And a note of all screen data is also to be given in BDC (i.e Dynrpro,fnam,fval etc).
But all these can be avoided in BAPI. BAPI will skip all the screen data and includes all the default validations by itself without any need of Explicit specification.
‎2008 Jan 12 9:47 AM
hi,
BAPI use to transfer data between Sap and non SAP Systems.....
reward if useful...
‎2008 Jan 12 9:51 AM
Hi,
BAPI is a standard SAP solution for general activities in SAP, like to create sales order, update master data, stock transfer etc. Its a FM and you need to pass values ti parameters in a program to perform the required activity.
BDC helps in running through a transaction the way you want to do it. You can record a transaction and run through that transaction with your data.
regards,
Pankaj
‎2008 Jan 12 5:28 PM
Hi, According to me, The main difference between BAPI and BDC is :
In BDC we need to specify (while recording) all the standard validation in all the screens, exclusively in program.And a note of all screen data is also to be given in BDC (i.e Dynrpro,fnam,fval etc).
But all these can be avoided in BAPI. BAPI will skip all the screen data and includes all the default validations by itself without any need of Explicit specification.