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

call transaction

Former Member
0 Likes
604

hi all,

using call transaction method in BDC maximum how many record will be upload?

hi,

ther no such limit.

5 REPLIES 5
Read only

Former Member
0 Likes
583

hi,

ther no such limit.

Read only

Former Member
0 Likes
583

Hi,

There is no limit in case of data, if the huge volume is going to upload then it will be shceduled in background.

sudheer.A

Read only

sreeramkumar_madisetty
Active Contributor
0 Likes
583

Hi

<b>There is no such limit in Volume of Data.</b>

Regards,

Sree

Read only

Former Member
0 Likes
583

hi

if u specify the values during field catalog population (if u hard code the values)

then only that record will b uploaded

if u want to upload multiple records u can store in internal table and then loop at it.

hope this helps..

Read only

Former Member
0 Likes
583

Hi,

No limit is there,only thing we want to choose either session or rtanasction method for data upload on seeing the requirements..

Session method will only support Asynchronous process where transaction will be supporting both of the process.

No logs will be created in Call transaction and session method will give the log..

Session execute parallel transaction but transaction will only execute only one transaction..

Reward if useful