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: 

How to set date for BDC to run on perticular date?

former_member953603
Participant
0 Kudos

hi gurus,

How to set date for BDC to run on particular date?

Regards,

BBR.

1 ACCEPTED SOLUTION

Former Member
0 Kudos

Hi

You can create a job (for your program obviously) and schedule it to run on the designated date and time.

transaction SM36

Regards

Raj

Edited by: Rajasekhar Dinavahi on Dec 19, 2008 12:54 AM

6 REPLIES 6

former_member156446
Active Contributor
0 Kudos

Hi there.. you can code this..

if sy-datum = <specified date>.
perform process_BDC.
endif.

Former Member
0 Kudos

Hi

You can create a job (for your program obviously) and schedule it to run on the designated date and time.

transaction SM36

Regards

Raj

Edited by: Rajasekhar Dinavahi on Dec 19, 2008 12:54 AM

0 Kudos

hi,

can any body tell steps involved in Job scheduling SM36 & SM37.

Regards,

BBR.

0 Kudos

Hi there..

0 Kudos

hi,

I scheduled one job for a program. I set to execute it in background every minute. How can i stop that process? is there any way to delete that scheduled job?

Regards,

BBR.

0 Kudos

hi,

check this.

[https://forums.sdn.sap.com/click.jspa?searchID=20180763&messageID=6245548]