‎2007 Sep 10 9:03 AM
Hi,
We need batch input programs why?
we update current records or add new ones with bdc programs?
Thanks.
‎2007 Sep 10 9:10 AM
Hi,
BDC is used to update Bulk data.
It is a SAP technic that allows automating the input in transactions.
It can be either for updating the existing records or creating new records.
For example,
You can create BDC to upload new customer master records for transaction XD01.
Also, you can create a BDC to update the address details of customers (XD02).
best regards,
Thangesh
‎2007 Sep 10 9:50 AM
Thanks.
Any more replies.
I need to learn the bdc very well.
Thanks.
‎2007 Sep 10 9:46 AM
We use BDC so that the validations that are in built in each Transaction are considerd, for eg we made a BDC for XK01 for vendor master creation, now every validation used in XK01 is automitically used by our BDC program, which is not possible (or is very difficult to capture) using Insert or Modify statement.
Reward points if useful, get back in case of query...
Cheers!!!
‎2007 Sep 10 9:52 AM
hI,
Go through the below links
http://www.sap-img.com/abap/learning-bdc-programming.htm
Reward points if u find useful.
Regards,
Nagaraj
‎2007 Sep 10 9:55 AM
Hi,
Batch input is one of the primary ways in which data can be transferred into the R/3 System. Batch input is used for bulk data transfers and not for near real-time data transfers.
Go through the following link:
http://help.sap.com/saphelp_46c/helpdata/en/69/c250274ba111d189750000e8322d00/content.htm
Regards,
Satish
‎2007 Sep 10 9:57 AM
Hi,
Bulk data upload or modification is very easy with BDC, validations are also taken care of and programming is also done by the system, your only major concern is creating the flatfile for upload.
other options for the same are LSMW , SECATT.
Thanks