Posts

Showing posts from April, 2021

Differences

Image
 Differences SAP BDC SAP BDC stands for Batch Data Communication, is an application interface framework, used to process batch input sessions resulting into batch data transfer. They are also simply called Batch Input. Batch input sessions enter data non-interactively into an SAP system.    Batch input is typically used to transfer data from non-SAP systems to SAP systems or to transfer data between SAP systems.   SAP BAPI SAP BAPI stands for Business Application Programming Interface, are RFC function modules that enables external applications to access, process, migrate and store data in SAP. External applications mainly communicate with SAP using HTTP gateway. SAP OData SAP OData is a web gateway that converts SAP business data into a REST API. This REST API is capable of performing Create, Read, Update and Delete (CRUD) operations using HTTP gateway. Difference between SAP BDC, BAPI and OData SAP BDC SAP BAPI SAP OData BDC is the old method of moving legacy data ...