Batch Data Communication (BDC) Procedure in Overview, PDF Book in SAP ABAP
Batch Data Communication (BDC) Procedure in Overview, PDF Book in SAP ABAP
Batch Data Communication (BDC) Procedure in Overview, PDF Book in SAP ABAP
☰
Home » SAP ABAP » SAP ABAP Book
The SAP System offers two primary methods for transferring data into the System
from other SAP Systems and non-SAP Systems. These two methods are
Both batch input methods work by carrying out normal SAP transactions, just as a
user would. However, batch-input can execute the transactions automatically and is therefore suitable for entering large
The batch input technique offers these advantages for transferring data:
No manual interaction is required during data transfer. If the data to be transferred is already available in electronic form
(on a tape, for example), then you can enter the data automatically into the SAP System using batch input.
Batch input ensures data integrity. Batch input enters data into the SAP System using the same transactions that
interactive users do. Batch input data is therefore submitted to all of the checks and controls that apply to data entered
There are several ways to process batch input data in the SAP System.
The first processing method could be called "classical batch input." In it, an ABAP/4 program reads the external data that is
to be entered in the SAP System and stores the data in a "batch-input session." A session stores the actions that are required
When the program has finished generating the session, you can run the session to execute the SAP transactions in it. You can
either explicitly start and monitor a session with the batch-input management function (System --> Services --> Batch
This method uses the function modules BDC_OPEN, BDC_INSERT, and BDC_CLOSE to generate sessions.
In the second method, your program uses the ABAP/4 CALL TRANSACTION USING statement to run an SAP transaction.
Batch-input data does not have to be deposited in a session for later processing. Instead, the entire batch-input process takes
There
Thisiswebsite
a third uses
batch-input
cookiesmethod using
to improve theexperience.
your ABAP/4 CALL DIALOG
We hope that statement.
you are ok However,
with this, SAP recommends
but you against
can opt-out if youusing
wish.
this method unless necessary. The CALL DIALOG method is now outdated and is more complex and less comfortable to use
Accept Read Cookies Policy
than the other techniques.
https://www.stechies.com/batch-communication-data-bdc-procedure-overview/ 1/6
4/18/2019 Batch Data Communication (BDC) Procedure in Overview, PDF Book in SAP ABAP
All three batch-input methods use a common data structure for holding the instructions and data for SAP transactions. This
For help in selecting the method to use, please see SELECTING A BATCH-INPUT METHOS (11).
Transferring data from another system when you install your SAP System
Regularly transferring data that is captured by a non-SAP system in your company into the SAP System. Assume, for
example, that data collection in some areas of your company is still performed by a non-SAP system. You can still
consolidate all of your data in the SAP System by exporting the data from the other system and reading it into the SAP
You can also use batch input to transfer data between two R/3 Systems. However, there are more direct methods for doing
The SAP applications provide pre-programmed support for batch input transfers for many of SAP's Business Objects.
To implement one of the supported data transfers, you must often write the program that exports the data from your non-SAP
System. This program, known as a "data transfer" program must map the data from the external system into the data
Should you wish to write a transfer program that executes outside the SAP System, then the SAP applications provide
definitions of the required data formats for the exports. From these definitions, you can generate code for the data structures
to include in your export program. You can also write such programs in ABAP/4, which lets you take advantage of the comfort
Once you have exported the data, you can then use a standard, pre-programmed SAP report to import the data.
This program uses one of the batch input methods to process the data and add it to the SAP System.
You can find information on pre-defined batch-input programs in the SAP Customizing System.
Then display either your Enterprise IMG (Implementation Guide) projects or the SAP standard IMG.
In the project display, use the Expand function to display all nodes in the project.
You can then search for relevant topics with the keywords batch input and transfer.
In this book you will learn about batch input programming concepts and how to program data transfer and batch
https://www.stechies.com/batch-communication-data-bdc-procedure-overview/ 2/6
4/18/2019 Batch Data Communication (BDC) Procedure in Overview, PDF Book in SAP ABAP
6) Data Conversions
CREATING SESSIONS
https://www.stechies.com/batch-communication-data-bdc-procedure-overview/ 3/6
4/18/2019 Batch Data Communication (BDC) Procedure in Overview, PDF Book in SAP ABAP
Improve English Speaking ST06 OS MONITOR Online Payroll Software Full Life Cycle
Implementation in SAP
Buy 2 Products @ Rs.890 SAP MDM (Master Data BASIS Book SAP Book
Only Management) FAQs
ABAP Classes
This website uses cookies to improve your experience. We hope that you are ok with this, but you can opt-out if you wish.
https://www.stechies.com/batch-communication-data-bdc-procedure-overview/ 4/6
4/18/2019 Batch Data Communication (BDC) Procedure in Overview, PDF Book in SAP ABAP
ABAP Smartforms
Follow Us
Top Tutorials
SAP SD Tutorial
ThisSAP
website
FICOuses cookies to improve your experience. We hope that you are ok with this, but you can opt-out if you wish.
Tutorial
https://www.stechies.com/batch-communication-data-bdc-procedure-overview/ 5/6
4/18/2019 Batch Data Communication (BDC) Procedure in Overview, PDF Book in SAP ABAP
Android Tutorial
Python Tutorial
Java Tutorial
Hadoop Tutorial
Photoshop Tutorial
SD Interview Questions
Quick Links
Classifieds
Announcements
Recent Articles
Contact Us
About Us
Terms of Use
Privacy Policy
Cookies Policy
All the site contents are Copyright © www.stechies.com and the content authors. All rights reserved. All product names are trademarks of their respective companies. The site
www.stechies.com is in no way affiliated with SAP AG. Every effort is made to ensure the content integrity. Information used on this site is at your own risk. The content on this site may not
be reproduced or redistributed without the express written permission of www.stechies.com or the content authors.
This website uses cookies to improve your experience. We hope that you are ok with this, but you can opt-out if you wish.
https://www.stechies.com/batch-communication-data-bdc-procedure-overview/ 6/6