What is BDC programming?

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


Please Help Members By Posting Answers For Below Questions

How do you find the tables to report from when the user just tell you the transaction he uses? And all the underlying data is from SAP structures?

690


Explain the difference between call screen and leave screen?

598


Different between Interface and Abstract classes?

1112


Tell me a scenario where did you use secondary index?

627


What are the problems in processing batch input sessions?

601






SAP query how to use end users?

1693


While using extract datasets it is required to have a special workarea for interface. State true or false. : abap modularization

613


What is the meaning of abap editor integrated with abap data dictionary? : abap data dictionary

673


Explain the difference between float and packed data type?

748


What are the abap/4 commands that link to a layout set?

857


In sap script how to print bar code in vertical manner

2627


What is Group by in Select statement?

649


Which function modules can be used to transfer the data using bdc programming? : abap bdc

593


What will you code in start-of-selection & end-of-selection ?

586


What will happen when we use single buffered selected?

620