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

Issue In session method

Former Member
0 Likes
560

Hi,

When uploading several records thru session method if i get an error after uploading 50th record then how to resume the session method from 51st record?

Thanks in advance,

Kishore

5 REPLIES 5
Read only

prasanth_kasturi
Active Contributor
0 Likes
537

Hi ,

if you are updating the records in session method in background automatically the record will be skipped and processing starts from the next, and you can check the log file in SM35

regards

prasanth

Read only

0 Likes
537

Hi,

what happens in foreground?

Read only

0 Likes
537

Hi,

In the case of foreground you will process each and every record manually and hence there is no point of getting the error record.

i.e in foreground if you enter any value incorrectly there will be error messages and you can not get to next screen, so you must enter correct data

so you get errors records only if you do in background mode, and moreover its troublesome to do large volume of records in foreground mode

hope its clear

regards

prasanth

Read only

0 Likes
537

Hi Kishore,

Same topic has been discussed here, check this once:

Regards,

Chandra Sekhar

Read only

Former Member
0 Likes
537

Hello There.

The session will progress even if you get any error in the record. The further records will be uploaded.

Now the processing of the error records has to be taken care off.

There are two possibilities,

1. In real time generally there may be comparatively less error records. This can be fullfilled by manually going to the transaction and making the entries.

2. In case of huge amount of error records are encountered, then you need to make changes to the errored records in the flat file and upload all the records again.

If that works well then that's good.

If not give feedback.

Good Luck & Regards.

Harsh Dave