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

PRoblem in BDC

Former Member
0 Likes
811

Hi All,

I am passing the values to BDC table fields for updating the table IFLOT. But after call transaction in 'N' mode it is giving the error " Nobatch input data available for the scrren", the error is coming even though I am passing the values.

Any pointers on this?

Regards

Saurabh.

8 REPLIES 8
Read only

Former Member
0 Likes
752

hi Joshi,

i think there is a problem in BDCDATA table population, in order to find out the problem call the transaction in all screen display mode.

otherwise give the total code.

Regards,

Ashok P

Read only

Former Member
0 Likes
752

Hi,

Process your session in Foreground mode and check whether all

mandatory fields are filled in.

Read only

vinod_gunaware2
Active Contributor
0 Likes
752

Hi

Change Mode 'N' To <b>'A'</b> anc check whether data properly passing or not. Then do neccessory changs. then agaoin do vice-versa.

regards

vinod

Read only

Former Member
0 Likes
752

hi,

Put a break point where you are populating the data into BDC table and check whether the data is getting populated .... because generally this sought of error occurs only if the data is not getting populated or else if the screen is missing for this change the Mode fron 'N' to 'A' .

Regards,

Santosh

Read only

Former Member
0 Likes
752

Hi Saurabh,

The issue is that when you are executing the BDC there is some fields which are mandatory or is conditionally mandatory(based on some value you are filling can be mandatory). In that case if the value is not being populated from the BDC table you will get this error.

Change the call transaction mode to 'A' and see whats happening. With this error you can see that the pop up during the run which shows the OK_CODE is not visible. Hence you can understand where and how this error is triggered.

Cheers

JK

PS: Award points if this helps you

Read only

Former Member
0 Likes
752

Hi,

change the Mode from <b>'N' to 'E'</b> so that you can stop exactly at the error screen, and correct it, may be you missed it in your BDCDATA.

Regards

vijay

Read only

Former Member
0 Likes
752

Hi,

Do check whether you are passing the value to the screen is of character type. Before passing the value to the screen "Move" it to the character variable. This is must. Otherwise it will end up in error.

Also check the data populated in BDCDATA.

And more over please change the mode to "E" / "A" and check it.

Regards,

Venkat Ramanan

Message was edited by: Venkat Ramanan Natarajan

Message was edited by: Venkat Ramanan Natarajan

Message was edited by: Venkat Ramanan Natarajan

Read only

Former Member
0 Likes
752

tx