‎2006 Nov 17 2:29 PM
while working with lakhs of record when 5th, 15th and 99000th record alone is error , how should i handle the situation
‎2006 Nov 17 2:31 PM
<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>
‎2006 Nov 17 2:31 PM
<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>
‎2006 Nov 17 2:33 PM
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
‎2006 Nov 17 2:33 PM
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
‎2006 Nov 17 2:36 PM
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