‎2007 Aug 06 6:38 AM
Hi frnds,
Call transaction method is used to upload to small quantity of data and session method is used to upload large quantity of data.But I need the maximum quantity that we can upload using call transaction method ?
Thanks
‎2007 Aug 06 6:44 AM
Hi Praveen,
There is no such rule that for uploading small quantity of data u must use call transaction method. Its only based on the reqmnt. U can upload any number of records using call transaction.
regards.
Navneeth K.
‎2007 Aug 06 6:44 AM
Hi Praveen,
There is no such rule that for uploading small quantity of data u must use call transaction method. Its only based on the reqmnt. U can upload any number of records using call transaction.
regards.
Navneeth K.
‎2007 Aug 06 6:49 AM
Hi Praveen,
There is no such limitation on quantitites(records) to be uploaded.
It is said, Call transaction to be used when to upload less no of records becuase in this method transaction is called for each and every record.
In Session all the transaction all the records are uploaded at a time.
This is just for time constraint nothing else.
Thanks & regards,
Dharitree
‎2007 Aug 06 6:49 AM
But mostly....we say call transaction method is used to upload small quantity of data....
o k ....up to how many records we can use call transaction method..? There is a transaction MM01 and we have suppose 20000 records...which method is usfeul for this..how can we decide..?
‎2007 Aug 06 6:53 AM
Hi,
It depends just on you. If you want SAP to handle everything for such a huge data then you should use Session method. and If you want to handle each & every errors o be handled explicitely by you then use Transaction method.
Of course Transaction method would take much more time then Session method.
Regards,
Dharitree