‎2007 Feb 28 5:23 AM
please send advantages of bapi usage instead of using call transaction and session methods?
‎2007 Feb 28 5:26 AM
Hi,
BAPI will allows background processing (use in job scheduling)
Call transaction and call session method will allows only forground processing. so you can't schedule the jobs(SM36) for job uploading.
Regards
Bhupal Reddy
‎2007 Feb 28 9:24 AM
Hi,
By using BAPI u can ....
1.Update DB tables.
2.from non-sap also u can Fetch data from DB tables.....JAVA,VB..etc
‎2007 Feb 28 11:15 AM
Hi prasad,
coming to the main advantage of bapi,we can call bapis from any where in oops languagesi.e either in .net,java,abap....
whereas with call transaction and session they will b used only within sap.
‎2007 Feb 28 11:19 AM
Hi Prasad,
From a programmer point of view, they are very easy to use when compared to BDCs. In general, they are useful to be called from external systems(non sap systems also).
Regards,
Ravi