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

BDC problem pls help

Former Member
0 Likes
450

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

1 ACCEPTED SOLUTION
Read only

Former Member
0 Likes
396

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

1 REPLY 1
Read only

Former Member
0 Likes
397

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