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 error

Former Member
0 Likes
681

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

1 ACCEPTED SOLUTION
Read only

Former Member
0 Likes
619

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

3 REPLIES 3
Read only

Former Member
0 Likes
620

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

Read only

0 Likes
619

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

Read only

Former Member
0 Likes
619

Hi All,

Thanks for the reply.

Ultimately it bad data paased in the file.

Regards,

Rahul