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 display mode 'N'

Former Member
0 Likes
881

Hi Guys,

I'm facing a problem in BDC.I have created one.It works fine in 'A' mode.In 'E' mode also it runs nicely without showing any screen(means no error).But when I run this BDC in 'N' mode, it comes out stating value was not provided for screen.

I'm not sure,but one thing that I'm suspecting,might be the cause is : on that screen always one information message comes,that I have to click as 'OK'.But in recording nothing comes for that.So obviously no code as such for clicking that.

Please help me what it might be due to ,and what to do..

Hi Guys,

I'm facing a problem in BDC.I have created one.It works fine in 'A' mode.In 'E' mode also it runs nicely without showing any screen(means no error).But when I run this BDC in 'N' mode, it comes out stating value was not provided for screen.

I'm not sure,but one thing that I'm suspecting,might be the cause is : on that screen always one information message comes,that I have to click as 'OK'.But in recording nothing comes for that.So obviously no code as such for clicking that.

Please help me what it might be due to ,and what to do..

3 REPLIES 3
Read only

Former Member
0 Likes
544

can you post your code

Read only

Former Member
0 Likes
544

Hi Vivek,

can you check the screen name and number in the session log and find the exact error message?

Read only

Former Member
0 Likes
544

IN some transactions it does happen that in goes through in the foreground but doesn't work in N mode.

Your suspcion cannot be true, because information messages are not treated as separate screens and hence the action of pressing enter on that doesn't need to be captured in BDC.

Just make sure to do a sample run with exactly the same data that is failing , in a recording mode.

REgards,

Ravi Kanth Talagana