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 call other programs?
State the differences between database view & projection view? : abap data dictionary
What is meant by hotspots?
What are the events in screen programming?
Why do we use Abstract classes give an example from your project?
Example of table cluster and cluster tables.
I need some information regarding Vcentric Test pattern ? with questions.
What does the ‘suppress dialog’ do?
How is conversion of data types done between abap/4 & external level?
A field-groups statement or an insert statement reverses storage space and transfers values. State true or false. : abap modularization
In BDC, data transfer is done success in foreground mode but if we done the same in background mode it shows errors. What is the reason?
Why lsmw does not support call transaction method? : abap bdc
Normally how many and what files get created when a transaction program is written? what is the XXXXXTOP program?
Give examples of transparent table?
What are the fields in a bdc_tab table? : abap bdc