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
508

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.

4 REPLIES 4
Read only

Former Member
0 Likes
488

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...

Read only

0 Likes
488

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.

Read only

0 Likes
488

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...

Read only

Sidh_M
Participant
0 Likes
488

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