‎2008 Jul 10 4:01 AM
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.
‎2008 Jul 10 4:53 AM
run BDC in 'A' mode...
i.e. while calling transaction use 'A' (all Display) mode...
and check which screen is coming extra...
sometimes in execution pop-up screen comes which are not there in recording...
‎2008 Jul 10 5:16 AM
Hi Sharayu,
Thanks for ur answer, I already did like what you have suggested.i haev checked each pop screen.But there is no screen with the screen number, which is mentioned in the error log.Thats why i am stuck to solve the problem. Could you please tell em is there any ohter way to do so...
Thanks in advance.
‎2008 Jul 10 5:19 AM
can you check what parameters are to be passed on the given screen??
choose the mandatory parameters and pass that data in your BDC to the mentioned screen..
check if it works...
‎2008 Jul 10 5:34 AM
hi,
Mandatory fields should be pass to bdc. if you have BAPI for that transaction try using that instead of BDC. Its always better to use BAPI's instead of BDC's.
Best Regards,
SUDHIR MANJAREKAR