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

Error in BDC

Former Member
0 Likes
332

Hi,

I am trying to release a process order ( transaction COR2 ) by using a BDC. When I am running the BDC in 'A' or 'E' mode, it works fine. The 'E' mode doesnt stop anywhere and successfully Release the process order . But when I change the mode to 'N', it throws an error "No batch input data for the screen SAPLCOKO1 0115".

Any help regarding this?

Regards,

Kalainila B

1 REPLY 1
Read only

Former Member
0 Likes
267

Hi,

This message is coming because of no input field for data,

some transactions, when u run in display mode, it'll show 20 line items but in backgroud mode it'll be only 15 line items.

so when u record BDC, check the checkbox SIMULATE BACKGROUND MODE.

I think it'll be helpful.