Application Development and Automation Discussions
Join the discussions or start your own on all things application development, including tools and APIs, programming models, and keeping your skills sharp.
cancel
Showing results for 
Search instead for 
Did you mean: 
Read only

BDC problem

Former Member
0 Likes
546

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.

1 ACCEPTED SOLUTION
Read only

Former Member
0 Likes
505

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

3 REPLIES 3
Read only

Former Member
0 Likes
506

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

Read only

0 Likes
505

in error log , is it will shows how many records are procesed like this?

Read only

0 Likes
505

Not for CALL TRANSACTION.

Error handling and restart ability are two good reasons to use the session method over CALL TRANSACTION whenever possible.

rob