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

No batch input data for screen SAPLV09C 5000

Former Member
0 Likes
2,449

Hi

I am getting the following error when processing a Sales Order using BDC in Background.

"No batch input data for screen SAPLV09C 5000", This is due to Partner Data.

Please let me know what is Root Cause for this error.

Due to which data the error comes.

Thanks in advance.

Warm Regards,

Baburaj

NOTE: Reward points assured.

5 REPLIES 5
Read only

Former Member
0 Likes
1,340

Hello,

if you have used BDC program generated by recording transaction,then during the recording this screen may not have appeared for you to input data (so as to get recroded),hene it's not aprt of program loading.But now when you are trying to load data this screen is called & it needs some input from your file data .

Or program is triggering some screen in the transaction which appeares only in background for some conditions.Please try to check the same.

You can try recording transaction once again & try to enter details in this screen during recording & then write a program based on the same.

Thanks

Read only

0 Likes
1,340

Hey cool. This isn't my thread but thanks

Read only

Former Member
0 Likes
1,340

Hi baburaj,

I think it might be a problem with the flat file.

First of all, check the records in the flat file.

use always gui_download function module instead of other fm's. Since u r using bdc in background gui_download is preferred.

Regards...

Arun.

Read only

Former Member
0 Likes
1,340

it may be also in cases when some message is raised on this screen and the transaction remains on this screen...while your BDC expects it to move to the next screen already.

Read only

Former Member
0 Likes
1,340

Hi Baburaj,

I encountered the same problem an hour ago and I was able to solve this error using the suggestions of the consultants above.

There was a repitition of screens, that is why, the system says 'No batch input data for screen xxx xxx'.

You may want to try this suggestions.

Many thanks,

Reymar