‎2008 Feb 14 8:15 AM
hello,
Maximum how many records at a time can we upload through BDC ???
‎2008 Feb 14 8:18 AM
Hi,
Through BDC we can upload thousands of records. Actually what is your doubt?
Thanks
Sarada
‎2008 Feb 14 8:19 AM
there is no limit other than what your box can store.
Cheers
Thomas
‎2008 Feb 14 8:20 AM
There is not limitation with regard to the number of records to be uploaded through BDC. You can upload the whole database depending on the memory in your server.
Regards.
‎2008 Feb 14 8:20 AM
Hi
u can upload any number of records but it takes a long time.
if there r morrecords we use session method
‎2008 Feb 14 8:41 AM
Hi,
There is no limt for the no of records in bdc.
If there are thousands of records to update. then it will take more time.
There are methods like session method and call transaction method in bdc.
In session method a session is created and all the transactions are inserted in that. we run the the session to update the records.the records are updated one after the other
In call transaction each transaction is called one after the other. That is records are updated one after the other.
session method is synchronous method and an error log is created automatically, when we run the session. Therefore it is preferable and can be executed in back ground when there are more no. of records.
call transaction is both synchronous and asynchronous and we can create an error log explicitly.
regards,
kamala.
‎2008 Feb 14 9:04 AM
Hi,
Any one tell .step by step process bdc process
I want excel date upload to MIGO screen
Thanks and Regards
Suresh