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

Former Member
0 Likes
384

hi frds plz give me response

What happenes when an error occurs while uploading in session & call transaction?

Edited by: Gali Kling Schneider on Feb 26, 2008 1:31 PM

3 REPLIES 3
Read only

Former Member
0 Likes
370

Hi

it will stop the process there and asks for corecting the values when we do in fore ground

if we do it in background then the errors will be updated in session and we can see the error log in it

Read only

Former Member
0 Likes
370

Hi,

If the system terminated due to any cause then the further records won't update i.e. if we are trying to upload 100 records and we are using synchronous update mode then if the system got terminated due to any reason then no one record get updated, if we are using assynchronous and the system already processed 50 records and got disconnected or terminated the remaining records which means from 51 are not getting update. If system is not disconnected then it will try to update remaining records and give the log for error records.

In call transaction the errored or unprocessed records are in the internaltable i_messtab of type messatab.

Rgds,

Bujji

Read only

Former Member
0 Likes
370

When u use call transaction, it error occurs it moves to error log and proceed with remaining records in N mode. if E is specified it will list the errors and one has to rectify the errors. same is the case with A

in session mode, after session is created u need to process the session and all the related errors are moved to error log and u need to reprocess these errors in A or E modes.