Application Development 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: 

BDC data transfer

Former Member
0 Kudos

Hi,

While uploading a flat file through BDC Call Transaction, the system suddenly get CRASHED. How do I know many records have been updated?

reply quickly please.points will be rewarded.

Thanks.

1 ACCEPTED SOLUTION

Former Member
0 Kudos

Hi,

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.

Regards,

Satish

3 REPLIES 3

Former Member
0 Kudos

Hi,

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.

Regards,

Satish

Former Member
0 Kudos

Hi

IN SESSION YOU CAN FIND THE NUMBER OF RECORDS UPDATED

YOU CAN SEE THE SESSION LOG

in that every thing will be stored if some(errors , found then that records also shown in that SESSION LOG )

johndeconinck
Participant
0 Kudos

Hi,

The session will most likely be in an error or interrupted state. You can simply run the session again to process the remaining records.

Kind regards,

John.