Answer Posted / uday kumar
Batch Data Communication or BDC is a batch interfacing
technique that SAP developed. It is mainly used for
uploading data into the SAP R/3 system. BDC works by
simulating the user input from transactional screen via an
ABAP program.
The data input data file will come in the form of a flat
file which the user save as file type txt file or prn file
from the Microsoft Excel program. An Abaper will create a
program to read the text file and upload into the SAP system.
Normally, the tcode SHDB will be used to record the
transaction code the user used. After, the simulation, the
Abaper can generate a sample program and modify from there.
It makes the programming easier and faster.
| Is This Answer Correct ? | 44 Yes | 7 No |
Post New Answer View All Answers
What are indexes? : abap hr
singleton class
What is a projection view? : abap data dictionary
What is the difference between refresh and free statements?
Explain the difference between domain and data element? What are aggregate object?
Explain what is the difference between primary key and unique key?
Give few names of pooled tables in sap ?
Define structure in abap data dictionary?
What are interactive reports?
How is collect statement different from append?
Is there any method apart from bdc for data upload to sap? : abap bdc
Explain how to create any functions?
How can we decide weather we can enhance the standard infotype or not ? : abap hr
What are the 3 types of tables in sap? : abap data dictionary
What are the differences between session method and call transaction method? : abap bdc