2006 Dec 05 10:03 AM
Hi Gurus
I have some records in my flat file.
While i am doing uploading the file using tc, in foreground it is processing correctly and no issues.
While in Background some of the records are not processing properly and in sm35 for those records I am getting the message :"InCorrect".
What may be the reasons I am not getting.
Can you please suggest me where may be the wrong exactly.
Your suggestions are highly encouragable.
Regards,
kumar
2006 Dec 05 1:37 PM
Hi,
In SM35, You can go to Analysis and see the Logs which are created. There You will find out exactly because of what reasons the session ended in Errors.
thanks,
sksingh
Hi Gurus
I have some records in my flat file.
While i am doing uploading the file using tc, in foreground it is processing correctly and no issues.
While in Background some of the records are not processing properly and in sm35 for those records I am getting the message :"InCorrect".
What may be the reasons I am not getting.
Can you please suggest me where may be the wrong exactly.
Your suggestions are highly encouragable.
Regards,
kumar
2006 Dec 05 10:06 AM
Process the sessions in Synchronous mode.
It should solve the problem.
2006 Dec 05 1:37 PM
Hi,
In SM35, You can go to Analysis and see the Logs which are created. There You will find out exactly because of what reasons the session ended in Errors.
thanks,
sksingh
2006 Dec 05 9:07 PM
hi
Plz check the below link..
http://help.sap.com/saphelp_47x200/helpdata/en/9b/91c9c4546611d1a7020000e829fd11/frameset.htm
Cheers,
Abdul Hakim
Mark all useful answers..
2006 Dec 05 11:41 PM
Hi Sree Ram,
This is a very common problem faced in Mass upload of data. This mainly happens if the current transaction is dependent on the previous transaction. For e.g. transaction 2 has a dependency on sucessfull processing of transaction 1.This is due to the time taken by the transaction to update the database table.
Put a commit statement after every transaction in your recording and this will ensure that the records are updated and you will not face any problem in background processing.
Regards,
Guru
2007 May 23 11:38 AM