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

Re : background scheduling BDC

Former Member
0 Likes
495

hi

i run BDC session program in background. that job is cancelled. how to do that.

with regards

mani

3 REPLIES 3
Read only

Former Member
0 Likes
455

Hi,

Check that program in forground first.

Then reschedule u r program using SM36 and SM37 tcodes.

check that log why it happend.

Narasimha

Read only

Former Member
0 Likes
455

Hai,

1. If file in application serever that time only you can run the BDC in Background.

2.If you want to put file in application server use this function module DX_FILE_WRITE

3.If you want to read file from application server use this function module DX_FILE_READ

Thanks,

Durai.V

Read only

Former Member
0 Likes
455

Hi,

U can use..........

SM36----


JOB SCHEDULING(U can create job here)

SM37----


JOB OVERVIEW(U can check status of the job here)

check the code n run it in foreground as said above....

Thanks