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

Error running BDC in background

Former Member
0 Likes
963

Friends,

Have developed on BDC for F-32 and it works fine in the foreground but on the selection screen when I select to schedule the backgroung job, it gives error and struck on the first item of the table control inside the transaction. Also when I make the mode 'N' in the program, which is in way background, it works fine too. Any idea why it doesn't work for the schedule background.

Many thanks,

Albert.

Friends,

Have developed on BDC for F-32 and it works fine in the foreground but on the selection screen when I select to schedule the backgroung job, it gives error and struck on the first item of the table control inside the transaction. Also when I make the mode 'N' in the program, which is in way background, it works fine too. Any idea why it doesn't work for the schedule background.

Many thanks,

Albert.

6 REPLIES 6
Read only

Former Member
0 Likes
891

Hi ALbert

Some time in forground we press Enter but in background its not psooible. where u pahse problem u add bdc_okcode 'Entr'. I think urs problem will be slove.

Regards

Manish Kumar

Read only

0 Likes
891

dear Manish,

I have added bdc_okcode '/00' for enter, still tyge problem persists. Did you mean bdc_okcode 'ENTR'??

r-albert

Read only

0 Likes
891

Try running it in the foreground, but displaying errors only. This way, you should see what the problem is.

Rob

Read only

0 Likes
891

yes i tried in the foreground with mode 'E' but works fine. I wonder why only in backgriund it shows the error.

with mode 'N' also it works fine. I'm using call transaction in my code, is it right??

Read only

Former Member
0 Likes
891

u just send me the code for this i will send u the solution for it.

my id is - [email protected]

Read only

Former Member
0 Likes
891

Hi Albert,

Possible reason is that the records in table control are not selected properly or scrolling is not done properly.

Could you check whether the records are selected properly in foreground and whether you have to scroll the table control manually in foreground.

Best regards,

Prashant

Pls mark points for helpful answers