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

BDC Issue

Former Member
0 Likes
455

Hi,

A BDC Program is created with CALL Transaction in display mode 'A'. Now i schedule the program in the background(SM36). What will happen to the BDC Program.

1 ACCEPTED SOLUTION
Read only

Former Member
0 Likes
436

First call itself it gives error message ,see the job log at SM37 -> you see error message there.

since if you use mode 'A' ,each time user should enter enter button.

so it will not work in background.

Thanks

Seshu

2 REPLIES 2
Read only

Former Member
0 Likes
437

First call itself it gives error message ,see the job log at SM37 -> you see error message there.

since if you use mode 'A' ,each time user should enter enter button.

so it will not work in background.

Thanks

Seshu

Read only

Former Member
0 Likes
436

Hi Sourav,

To run the BDC in background the CALL transaction must be in display mode ' N' (No display).

Thanks,

Mandeep