What is BDC programming?
Answers were Sorted based on User's Feedback
Answer / paramjeet
Transferring of large/external/legacy data into SAP system
using Batch Input programming. Batch input is a automatic
procedure referred to as BDC(Batch Data Communications).The
central component of the transfer is a queue file which
receives the data vie a batch input programs and groups
associated data into ?sessions?.
Is This Answer Correct ? | 57 Yes | 6 No |
Answer / 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 |
Answer / damodar reddy
BDC is Batch Data communication There r 3 steps to write BDC
program
step1: Converting Legacy system data into a FLAT file called
CONVERSION.
step2: Transferring FLAT file into SAP system called SAP
DATA TRANSFER
step3: Depending on BDC type
--> Call Transaction(writing program explicitly)
--> Session method(sessions r created and processed.
if success data will be transferred )
Is This Answer Correct ? | 14 Yes | 2 No |
Answer / surendranath
stands for batch data communication used to upload huge
amount of from a legacy system into R/3 system
Is This Answer Correct ? | 11 Yes | 4 No |
Answer / abhishek
BDC stands for batch data communication allows you perform
database updates in the background and the data appears as
if it has been entered manually.
Is This Answer Correct ? | 12 Yes | 7 No |
can any one tell me the types of smartforms
What is lock object ? : abap data dictionary
can any one can give me the Fi and co flow? and the tables ?
which method u r perfer to upload flat file data into sap system
How to create any functions? How to go about it?
im thinking to do sap course ....before doing that there shoud be any course to complete
What is the function of a domain? : abap data dictionary
What are the table controls in bdc ? What is the difference between bdc and lsmw ?what is the difference between bdc and rfc ? : abap bdc
SQL Trace - Transaction code?
three jobs are there if one fails wat happens?
How to Reprocess an Idoc ?
How do you get help in ABAP?