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 For Actions

Former Member
0 Likes
513

Hi All,

I am making a BDC for IT0000.

I have done the recording and developed a program for that.

IT0105 is also there in info grouping for action.When I am executing the bdc in Foreground Processing the error is coming "No batch input data for screen MP010500 2000" for IT0105.

When I am processing the program in background error is coming in the screen IT0105.But the screen displayed here for IT0105 shows different fields from what it shows in foreground processing.

Can anyone help me out in solving the problem?

Hi All,

I am making a BDC for IT0000.

I have done the recording and developed a program for that.

IT0105 is also there in info grouping for action.When I am executing the bdc in Foreground Processing the error is coming "No batch input data for screen MP010500 2000" for IT0105.

When I am processing the program in background error is coming in the screen IT0105.But the screen displayed here for IT0105 shows different fields from what it shows in foreground processing.

Can anyone help me out in solving the problem?

2 REPLIES 2
Read only

Former Member
0 Likes
466

Hi Sutapa,

Try making the call transaction in mode 'E' and it will stop in the screen which is giving you the error. Some screens will come up only during the backend run(mode N). So in that case you need to write the code after seeing it in mode 'E' which all are the screens coming up.

Cheers

JK.

Read only

0 Likes
466

Hi Jayakrishnan,

I am using session method.

I want that screen to appear as it is there in the info grouping of Action.

Thanks,

Sutapa.