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

interview question

Former Member
0 Likes
472

while working with lakhs of record when 5th, 15th and 99000th record alone is error , how should i handle the situation

1 ACCEPTED SOLUTION
Read only

Former Member
0 Likes
451

<b>Hi

If u r updatin thru session method,Then u have the error log file.

Then reprocess those error records in SM35 by rectiftiyng those errors.

If ur doing thru CALL Transaction method

u have to handle it manually thru message table and again u reprocess them.

Regs

Manas Ranjan Panda</b>

4 REPLIES 4
Read only

Former Member
0 Likes
452

<b>Hi

If u r updatin thru session method,Then u have the error log file.

Then reprocess those error records in SM35 by rectiftiyng those errors.

If ur doing thru CALL Transaction method

u have to handle it manually thru message table and again u reprocess them.

Regs

Manas Ranjan Panda</b>

Read only

Former Member
0 Likes
451

I assume that it is a bdc session(The number of records in more than 10000).

Run the program which creates the session.

Process the session in sm35

See the error log to find which record as failed and why it has failed.

Since there is only one such record, you can go into the transaction in which the upload has been done, and enter corrected data.

Regards,

ravi

Read only

Former Member
0 Likes
451

Irrespective of number of records, you still process record by record only, right?

So, while processing when the record errors out, you can simply collect them in a internal table and finally write them to a error file.

Regards,

Ravi

Note - Please mark all the helpful answers

Read only

Former Member
0 Likes
451

Hi,

If your using session method then go for log file using tran sm35

otherwise call transaction method manually create error file using bdcmsgcoll structuee