Best way to transfer a transaction
If I have more than one transaction (actually, I have 20) to transfer, which method should I use; the transaction or session method -- and why?
When you register, you will start receiving targeted emails from my award-winning team of editorial writers. Our goal is to keep you informed on the hottest topics and biggest challenges faced by SAP professionals today.
Hannah Smalltree, Editorial Director
With sessions you have SAP's error handling. With call transaction, you have to handle the records yourself. For dataloads, I use sessions. For anything else, I use call transaction.
Dig Deeper
-
People who read this also read...
This was first published in July 2005