2006 Dec 13 6:48 AM
You are given functional specs for a BDC program
and you need to decide whether to write a method
call transaction or a session. How u will decide?
plz explain clearly
You are given functional specs for a BDC program
and you need to decide whether to write a method
call transaction or a session. How u will decide?
plz explain clearly
2006 Dec 13 8:51 AM
Hi,
important is the error handling:
1) bdc - user must analyse and clarify errors
2) call transaction - you must implement an error-processs in your prg.
A.
2007 Jan 02 10:30 AM
2007 May 14 1:41 PM
depends of type of erro handling required and amount of data to be transfered, we can decide which is best method.
call transaction - no errorhandling, we have to write a code to show errors
sessin method - errohandling is there, locking mechanism is there.
for large amount of data , we should go for session method. for faster data transfer we can go for call transaction
| User | Count |
|---|---|
| 3 | |
| 1 | |
| 1 | |
| 1 | |
| 1 | |
| 1 | |
| 1 | |
| 1 | |
| 1 | |
| 1 |