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

Former Member
0 Likes
508

Hi,

by using BDC how many records we can upload at a time .

Thanks in Advance

1 ACCEPTED SOLUTION
Read only

Former Member
0 Likes
489

Hi Jack,

There is no restriction as per the no. of records. You can upload as many as possible. If system performance is an issue you can devide them into sessions of definite no of records using sessions method. Even you can process the sessions in background by scheduling rsbdcsub program in the bkground.

Reward points if useful,

Aleem.

5 REPLIES 5
Read only

Former Member
0 Likes
490

Hi Jack,

There is no restriction as per the no. of records. You can upload as many as possible. If system performance is an issue you can devide them into sessions of definite no of records using sessions method. Even you can process the sessions in background by scheduling rsbdcsub program in the bkground.

Reward points if useful,

Aleem.

Read only

Former Member
0 Likes
489

Hi jack,

Using BDC you can upload any number of records at a time. there is no restriction on the number of records.

BR,

Harmeet.

PS: Reward points if useful

Read only

former_member196299
Active Contributor
0 Likes
489

hi Jack ,

As such there no such restrictions on number of records ina BDC , but if they are more ( for eg 60,000+) then you can very well segregate them and process.

That will lead to a faster process .

Regards,

Ranjita

Read only

Former Member
0 Likes
489

Hi,

I guess there is no such limit ...

Regards

Read only

Former Member
0 Likes
489

there is no restriction as to how many records you can load. If its a very huge volume its always advisable to split into a few batches and load.

Thanks

Swarna