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

Direct Input Error

Former Member
0 Likes
737

Can anyone give me some advice on this problem?? I am doing a Batch input using IE02 updating Equipment data from an flat file. I keep getting through all the way to processing the batch file fine, then when I process the batch file I keep getting this error:

No batch input data for screen SAPLCLFM 0500

Can someone tell me how to fix this please? I am using LSMW/

Thanks

4 REPLIES 4
Read only

Former Member
0 Likes
636

Hi,

No batch input error comes

1) when data is not populated for mandatory fields or

2) check the same screen number and program name in recorded name of LSMW.

Regards,

Sunil

Read only

Former Member
0 Likes
636

first try with foreground and check where your getting this message and sort out ...

Read only

Former Member
0 Likes
636

Do recording again...

Be carefule while recording, sometimes you see some pop up screens which you need to press "Enter" or "ESC".

I am not familiar with your transaction code but I can tell what the problem is,

There is screen coming up when you are loading and it is expecting input from you, it can be either data or just an ENTER / ESC.

Execute your program in foreground and see what you have to enter.

I advise you to do a recording again but be careful with pop up screens.

There can be another problem, may be configuration might have changed after you create your program.

Execute it in foreground and you will see if order of screen has been changed or not.

Let me know if this does not solve your problem.

Mubeen

Read only

Former Member
0 Likes
636

Thank you all...