‎2013 May 06 7:29 AM
Dear All
I have a terrific problem with a upload report. This is a attendance report basically. Through out the month up to 27th day the program execute perfectly. on and after 28th day program behaves differently. Data volume increased day by day. On 28th data contain at about 35000 records. Few data stored wrongly after 28th and then we execute one more this program with few of them say 100 records. Which records stored wrongly now stored rightly. So its difficult to find the exact logical incorrectness as program behaves dual nature. Please guide me what the may cause there.
Regards
Swati
‎2013 May 07 10:24 AM
Hi,
This type of problems come when there is no proper upload file format.
It is better to check in debug mode and check the upload function module return details(subrc).
Regards,
Shaiksha Vali.
‎2013 May 06 7:55 AM
Hi Swati,
Can you please share the Program, so that we can Identify what exactly the problem is.
Some times, If data is related to posting, It depends on Config Setting also. For Example: When a payroll is ran, then if the Payment date(Last day of every Month) comes on a Holiday/Weekend. Then in this case we consider the Earlier Date(Day prior to that day) that's how it will be configured. So Please share the program /Area that you are facing the Issue. So that it would be easy to explain / identify what exactly goes wrong in the behavior.
Hope this helps.
‎2013 May 06 8:19 AM
Dear Venkat
I do not have the exact problematic part. I do not understand how the program behaves dual nature. And confuse me when I saw the data was incorrect after re execution of the program data was correct and I re execute program with same selection. This program is just a normal upload program which store data in two customize table. Nothing else.
Regards
Swati
‎2013 May 06 8:57 AM
HI,
Please give a sample of the correct data and wrong data. Also if you can give the code would be helpful.
Cheers,
Arindam
‎2013 May 06 9:39 AM
Better check the program via session method run and re run the error screen to know the error.
‎2013 May 07 10:24 AM
Hi,
This type of problems come when there is no proper upload file format.
It is better to check in debug mode and check the upload function module return details(subrc).
Regards,
Shaiksha Vali.
‎2014 Apr 10 9:07 AM