‎2009 Sep 09 10:40 AM
Hi SDN,
I have creted BDC for transaction IFCU.
If process this BDC in background mode i am getting following error.
No batch input data for screen SAPLITOBFLTCON 0200
If i process the same program in the fore ground mode i am not getting any error.
Please tell me solution for this
Or let me know if there is any bapi for TCODE = IFCU. I have not found out one.
Regards,
Rahul Wagh
‎2009 Sep 09 10:52 AM
Hi,
This issue may be due to some incorrect data or due to some missing data.
Check in foreground if you get any warning message.
The same warning message can come as an error in background.
For example in material master screen if the net weight is greater than gross weight it comes as a warning in foreground but results as error in background.
So just check the data which your are passing if it is valid or not.
Regards,
Ankur Parab
‎2009 Sep 09 10:52 AM
Hi,
This issue may be due to some incorrect data or due to some missing data.
Check in foreground if you get any warning message.
The same warning message can come as an error in background.
For example in material master screen if the net weight is greater than gross weight it comes as a warning in foreground but results as error in background.
So just check the data which your are passing if it is valid or not.
Regards,
Ankur Parab
‎2009 Sep 09 11:00 AM
Hello,
Check whether the fields are passed correctly.... it might happen that some field come by default while recording but they need to be passed....
Create a new recording by logging off the SAP session and then providing the values for recording...
This kind of error occurs only when the data is not supplied correctly to the screen....
Execute in foreground mode and check on which screen the error is coming and what is the data getting passed....
Thanks
manish
‎2009 Sep 09 11:06 AM
Hi All,
Thanks for the reply.
Ultimately it bad data paased in the file.
Regards,
Rahul