ERP Database - The Unofficial ERP Knowledge Base

Facebook Twitter del.icio.us Digg it
ERP Database contains a huge collection of articles related to ERP System and Software. Many of the articles are specifically related to SAP. All these ERP/SAP articles are freely available to everyone.

If you would like to submit an article or share any document related to ERP or any specific ERP software. Please mail it to support@erpdb.info. Please make sure that the documents are not copyrighted.
Social Bookmarks:

Data Transfer Techniques

Print This Post Email This Post Written by admin on Sep 10th, 2008 | Filed under: ABAP

In order to load the data into the SAP system we have many techniques in use which will get the job done. Majorly we have three techniques through which you can get the data transfer done. These are Batch Input, Direct Input and BAPI’s.

1. Batch Input , also known as Batch Data Communication (BDC) : This approach is used extensively in ABAP programming and remains a popular choice when no other method exists. The online transaction processes is simulated and the data transfer is done exactly as it is done online. A batch input session is created using SHDB containing all of the data and screens and then processed. Well, if you make any changes to the screen then you will have add these screens in the program or else the BDC will fail.

2. Direct Input : The data in the input file is transferred directly to the SAP database. No screens are involved. This methods used function modules to accomplish the task. Well, not everything can be accomplished through this method.

3. BAPI’s (Business Application Programming Interface) : These are standard API’s that provide external access to SAP Objects. That does not mean you cannot run these inside SAP. You can still use them inside SAP too. BAPI’s are defined in the Business Object Repository as methods of SAP Objects.

Share

If you like this post, you may as well like these too:

  1. Data Transfer in FI download here...
  2. Difference between Master Data, Transaction Data and Customizing Data Customizing Data refers to the customized information for a particular Client. This includes data such as payment terms, discounts, pricing, tolerance limits, etc., which you do not normally change on...



2 Responses to “Data Transfer Techniques”

  1. There are some good third party programs that also help in such data transfer or data loading into SAP. One example is Winshuttle for SAP Data Loading

  2. [...] Batch Data Communication (BDC) [...]

Leave a Reply