Application Development 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: 

Re : background scheduling BDC

Former Member
0 Kudos

hi

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

with regards

mani

3 REPLIES 3

Former Member
0 Kudos

Hi,

Check that program in forground first.

Then reschedule u r program using SM36 and SM37 tcodes.

check that log why it happend.

Narasimha

Former Member
0 Kudos

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

Former Member
0 Kudos

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