Application Development 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: 

Using call transaction how much amount of data can be transferred

Former Member
0 Kudos

Hi to all

i am using BDc for MM02 material change application.

For this I am using call transaction method.

Please tell me how much records can be updated at one time.

Is there any limitation on that.

please guide.

Regards

Anubhav

5 REPLIES 5

ThomasZloch
Active Contributor
0 Kudos

With BDC you are processing one transaction (in this case one material master change) at a time.

There is no limit to the number of subsequent transactions known to me.

Greetings

Thomas

0 Kudos

Thanks..

Actually the text file contains thousands of records.

so is there any limitation on that to transfer as it is said that call transaction method is used to transfer small amount of data.

Please clear my doubt..

Regards

Anubhav

0 Kudos

Your solution would call MM02 once for each of the "thousands of records". I don't see a problem with that.

There are other techniques for mass updating material master though, like program RMDATIND.

Greetings

Thomas

0 Kudos

Hi Gupta,

Generally call transaction is used to upload medium or small amount of data. There is no specific limit to that. Say upto 5000 records.

In call transaction each record is considerd as a transaction and insertd into the bdc table(BDCDATA structure)

Reward if helpful

Rgds

Umakanth

Former Member
0 Kudos

Hi,

In general using call transaction method you can upload nearly 25000 records.

If there are more than this then an error gets displayed.

Thanks and Regards.