‎2007 Oct 30 10:58 AM
Hi Experts,
My question is while running the BDC program suddenly system is crashed , what will happen in both methods call transaction and session method?
how will i find how many records are processed or not ?
i will reward for helpful answers.
‎2007 Oct 30 12:02 PM
HI Cva,
when executing BDC if system crashes ,the records will not process in both call transaction and session input methods.
if the system crashes,we can check in the error log which is in SM35 or Session overview while using session method.
And we can see in internal table of type bdcmsgcall when using in call transaction.
if u have any further questions let me know.
reward if it is useful.
Thanks,
Srikanth A
‎2007 Oct 30 12:02 PM
HI Cva,
when executing BDC if system crashes ,the records will not process in both call transaction and session input methods.
if the system crashes,we can check in the error log which is in SM35 or Session overview while using session method.
And we can see in internal table of type bdcmsgcall when using in call transaction.
if u have any further questions let me know.
reward if it is useful.
Thanks,
Srikanth A
‎2007 Oct 30 1:59 PM
in error log , is it will shows how many records are procesed like this?
‎2007 Oct 30 2:09 PM
Not for CALL TRANSACTION.
Error handling and restart ability are two good reasons to use the session method over CALL TRANSACTION whenever possible.
rob