‎2005 Nov 24 3:57 AM
Diff between Call transaction and session method
Difference between LSMW, BDC and BAPI
‎2005 Nov 24 4:03 AM
Hi Aruna,
The differences between Call Transaction and Session Method are :
Session method.
1) synchronous processing.
2) can transfer large amount of data.
3) processing is slower.
4) error log is created
5) data is not updated until session is processed.
Call transaction.
1) asynchronous processing
2) can transfer small amount of data
3) processing is faster.
4) errors need to be handled explicitly
5) data is updated automatically
Further detailed differences, you can find the same from help.sap.com.
Siva
‎2005 Nov 24 4:03 AM
Hi Aruna,
The differences between Call Transaction and Session Method are :
Session method.
1) synchronous processing.
2) can transfer large amount of data.
3) processing is slower.
4) error log is created
5) data is not updated until session is processed.
Call transaction.
1) asynchronous processing
2) can transfer small amount of data
3) processing is faster.
4) errors need to be handled explicitly
5) data is updated automatically
Further detailed differences, you can find the same from help.sap.com.
Siva