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
A function module can be called from a transaction screen outside an abap/4 program. State true or false. : abap modularization
What is a transport?
What are the layers of data description in r/3? : abap data dictionary
How do you populate data into a multiple line field?
Explain get pernr concept when we use logical data base? : abap hr
Can we handle two transaction codes in the same program using call transaction bdc input method? : abap bdc
What is the purpose of at first and at last?
What is delivery class? : abap data dictionary
Concepts of OO ABAP and why we are using it?
Can we define our own match code id's for sap matchcodes ?
What is a subscreen? How can we use a subscreen?
Explain the difference between cluster tables and pool table?
How to find the return code of an stmt in abap programs?
What are the three hierarchical levels of data types and objects?
What are the personnel administration related infotypes? : abap hr