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 session

Former Member
0 Likes
705

Hi folks,

I have developed a BDC session method for a view. Its working fine in foreground.But when i execute it in background, it showing a error saying that 'No batach input data for screen XXXX'. I have checked that error, that screen doesnt come while recording the transaction. More over i checked that screen layout in Screen paitner. That screen looks doesn't appear the flow of updating view. Could any body suggest me how to resolve the error, pls...

Thanks in advance.

5 REPLIES 5
Read only

Former Member
0 Likes
648

Hi Shyam,

Do recording once again .. the problem with recording only.. for some screens you will be getting like this....

once you record the process before worting the code check it once (process the recording)....

Reward Points if useful

Raghunath.S

9986076729

Read only

Former Member
0 Likes
648

Hi,

This is the problem of BDC OK Code. Do recoring once again and write the BDC code as it is coming in the recoring. ( including BDC Cursor value as well ).

As far as working of this BDC in foreground is concerned, you might be hitting one extra enter some where which is making it to work fine.

In foreground also execute the BDC by clicking on the poped up window of Ok code with mouse. That way you will come to know problem is on which screen.

Hope this Helps!!

Regards,

Lalit Kabra

Read only

0 Likes
648

Hi Lalit,

I checkes as u said...actually in error log, it showing as 'No batch inout data for screen SAPLSPO2 0100'.But there is a screen with name SAPLSP04 0300. So, i am not getting how that error is coming in to pic. pls help me...

Read only

Former Member
0 Likes
648

Hi Shyam prasad,

Is that your screen is screen XXXX a VALUE HELP screen (F4 help) if so you cannot work with BDC PROGRAM as BDC Recording does not record F4 help..

If the screen is other that F4 help screen then could you tell the scenario so that we could check...

Regards

Narin Nandivada.

Read only

0 Likes
648

Hi Narin,

In my Recording one F4 helpo screen occurs.But it i have checked screen no for that screen.It is not mentioned any screen no, except the field name. Thanks.