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
How to combine multiple billing into one RV document ( Step by Step)?
How do you connect to the remote server if you are working from the office for the client in remote place?
What are two methods of modifying sap standard tables? : abap data dictionary
What is the transaction for recording bdc ? : abap bdc
What are the different types of parameters? : abap modularization
what is the t-code to link technical and functional operation?
How to read 5th record from Hash Internal Table?
Difference between sy-tabix and sy-index? Can you check sy-subrc after perform?
Which function module reads the data for particular infotype ? : abap hr
What do you mean by cluster tables in sap abap? Also explain what do you mean by table cluster? : abap data dictionary
What is a size category?
Can we use flow logic control key words in abap/4 and vice-verse?
What are the domains and data elements?
Explain get cursor field?
How do I find the output type of a table or a program?