‎2008 Oct 24 12:51 PM
Hi,
im trying to upload some data in a 'z' table using a BDC by doing recording under sm30
when i verified it in DEV for 150 recs its working fine.
in PRD when i tried to upload 648 recs only 558 were uploaded..
this job was scheduled in background..when i check the error it shows
Transaction error
No batch input data for screen SAPLSPO1 0300.
now when i take this 90 recs in another excel file and try uploading it in foreground it works..but mostly background is giving problem .
pls help
‎2008 Oct 25 11:32 AM
Amir,
This problem generally we used to face. Because updating in Database will take some time, mean while you will skip one record.
solutions as per my knowledge.
1) use Commit wait for some sec. so that system update the database
2) use commit work, so that it will update database
immediately.
3) pick the skiped records and re-do the process until 0 skip.
Pls feel free to write back, if you have any issues.
Thanks & Regards,
Pavan
‎2008 Oct 25 11:32 AM
Amir,
This problem generally we used to face. Because updating in Database will take some time, mean while you will skip one record.
solutions as per my knowledge.
1) use Commit wait for some sec. so that system update the database
2) use commit work, so that it will update database
immediately.
3) pick the skiped records and re-do the process until 0 skip.
Pls feel free to write back, if you have any issues.
Thanks & Regards,
Pavan