Application Development and Automation Discussions
Join the discussions or start your own on all things application development, including tools and APIs, programming models, and keeping your skills sharp.
cancel
Showing results for 
Search instead for 
Did you mean: 
Read only

BDC Record

Former Member
0 Likes
697

hello,

Maximum how many records at a time can we upload through BDC ???

6 REPLIES 6
Read only

Former Member
0 Likes
651

Hi,

Through BDC we can upload thousands of records. Actually what is your doubt?

Thanks

Sarada

Read only

ThomasZloch
Active Contributor
0 Likes
651

there is no limit other than what your box can store.

Cheers

Thomas

Read only

Former Member
0 Likes
651

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.

Read only

Former Member
0 Likes
651

Hi

u can upload any number of records but it takes a long time.

if there r morrecords we use session method

Read only

Former Member
0 Likes
651

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.

Read only

0 Likes
651

Hi,

Any one tell .step by step process bdc process

I want excel date upload to MIGO screen

Thanks and Regards

Suresh